@appscode/design-system 1.0.43-alpha.62 → 1.0.43-alpha.63
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,7 +5,33 @@
|
|
|
5
5
|
.ac-lef-sidebar-inner {
|
|
6
6
|
.ac-left-sidebar {
|
|
7
7
|
.ac-menu-list {
|
|
8
|
-
background-color:
|
|
8
|
+
background-color: $ac-white;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
&.is-close {
|
|
17
|
+
.ac-left-sidebar-wrapper {
|
|
18
|
+
.ac-lef-sidebar-inner {
|
|
19
|
+
.ac-left-sidebar {
|
|
20
|
+
.menu-list {
|
|
21
|
+
&.ac-menu-list {
|
|
22
|
+
li {
|
|
23
|
+
a {
|
|
24
|
+
&.ac-dropdown-button {
|
|
25
|
+
.ac-arrow-down {
|
|
26
|
+
right: -3px !important;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
span {
|
|
31
|
+
margin-right: 0px;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
9
35
|
}
|
|
10
36
|
}
|
|
11
37
|
}
|
|
@@ -129,12 +155,13 @@
|
|
|
129
155
|
height: calc(100vh - 100px);
|
|
130
156
|
overflow-y: auto;
|
|
131
157
|
padding-top: 8px;
|
|
132
|
-
scrollbar-color:
|
|
158
|
+
scrollbar-color: $ac-white $ac-white;
|
|
133
159
|
|
|
134
160
|
/* width */
|
|
135
161
|
&::-webkit-scrollbar {
|
|
136
162
|
display: none;
|
|
137
163
|
}
|
|
164
|
+
|
|
138
165
|
&::-webkit-scrollbar {
|
|
139
166
|
display: none;
|
|
140
167
|
}
|
|
@@ -230,6 +257,7 @@
|
|
|
230
257
|
i.fa {
|
|
231
258
|
color: $ac-primary;
|
|
232
259
|
}
|
|
260
|
+
|
|
233
261
|
img {
|
|
234
262
|
filter: grayscale(0);
|
|
235
263
|
}
|
|
@@ -427,6 +455,7 @@
|
|
|
427
455
|
}
|
|
428
456
|
}
|
|
429
457
|
}
|
|
458
|
+
|
|
430
459
|
// cluster switcher end
|
|
431
460
|
|
|
432
461
|
// dark theme start
|
|
@@ -437,6 +466,7 @@
|
|
|
437
466
|
background-color: var(--dark-bg);
|
|
438
467
|
}
|
|
439
468
|
}
|
|
469
|
+
|
|
440
470
|
.ac-left-sidebar-wrapper {
|
|
441
471
|
.ac-lef-sidebar-inner {
|
|
442
472
|
.ac-left-sidebar {
|
|
@@ -447,6 +477,7 @@
|
|
|
447
477
|
&.is-active {
|
|
448
478
|
font-weight: 500;
|
|
449
479
|
color: $ac-full-white !important;
|
|
480
|
+
|
|
450
481
|
span {
|
|
451
482
|
i.fa {
|
|
452
483
|
color: $ac-primary;
|
|
@@ -466,6 +497,7 @@
|
|
|
466
497
|
}
|
|
467
498
|
}
|
|
468
499
|
}
|
|
500
|
+
|
|
469
501
|
// dark theme end
|
|
470
502
|
/****************************************
|
|
471
503
|
Responsive Classes
|