mirror of
https://github.com/locomotivemtl/locomotive-boilerplate.git
synced 2026-01-15 00:55:08 +08:00
13 lines
328 B
SCSS
13 lines
328 B
SCSS
// ==========================================================================
|
|
// Components / Buttons
|
|
// ==========================================================================
|
|
|
|
.c-button {
|
|
padding: rem(15px) rem(20px);
|
|
background-color: lightgray;
|
|
|
|
@include u-hocus {
|
|
background-color: darkgray;
|
|
}
|
|
}
|