9 lines
147 B
SCSS
9 lines
147 B
SCSS
.c-button {
|
|
padding: rem(15px) rem(20px);
|
|
background-color: lightgray;
|
|
|
|
@include u-hocus {
|
|
background-color: darkgray;
|
|
}
|
|
}
|