Spade
Mini Shell
| Directory:~$ /home/lmsyaran/www/administrator/components/com_gantry5/scss/joomla-admin/ |
| [Home] [System Details] [Kill Me] |
@mixin button-color($color, $text: $white) {
background: $color;
color: $text;
&:not(.disabled):not([disabled]):hover, &:focus {
background: darken($color, 6%);
color: $text;
}
}
#g5-container {
.button-primary {
@include button-color($core-accent);
}
}