Reduce size of tokens
This commit is contained in:
parent
6d32f7bd8f
commit
13ee49809e
1 changed files with 3 additions and 3 deletions
|
|
@ -2,11 +2,11 @@
|
|||
background: var(--input-bg);
|
||||
border-radius: 99px;
|
||||
display: inline-flex;
|
||||
font-size: $font-small;
|
||||
font-weight: $medium;
|
||||
font-size: $font-tiny;
|
||||
font-weight: $bold;
|
||||
min-width: 3rem;
|
||||
text-align: center;
|
||||
padding: $unit ($unit * 1.5);
|
||||
padding: $unit-three-fourth ($unit * 1.5);
|
||||
user-select: none;
|
||||
|
||||
&.ChargeAttack.On {
|
||||
|
|
|
|||
Loading…
Reference in a new issue