Commit 5a245665 authored by xiaoye's avatar xiaoye

Update tournament.scss

parent 2e7970b8
Pipeline #37703 passed with stages
in 2 minutes and 2 seconds
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
border: 1px solid #409eff; border: 1px solid #409eff;
display: flex; display: flex;
width: 20%; width: 20%;
min-width: 64px;
justify-content: center; justify-content: center;
&:hover { &:hover {
cursor: pointer; cursor: pointer;
...@@ -69,8 +70,7 @@ ...@@ -69,8 +70,7 @@
.button { .button {
border: 0.5px solid var(--color); border: 0.5px solid var(--color);
width: auto; width: auto;
display: flex; min-width: auto;
justify-content: center;
:hover { :hover {
background-color: #e6e6e6; background-color: #e6e6e6;
cursor: pointer; cursor: pointer;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment