合并企业版代码(未测试,先提交到测试分支)
This commit is contained in:
26
web_enterprise/static/src/scss/secondary_variables.dark.scss
Normal file
26
web_enterprise/static/src/scss/secondary_variables.dark.scss
Normal file
@@ -0,0 +1,26 @@
|
||||
$o-colors-original: lighten(#000, 46.7%), #F06050, #F4A460, #F7CD1F, #6CC1ED, #814968,
|
||||
#EB7E7F, #2C8397, #475577, #D6145F, #30C381, #9365B8 !default;
|
||||
|
||||
$o-colors-secondary-original: #aa4b6b, #30C381, #97743a, #F7CD1F, #4285F4, #8E24AA,
|
||||
#D6145F, #173e43, #348F50, #AA3A38, #795548, #5e0231,
|
||||
#6be585, #999966, #e9d362, #b56969, #bdc3c7, #649173 !default;
|
||||
|
||||
$o-colors: ()!default;
|
||||
$o-colors-secondary: ()!default;
|
||||
$o-colors-complete-first: saturate(mix(#134E5E , $o-black, 70%), 80%) !default;
|
||||
|
||||
@each $-color in $o-colors-secondary-original {
|
||||
$-adjusted: saturate(mix($-color, $o-black, 70%), 80%);
|
||||
$o-colors: append($o-colors, $-adjusted);
|
||||
}
|
||||
|
||||
@each $-color in $o-colors-secondary-original {
|
||||
$-adjusted: saturate(mix($-color, $o-black, 70%), 80%);
|
||||
$o-colors-secondary: append($o-colors-secondary, $-adjusted);
|
||||
}
|
||||
|
||||
// = ControlPanel
|
||||
// TODO: move in 'control_panel.variables.scss' when it will exist
|
||||
// in bright-mode
|
||||
// ============================================================================
|
||||
$o-control-panel-background-color: $o-gray-200 !default;
|
||||
Reference in New Issue
Block a user