Merge branch 'less-less' into staging
This commit is contained in:
@@ -1,12 +1,27 @@
|
||||
@import (once) "./colortheme-all.less";
|
||||
@import (once) "./tools.less";
|
||||
@import (once) './icon-colors.less';
|
||||
@import (reference) "./browser.less";
|
||||
@import (reference) "./colortheme-all.less";
|
||||
@import (reference) "./tools.less";
|
||||
@import (reference) './icon-colors.less';
|
||||
|
||||
.creation_vars(
|
||||
@color: @colortheme_default-color,
|
||||
@bg-color: @colortheme_default-bg
|
||||
) {
|
||||
@creation-color: @color;
|
||||
@creation-bg-color: @bg-color;
|
||||
};
|
||||
|
||||
.creation_main(
|
||||
@color: @colortheme_default-color, // Color of the text for the toolbar
|
||||
@bg-color: @colortheme_default-bg, // color of the toolbar background
|
||||
@warn-color: @colortheme_default-warn, // color of the warning text in the toolbar
|
||||
@color: @colortheme_default-color,
|
||||
@bg-color: @colortheme_default-bg
|
||||
) {
|
||||
--LessLoader_require: LessLoader_currentFile();
|
||||
.creation_vars(@color, @bg-color);
|
||||
--creation-color: @color;
|
||||
--creation-bg-color: @bg-color;
|
||||
}
|
||||
& {
|
||||
.creation_vars();
|
||||
@colortheme_creation-modal-bg: #fff;
|
||||
@colortheme_creation-modal: #666;
|
||||
@colortheme_creation-modal-title: @colortheme_loading-bg;
|
||||
@@ -265,10 +280,13 @@
|
||||
border: 1px solid transparent;
|
||||
|
||||
&.cp-creation-template-selected {
|
||||
color: @color !important;
|
||||
background-color: @bg-color !important;
|
||||
color: @creation-color !important;
|
||||
color: var(--creation-color) !important;
|
||||
background-color: @creation-bg-color !important;
|
||||
background-color: var(--creation-bg-color) !important;
|
||||
.fa {
|
||||
color: @color;
|
||||
color: @creation-color;
|
||||
color: var(--creation-color);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -300,7 +318,8 @@
|
||||
max-width: 100%;
|
||||
}
|
||||
.fa {
|
||||
color: @bg-color;
|
||||
color: @creation-bg-color;
|
||||
color: var(--creation-bg-color);
|
||||
cursor: pointer;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
|
||||
Reference in New Issue
Block a user