[Frontend] IN-PROGRESS Major restructuring of /platform/commonUI/ to add themes structure
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;
This commit is contained in:
7
platform/commonUI/themes/snow/res/sass/_controls.scss
Normal file
7
platform/commonUI/themes/snow/res/sass/_controls.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
.s-btn {
|
||||
&.major {
|
||||
$bg: $colorKey;
|
||||
$fg: lighten($bg, 70%);
|
||||
@include btnSubtle($bg, $fg, $fg, 0);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user