buttons small and big variants
This commit is contained in:
parent
d7b3265494
commit
9ff52d9858
1 changed files with 4 additions and 2 deletions
|
@ -60,11 +60,13 @@ button {
|
||||||
.btn,
|
.btn,
|
||||||
.button {
|
.button {
|
||||||
&--small {
|
&--small {
|
||||||
font-size: $base-font-size - 0.4rem;
|
padding: $tiny-plus-value $small-value;
|
||||||
|
font-size: .8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
&--big {
|
&--big {
|
||||||
font-size: $base-font-size + 0.4rem;
|
padding: $small-plus-value $medium-value;
|
||||||
|
font-size: 1.4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
&--block {
|
&--block {
|
||||||
|
|
Loading…
Reference in a new issue