open #95 New themes bundle files, .scss and directories; Moved constants definitions (mainly colors) from commonUI/.../_constants to individual themes _constants files; tweaks to mixins files; changed pathways to font and images in commonUI/.../_constants;
7 lines
132 B
SCSS
7 lines
132 B
SCSS
.s-btn {
|
|
&.major {
|
|
$bg: $colorKey;
|
|
$fg: lighten($bg, 70%);
|
|
@include btnSubtle($bg, $fg, $fg, 0);
|
|
}
|
|
} |