mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
New xsmall button size
This commit is contained in:
@@ -54,6 +54,12 @@ $button-box-shadow-standard: 0 2px 0 0 rgba($grey, 0.2);
|
||||
}
|
||||
}
|
||||
|
||||
&.is-xsmall {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
font-size: $size-7;
|
||||
}
|
||||
|
||||
@each $name, $pair in $colors {
|
||||
$color: nth($pair, 1);
|
||||
$color-invert: nth($pair, 2);
|
||||
|
||||
Reference in New Issue
Block a user