Adjust button sizes
This commit is contained in:
parent
55feca46df
commit
b26bc6fa87
2 changed files with 4 additions and 4 deletions
|
@ -136,18 +136,18 @@
|
|||
/* extra large button */
|
||||
|
||||
&--x-large {
|
||||
font-size: $type-size-3;
|
||||
font-size: $type-size-4;
|
||||
}
|
||||
|
||||
/* large button */
|
||||
|
||||
&--large {
|
||||
font-size: $type-size-4;
|
||||
font-size: $type-size-5;
|
||||
}
|
||||
|
||||
/* small button */
|
||||
|
||||
&--small {
|
||||
font-size: $type-size-6;
|
||||
font-size: $type-size-7;
|
||||
}
|
||||
}
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue