feat: adjust border radius of qs
This commit is contained in:
parent
e091a1de03
commit
01f666a2ec
1 changed files with 3 additions and 3 deletions
|
@ -36,8 +36,8 @@
|
||||||
padding: 0px 0px 0px 0px;
|
padding: 0px 0px 0px 0px;
|
||||||
background-color: $bg;
|
background-color: $bg;
|
||||||
border-top-right-radius: 0px;
|
border-top-right-radius: 0px;
|
||||||
border-top-left-radius: 80px;
|
border-top-left-radius: 30px;
|
||||||
border-bottom-left-radius: 80px;
|
border-bottom-left-radius: 30px;
|
||||||
border-bottom-right-radius: 80px;
|
border-bottom-right-radius: 30px;
|
||||||
border: 2px solid $contrastbg;
|
border: 2px solid $contrastbg;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue