Adjust button sizes

This commit is contained in:
Michael Rose 2016-04-01 12:43:19 -04:00
parent 55feca46df
commit b26bc6fa87
2 changed files with 4 additions and 4 deletions

View file

@ -136,18 +136,18 @@
/* extra large button */ /* extra large button */
&--x-large { &--x-large {
font-size: $type-size-3; font-size: $type-size-4;
} }
/* large button */ /* large button */
&--large { &--large {
font-size: $type-size-4; font-size: $type-size-5;
} }
/* small button */ /* small button */
&--small { &--small {
font-size: $type-size-6; font-size: $type-size-7;
} }
} }

File diff suppressed because one or more lines are too long