Blame view

frontend/front/src/styles/variables.css 980 Bytes
8d73e917   陈威   初始化提交
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/* stylelint-disable */
:export {
  menu-color: #939daf;
  menu-color-active: rgba(255, 255, 255, 0.95);
  menu-background: #2f3447;
  light-menu-background: #fff;
  light-top-bar-background: #fff;
  light-container-background: #f5f5f5;
  light-menu-color: #939daf;
  light-tab-color: #666666;
  light-top-right-color: #666666;
  light-portal-color: #666666;
  mashup-menu-background: #282c34;
  mashup-top-bar-background: #fff;
  mashup-container-background: #f5f5f5;
  mashup-menu-color: #fff;
  mashup-tab-color: #666666;
  mashup-top-right-color: #666666;
  mashup-portal-color: #666666;
  dark-menu-background: #282c34;
  dark-top-bar-background: #282c34;
  dark-container-background: #000;
  dark-menu-color: #fff;
  dark-tab-color: #fff;
  dark-top-right-color: #fff;
  dark-portal-color: #fff;
  color-default: #409EFF;
  color-red: #E55555;
  color-orange: #fa541c;
  color-yellow: #FFAE44;
  color-green: #4BA232;
  color-light-blue: #1890ff;
  color-purple: #722ed1;
}