|
1 | 1 | .root { |
2 | 2 | &.sing-dashboard { |
3 | | - --logo-color: #6C757D; |
4 | 3 | --body-bg: #f9fbfd; |
5 | 4 | --light-color: #F6F6E9; |
6 | 5 |
|
7 | 6 | --sidebar-bg-color: #ffffff; |
8 | 7 | --sidebar-color: #6c757d; |
9 | 8 | --sidebar-action-bg: #f9fafe; |
10 | | - --sidebar-item-active: #6C757D; //var(--light-color) |
11 | | - --sidebar-item-active-bg: #5CB0FF; |
12 | | - --sidebar-badge-bg: #1A86D0; |
13 | | - |
14 | | - --sidebar-nav-title-color: #5287B999; |
| 9 | + --sidebar-item-active: #C1C3CF; //var(--light-color) |
15 | 10 |
|
16 | 11 | --widget-shadow-color: 75, 102, 171; |
17 | 12 |
|
|
23 | 18 | --sidebar-progress-bg-color: var(--sidebar-action-bg); |
24 | 19 | --sidebar-icon-active: var(--sidebar-bg-color); |
25 | 20 | --sidebar-item-hover-bg-color: var(--sidebar-action-bg); |
26 | | - --widget-shadow: 4px 4px 30px rgba(var(--widget-shadow-color), 0.2); |
| 21 | + //--widget-shadow: 4px 4px 30px rgba(var(--widget-shadow-color), 0.2); |
| 22 | + |
| 23 | + --input-bg-color: var(--input-bg); |
| 24 | + --badge-item-color: var(--badge-item); |
| 25 | + --important-notification: var(--important-notification-color); |
| 26 | + --update-notification: var(--update-notification-color); |
| 27 | + --sidebar-item-active-color: var(--sidebar-item-active); |
| 28 | + --chat-sidebar-bg-color: var(--sidebar-bg-color); |
| 29 | + --widget-shadow: 0 23px 20px -20px rgba(var(--widget-shadow-color), 0.1), 0 0 15px rgba(var(--widget-shadow-color), 0.06); |
27 | 30 |
|
28 | 31 | &.sidebar-white, |
29 | 32 | &.sidebar-transparent { |
| 33 | + --sidebar-icon-bg: #4A5056; |
30 | 34 | --sidebar-bg-color: #ffffff; |
31 | 35 | --sidebar-color: #6c757d; |
32 | 36 | --sidebar-action-bg: #f9fafe; |
33 | | - --logo-color: #0D2B47; |
34 | | - --sidebar-item-active: #14191D; |
| 37 | + --logo-color: #6C757D; |
| 38 | + --sidebar-item-active: #6C757D; |
| 39 | + --sidebar-item-active-color: #FFFFFF; |
35 | 40 | --sidebar-item-active-bg: #4A5056; |
36 | 41 | --sidebar-nav-title-color: #5287B9; |
37 | 42 | } |
38 | 43 |
|
39 | 44 | &.sidebar-first { |
40 | | - --sidebar-icon-bg: #5CB0FF; |
41 | 45 | --sidebar-bg-color: #3D3D3D; |
42 | | - --logo-color: #C1C3CF; |
| 46 | + --logo-color: #5CB0FF; |
43 | 47 | --sidebar-item-active: #F6F6E9; |
44 | 48 | --sidebar-action-bg: #2D2D2D; |
| 49 | + --sidebar-item-active-bg: #5CB0FF; |
45 | 50 | --sidebar-color: #F6F6E9; |
46 | 51 | --sidebar-nav-title-color: #F6F6E9; |
47 | 52 | } |
48 | 53 |
|
49 | 54 | &.sidebar-second { |
50 | | - --logo-color: #C1C3CF; |
| 55 | + --logo-color: #fff; |
51 | 56 | --sidebar-color: #fff; |
52 | 57 | --sidebar-bg-color: #4B505F; |
53 | 58 | --sidebar-action-bg: #373C4D; |
|
56 | 61 | } |
57 | 62 |
|
58 | 63 | &.sidebar-third { |
59 | | - --sidebar-icon-bg: #fff; |
60 | | - --logo-color: #0C2236; |
| 64 | + --sidebar-item-active-bg: #5CB0FF; |
| 65 | + --logo-color: #fff; |
61 | 66 | --sidebar-item-active: #F6F6E9; |
62 | 67 | --important-notification-color: #fd5f00; |
63 | 68 | --sidebar-bg-color: #483CB6; |
|
66 | 71 | } |
67 | 72 |
|
68 | 73 | &.sidebar-fourth { |
69 | | - --logo-color: #0C2236; |
| 74 | + --sidebar-icon-bg: #6FB0F9; |
| 75 | + --logo-color: #6FB0F9; |
| 76 | + --sidebar-item-active: #5A5D76; |
70 | 77 | --sidebar-bg-color: #EFF2F5; |
71 | 78 | --sidebar-action-bg: #E2E7EC; |
72 | 79 | --sidebar-item-active-bg: #6FB0F9; |
73 | 80 | } |
74 | 81 |
|
75 | 82 | &.sidebar-fifth { |
76 | | - --logo-color: $white; |
| 83 | + --sidebar-icon-bg: #0D2B47; |
| 84 | + --logo-color: #0D2B47; |
77 | 85 | --sidebar-bg-color: #20AE8C; |
78 | 86 | --sidebar-action-bg: #119475; |
| 87 | + --sidebar-item-active: #F6F6E9; |
79 | 88 | --sidebar-item-active-bg: #0D2B47; |
80 | | - --sidebar-color: #F6F6E9 !important; |
81 | | - } |
82 | | - |
83 | | - //&.sidebar-sixth { |
84 | | - // --sidebar-bg-color: #13191d; |
85 | | - // --sidebar-color: #f6f6e9; |
86 | | - // --sidebar-action-bg: #080c0f; |
87 | | - // --sidebar-item-active-bg: #5CB0FF; |
88 | | - //} |
89 | | - |
90 | | - &.sidebar-seventh { |
91 | | - --sidebar-bg-color: #20ae8c; |
92 | | - --sidebar-color: #f6f6e9; |
93 | | - --sidebar-action-bg: #119375; |
94 | | - --sidebar-item-active-bg: #0D2B47; |
95 | | - --sidebar-badge-bg: #00395f; |
96 | | - --logo-color: #0D2B47; |
97 | | - } |
98 | | - |
99 | | - &.sidebar-third, |
100 | | - &.sidebar-fourth, |
101 | | - &.sidebar-fifth, |
102 | | - &.sidebar-sixth, |
103 | | - &.sidebar-seventh { |
104 | | - --sidebar-color: #004472; |
105 | | - --sidebar-item-active: var(--sidebar-color); |
106 | | - } |
107 | | - &.sidebar-second, |
108 | | - &.sidebar-third, |
109 | | - &.sidebar-fourth, |
110 | | - &.sidebar-fifth, |
111 | | - &.sidebar-seventh, |
112 | | - &.sidebar-transparent { |
113 | | - --sidebar-nav-title-color: rgba(82,135,185, 0.6); |
114 | | - } |
115 | | - |
116 | | - &.sidebar-sixth, |
117 | | - &.sidebar-seventh { |
118 | | - --sidebar-color: #f6f6e9; |
| 89 | + --sidebar-color: #F6F6E9; |
119 | 90 | } |
120 | 91 |
|
121 | 92 | &.sidebar-transparent { |
|
0 commit comments