mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-06 14:54:57 +00:00
add sass/scratch.scss and associated sass files
This commit is contained in:
12
Resources/public/sass/modules/_buttons.scss
Normal file
12
Resources/public/sass/modules/_buttons.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
.sc-button {
|
||||
@include button($grey-15, $button-text-color);
|
||||
|
||||
&.blue { @include button($blue, $white); }
|
||||
&.green { @include button($green, $white); }
|
||||
&.orange { @include button($orange, $white); }
|
||||
&.red { @include button($red, $white); }
|
||||
&.black { @include button($grey-90, $white); }
|
||||
&.white { @include button($white, $text-color); }
|
||||
}
|
||||
|
||||
@import "../custom/modules/buttons";
|
Reference in New Issue
Block a user