@appscode/design-system 1.1.0-beta.9 → 1.1.0-beta.91
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.
- package/base/utilities/_all.scss +2 -2
- package/base/utilities/_colors.scss +105 -136
- package/base/utilities/_global.scss +25 -20
- package/base/utilities/_layouts.scss +0 -138
- package/base/utilities/_typography.scss +2 -2
- package/components/_ac-alert-box.scss +2 -2
- package/components/_ac-code-highlight.scss +9 -12
- package/components/_ac-drag.scss +4 -4
- package/components/_ac-modal.scss +2 -2
- package/components/_ac-select-box.scss +5 -5
- package/components/_ac-table.scss +7 -7
- package/components/_ac-tabs.scss +29 -26
- package/components/_all.scss +8 -5
- package/components/_buttons.scss +10 -10
- package/components/_getkeeper.scss +110 -0
- package/components/_graph.scss +10 -10
- package/components/_image-upload.scss +4 -4
- package/components/_input-card.scss +232 -0
- package/components/_input.scss +573 -0
- package/components/_left-sidebar-menu.scss +9 -13
- package/components/_monaco-editor.scss +2 -2
- package/components/_multi-select.scss +589 -0
- package/components/_navbar.scss +7 -7
- package/components/_nested-list.scss +2 -2
- package/components/_overview-info.scss +3 -3
- package/components/_pricing-table.scss +5 -5
- package/components/_progress-bar.scss +61 -74
- package/components/_subscription-card.scss +8 -10
- package/components/_table-of-content.scss +4 -4
- package/components/{_ac-terminal.scss → _terminal.scss} +63 -74
- package/components/_widget-menu.scss +7 -12
- package/components/_wizard.scss +13 -286
- package/components/ac-toaster/_ac-toasted.scss +4 -4
- package/components/bbum/_information-center.scss +8 -10
- package/components/bbum/_mobile-desktop.scss +9 -14
- package/components/bbum/_single-post-preview.scss +9 -9
- package/components/ui-builder/_ui-builder.scss +202 -18
- package/components/ui-builder/_vue-open-api.scss +63 -18
- package/icons/close-icon.svg +3 -0
- package/layouts/_code-preview.scss +6 -7
- package/package.json +1 -1
- package/vue-components/types/notification.ts +3 -3
- package/vue-components/types/table.ts +1 -0
- package/vue-components/v2/banner/Banner.vue +1 -1
- package/vue-components/v2/button/Buttons.vue +1 -1
- package/vue-components/v2/modal/Modal.vue +1 -1
- package/vue-components/v3/alert/Alert.vue +2 -2
- package/vue-components/v3/banner/Banner.vue +2 -2
- package/vue-components/v3/breadcrumbs/Breadcrumb.vue +66 -4
- package/vue-components/v3/button/Button.vue +49 -786
- package/vue-components/v3/button/Buttons.vue +18 -2
- package/vue-components/v3/cards/Cluster.vue +37 -26
- package/vue-components/v3/cards/FeatureCard.vue +7 -11
- package/vue-components/v3/cards/FeatureCards.vue +1 -1
- package/vue-components/v3/cards/InfoCard.vue +1 -2
- package/vue-components/v3/cards/Monitoring.vue +6 -10
- package/vue-components/v3/cards/OverviewCard.vue +4 -0
- package/vue-components/v3/cards/OverviewCards.vue +10 -2
- package/vue-components/v3/cards/Vendor.vue +10 -6
- package/vue-components/v3/content/ContentHeader.vue +1 -1
- package/vue-components/v3/dropdown/DropdownAction.vue +95 -0
- package/vue-components/v3/editor/Editor.vue +20 -5
- package/vue-components/v3/editor/FilteredFileEditor.vue +9 -2
- package/vue-components/v3/editor/ResourceKeyValueEditor.vue +4 -1
- package/vue-components/v3/footer/FooterArea.vue +8 -2
- package/vue-components/v3/footer/Info.vue +10 -8
- package/vue-components/v3/footer/Status.vue +24 -23
- package/vue-components/v3/footer/Usage.vue +20 -30
- package/vue-components/v3/form/Form.vue +0 -3
- package/vue-components/v3/form/FormFooter.vue +24 -0
- package/vue-components/v3/form-fields/AcSingleInput.vue +1 -508
- package/vue-components/v3/form-fields/FileUpload.vue +89 -0
- package/vue-components/v3/form-fields/Input.vue +2 -3
- package/vue-components/v3/header/Header.vue +1 -1
- package/vue-components/v3/loaders/InfoCardLoader.vue +18 -60
- package/vue-components/v3/loaders/SingleInfoCardLoader.vue +24 -0
- package/vue-components/v3/modal/Modal.vue +12 -14
- package/vue-components/v3/modals/JsonShowModal.vue +1 -0
- package/vue-components/v3/navbar/Appdrawer.vue +3 -1
- package/vue-components/v3/navbar/Navbar.vue +0 -159
- package/vue-components/v3/navbar/NavbarItem.vue +37 -15
- package/vue-components/v3/navbar/NavbarItemContent.vue +6 -8
- package/vue-components/v3/navbar/Notification.vue +38 -10
- package/vue-components/v3/navbar/User.vue +43 -31
- package/vue-components/v3/notification/AlertBox.vue +233 -3
- package/vue-components/v3/notification/Notification.vue +2 -2
- package/vue-components/v3/option-dots/Options.vue +17 -8
- package/vue-components/v3/pagination/Pagination.vue +27 -17
- package/vue-components/v3/preloader/Preloader.vue +1 -1
- package/vue-components/v3/searchbars/SearchBar.vue +1 -10
- package/vue-components/v3/sidebar/ClusterSwitcher.vue +1 -765
- package/vue-components/v3/sidebar/Sidebar.vue +2 -30
- package/vue-components/v3/sidebar/SidebarBody.vue +9 -2
- package/vue-components/v3/sidebar/SidebarFooter.vue +6 -3
- package/vue-components/v3/sidebar/SidebarHeader.vue +6 -2
- package/vue-components/v3/sidebar/Steps.vue +2 -2
- package/vue-components/v3/sidebar/sidebar-tabs/SidebarTabs.vue +78 -2
- package/vue-components/v3/sidebar/sidebar-tabs/SidebarTabsLayout.vue +15 -3
- package/vue-components/v3/tab/Tabs.vue +27 -0
- package/vue-components/v3/table/Table.vue +14 -16
- package/vue-components/v3/table/TableCell.vue +1 -9
- package/vue-components/v3/table/TableRow.vue +2 -2
- package/vue-components/v3/table/table-cell/ArrayCell.vue +35 -32
- package/vue-components/v3/table/table-cell/CellValue.vue +14 -40
- package/vue-components/v3/table/table-cell/ObjectCell.vue +40 -38
- package/vue-components/v3/tag/Tag.vue +1 -0
- package/base/utilities/dark-theme.scss +0 -26
- package/components/_ac-card.scss +0 -0
- package/components/_ac-input.scss +0 -901
- package/components/_ac-multi-select.scss +0 -780
- package/vue-components/text.vue +0 -1
- package/vue-components/types/longRunningTasks.ts +0 -20
- package/vue-components/v3/long-running-tasks/LongRunningTaskItem.vue +0 -94
- package/vue-components/v3/modals/LongRunningTasksModal.vue +0 -402
- package/vue-components/v3/terminal/LongRunningTaskTerminal.vue +0 -151
- /package/components/{_ac-accordion.scss → _accordion.scss} +0 -0
- /package/components/{_ac-report.scss → _report.scss} +0 -0
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
.progress-tooltip-info {
|
|
16
16
|
align-items: center;
|
|
17
17
|
background-color: $black-60;
|
|
18
|
-
border: 1px solid $
|
|
18
|
+
border: 1px solid $primary-10;
|
|
19
19
|
border-radius: 10px;
|
|
20
|
-
box-shadow: 0 0 2px $
|
|
20
|
+
box-shadow: 0 0 2px $primary-10;
|
|
21
21
|
color: $primary;
|
|
22
22
|
display: inline-flex;
|
|
23
23
|
font-family: sans-serif;
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
left: 50%;
|
|
42
42
|
transform: translateX(-50%);
|
|
43
43
|
border-width: 8px;
|
|
44
|
-
border-top-color: $
|
|
44
|
+
border-top-color: $primary-10;
|
|
45
45
|
bottom: -16px;
|
|
46
46
|
left: 50%;
|
|
47
47
|
}
|
|
@@ -75,64 +75,56 @@
|
|
|
75
75
|
|
|
76
76
|
&::-webkit-progress-bar {
|
|
77
77
|
background-color: #5e9cd1;
|
|
78
|
-
background-image: linear-gradient(
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
transparent
|
|
87
|
-
);
|
|
78
|
+
background-image: linear-gradient(45deg,
|
|
79
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
80
|
+
transparent 25%,
|
|
81
|
+
transparent 50%,
|
|
82
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
83
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
84
|
+
transparent 75%,
|
|
85
|
+
transparent);
|
|
88
86
|
background-size: 10px 10px;
|
|
89
87
|
}
|
|
90
88
|
|
|
91
89
|
&::-webkit-progress-value {
|
|
92
90
|
border-radius: 5px;
|
|
93
91
|
background-color: $primary;
|
|
94
|
-
background-image: linear-gradient(
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
transparent
|
|
103
|
-
);
|
|
92
|
+
background-image: linear-gradient(45deg,
|
|
93
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
94
|
+
transparent 25%,
|
|
95
|
+
transparent 50%,
|
|
96
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
97
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
98
|
+
transparent 75%,
|
|
99
|
+
transparent);
|
|
104
100
|
background-size: 10px 10px;
|
|
105
101
|
}
|
|
106
102
|
|
|
107
103
|
&::-moz-progress-bar {
|
|
108
104
|
border-radius: 5px;
|
|
109
105
|
background-color: $primary;
|
|
110
|
-
background-image: linear-gradient(
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
transparent
|
|
119
|
-
);
|
|
106
|
+
background-image: linear-gradient(45deg,
|
|
107
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
108
|
+
transparent 25%,
|
|
109
|
+
transparent 50%,
|
|
110
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
111
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
112
|
+
transparent 75%,
|
|
113
|
+
transparent);
|
|
120
114
|
background-size: 10px 10px;
|
|
121
115
|
}
|
|
122
116
|
|
|
123
117
|
&::-ms-fill {
|
|
124
118
|
border-radius: 5px;
|
|
125
119
|
background-color: $primary;
|
|
126
|
-
background-image: linear-gradient(
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
transparent
|
|
135
|
-
);
|
|
120
|
+
background-image: linear-gradient(45deg,
|
|
121
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
122
|
+
transparent 25%,
|
|
123
|
+
transparent 50%,
|
|
124
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
125
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
126
|
+
transparent 75%,
|
|
127
|
+
transparent);
|
|
136
128
|
background-size: 10px 10px;
|
|
137
129
|
border: none;
|
|
138
130
|
}
|
|
@@ -149,46 +141,40 @@
|
|
|
149
141
|
background-size: 150% 150%;
|
|
150
142
|
|
|
151
143
|
&::-webkit-progress-value {
|
|
152
|
-
background-image: linear-gradient(
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
transparent
|
|
161
|
-
);
|
|
144
|
+
background-image: linear-gradient(45deg,
|
|
145
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
146
|
+
transparent 25%,
|
|
147
|
+
transparent 50%,
|
|
148
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
149
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
150
|
+
transparent 75%,
|
|
151
|
+
transparent);
|
|
162
152
|
background-size: 10px 10px;
|
|
163
153
|
}
|
|
164
154
|
|
|
165
155
|
&::-webkit-progress-bar {
|
|
166
156
|
background-color: transparent;
|
|
167
|
-
background-image: linear-gradient(
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
transparent
|
|
176
|
-
);
|
|
157
|
+
background-image: linear-gradient(45deg,
|
|
158
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
159
|
+
transparent 25%,
|
|
160
|
+
transparent 50%,
|
|
161
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
162
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
163
|
+
transparent 75%,
|
|
164
|
+
transparent);
|
|
177
165
|
background-size: 10px 10px;
|
|
178
166
|
}
|
|
179
167
|
|
|
180
168
|
&::-moz-progress-bar {
|
|
181
169
|
background-color: transparent;
|
|
182
|
-
background-image: linear-gradient(
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
transparent
|
|
191
|
-
);
|
|
170
|
+
background-image: linear-gradient(45deg,
|
|
171
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
172
|
+
transparent 25%,
|
|
173
|
+
transparent 50%,
|
|
174
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
175
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
176
|
+
transparent 75%,
|
|
177
|
+
transparent);
|
|
192
178
|
background-size: 10px 10px;
|
|
193
179
|
}
|
|
194
180
|
}
|
|
@@ -203,6 +189,7 @@
|
|
|
203
189
|
color: $primary-20;
|
|
204
190
|
margin-bottom: 5px;
|
|
205
191
|
}
|
|
192
|
+
|
|
206
193
|
.progress-line {
|
|
207
194
|
-moz-appearance: none;
|
|
208
195
|
-webkit-appearance: none;
|
|
@@ -240,4 +227,4 @@
|
|
|
240
227
|
border: none;
|
|
241
228
|
}
|
|
242
229
|
}
|
|
243
|
-
}
|
|
230
|
+
}
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
font-weight: 600;
|
|
56
56
|
font-size: 14px;
|
|
57
57
|
line-height: 16px;
|
|
58
|
-
color: $
|
|
58
|
+
color: $primary-20;
|
|
59
59
|
margin-bottom: 10px;
|
|
60
60
|
}
|
|
61
61
|
}
|
|
@@ -127,25 +127,22 @@
|
|
|
127
127
|
background-color: var(--dark-bg-light);
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
|
+
|
|
130
131
|
// dark theme end
|
|
131
132
|
/****************************************
|
|
132
133
|
Responsive Classes
|
|
133
134
|
*****************************************/
|
|
134
135
|
// Extra small devices (portrait phones, less than 576px)
|
|
135
|
-
@media (max-width: 575.98px) {
|
|
136
|
-
}
|
|
136
|
+
@media (max-width: 575.98px) {}
|
|
137
137
|
|
|
138
138
|
// Small devices (landscape phones, 576px and up)
|
|
139
|
-
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
140
|
-
}
|
|
139
|
+
@media (min-width: 576px) and (max-width: 767.98px) {}
|
|
141
140
|
|
|
142
141
|
// Medium devices (tablets, 768px and up)
|
|
143
|
-
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
144
|
-
}
|
|
142
|
+
@media (min-width: 768px) and (max-width: 991.98px) {}
|
|
145
143
|
|
|
146
144
|
// Large devices (desktops, 992px and up)
|
|
147
|
-
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
148
|
-
}
|
|
145
|
+
@media (min-width: 992px) and (max-width: 1199.98px) {}
|
|
149
146
|
|
|
150
147
|
// Extra large devices (large desktops, 1200px and up)
|
|
151
148
|
@media (min-width: 1200px) {
|
|
@@ -158,6 +155,7 @@ Responsive Classes
|
|
|
158
155
|
}
|
|
159
156
|
}
|
|
160
157
|
}
|
|
158
|
+
|
|
161
159
|
.card-footer {
|
|
162
160
|
.quantity {
|
|
163
161
|
font-size: 12px;
|
|
@@ -165,4 +163,4 @@ Responsive Classes
|
|
|
165
163
|
}
|
|
166
164
|
}
|
|
167
165
|
}
|
|
168
|
-
}
|
|
166
|
+
}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
font-size: 13px;
|
|
21
21
|
line-height: 16px;
|
|
22
22
|
cursor: pointer;
|
|
23
|
-
color: $
|
|
23
|
+
color: $primary-20;
|
|
24
24
|
|
|
25
25
|
span {
|
|
26
26
|
padding-left: 10px;
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
button {
|
|
31
|
-
color: $
|
|
31
|
+
color: $primary-20;
|
|
32
32
|
font-size: 13px;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
font-size: 13px;
|
|
49
49
|
line-height: 16px;
|
|
50
50
|
padding: 8px 0;
|
|
51
|
-
color: $
|
|
51
|
+
color: $primary-20;
|
|
52
52
|
|
|
53
53
|
img {
|
|
54
54
|
margin-left: 10px;
|
|
@@ -58,4 +58,4 @@
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
|
-
}
|
|
61
|
+
}
|
|
@@ -1,10 +1,21 @@
|
|
|
1
1
|
// terminal scss start
|
|
2
2
|
.ac-terminal {
|
|
3
3
|
width: 100%;
|
|
4
|
+
border-top: 1px solid $primary-80;
|
|
5
|
+
padding: 0;
|
|
6
|
+
position: fixed;
|
|
7
|
+
width: calc(100% - 250px);
|
|
8
|
+
bottom: 0;
|
|
9
|
+
background-color: $primary-10;
|
|
10
|
+
color: $white-100;
|
|
11
|
+
font-size: 13px;
|
|
12
|
+
height: 360px;
|
|
13
|
+
z-index: 999;
|
|
14
|
+
transition: 0.3s ease-in-out;
|
|
4
15
|
|
|
5
16
|
.terminal-body {
|
|
6
17
|
font-family: "Inconsolata", monospace;
|
|
7
|
-
background-color:
|
|
18
|
+
background-color: $black-100;
|
|
8
19
|
height: 100%;
|
|
9
20
|
color: $white-100;
|
|
10
21
|
|
|
@@ -12,20 +23,6 @@
|
|
|
12
23
|
color: $white-100;
|
|
13
24
|
}
|
|
14
25
|
}
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.ac-terminal {
|
|
18
|
-
border-top: 1px solid var(--ac-white-light);
|
|
19
|
-
padding: 0;
|
|
20
|
-
position: fixed;
|
|
21
|
-
width: calc(100% - 250px);
|
|
22
|
-
bottom: 0;
|
|
23
|
-
background-color: $white-100;
|
|
24
|
-
color: $white-100;
|
|
25
|
-
font-size: 13px;
|
|
26
|
-
height: 360px;
|
|
27
|
-
z-index: 999;
|
|
28
|
-
transition: 0.3s ease-in-out;
|
|
29
26
|
|
|
30
27
|
&.is-collapsed {
|
|
31
28
|
height: 40px !important;
|
|
@@ -52,13 +49,13 @@
|
|
|
52
49
|
}
|
|
53
50
|
|
|
54
51
|
.terminal-header {
|
|
55
|
-
border-top: 1px solid $
|
|
52
|
+
border-top: 1px solid $primary-90;
|
|
56
53
|
box-shadow: 1px -2px 5px 1px rgba(0, 0, 0, 0.08%);
|
|
57
54
|
background-color: $primary-10;
|
|
58
55
|
|
|
59
56
|
.tabs {
|
|
60
57
|
padding: 0 20px 0 20px;
|
|
61
|
-
background-color: $
|
|
58
|
+
background-color: $primary-10;
|
|
62
59
|
overflow: inherit;
|
|
63
60
|
height: 40px;
|
|
64
61
|
|
|
@@ -70,6 +67,9 @@
|
|
|
70
67
|
overflow-y: hidden;
|
|
71
68
|
|
|
72
69
|
li {
|
|
70
|
+
&.is-active {
|
|
71
|
+
background-color: $primary-20;
|
|
72
|
+
}
|
|
73
73
|
a {
|
|
74
74
|
margin-bottom: 0 !important;
|
|
75
75
|
}
|
|
@@ -85,13 +85,13 @@
|
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
&::-webkit-scrollbar-thumb {
|
|
88
|
-
background-color: $
|
|
88
|
+
background-color: $black-50;
|
|
89
89
|
border-radius: 50px;
|
|
90
90
|
height: 2px !important;
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
&::-webkit-scrollbar-thumb:hover {
|
|
94
|
-
background-color: $
|
|
94
|
+
background-color: $black-50;
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
&:hover::-webkit-scrollbar-corner {
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
|
|
114
114
|
li:not(.is-active) {
|
|
115
115
|
margin-right: -1px;
|
|
116
|
-
border-right: 1px solid $
|
|
116
|
+
border-right: 1px solid $primary-30;
|
|
117
117
|
}
|
|
118
118
|
|
|
119
119
|
li {
|
|
@@ -147,29 +147,47 @@
|
|
|
147
147
|
}
|
|
148
148
|
}
|
|
149
149
|
|
|
150
|
-
.options
|
|
151
|
-
|
|
152
|
-
|
|
150
|
+
.ac-options {
|
|
151
|
+
position: relative;
|
|
152
|
+
|
|
153
|
+
.options-items {
|
|
154
|
+
top: 5px;
|
|
155
|
+
left: 35px;
|
|
156
|
+
position: absolute;
|
|
157
|
+
background: $primary-20;
|
|
158
|
+
width: 150px;
|
|
159
|
+
border-radius: 4px;
|
|
160
|
+
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
|
|
161
|
+
z-index: 99;
|
|
162
|
+
border-color: $primary-20;
|
|
163
|
+
|
|
164
|
+
.items-inner {
|
|
165
|
+
border: none;
|
|
153
166
|
|
|
154
|
-
|
|
155
|
-
|
|
167
|
+
li {
|
|
168
|
+
border: none;
|
|
169
|
+
border-right: none !important;
|
|
170
|
+
border-bottom: 1px solid $primary-30;
|
|
171
|
+
width: 100%;
|
|
156
172
|
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
border-bottom: 1px solid $white-100-lighter;
|
|
161
|
-
width: 100%;
|
|
173
|
+
&:last-child {
|
|
174
|
+
border-bottom: none;
|
|
175
|
+
}
|
|
162
176
|
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
177
|
+
a {
|
|
178
|
+
font-size: 13px;
|
|
179
|
+
padding: 10px 20px;
|
|
180
|
+
justify-content: flex-start;
|
|
181
|
+
border-bottom: 1px solid $primary-20;
|
|
182
|
+
color: $primary-97 !important;
|
|
166
183
|
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
184
|
+
&:last-child {
|
|
185
|
+
border-bottom: none;
|
|
186
|
+
}
|
|
170
187
|
|
|
171
|
-
|
|
172
|
-
|
|
188
|
+
&:hover {
|
|
189
|
+
color: $primary !important;
|
|
190
|
+
}
|
|
173
191
|
}
|
|
174
192
|
}
|
|
175
193
|
}
|
|
@@ -204,7 +222,7 @@
|
|
|
204
222
|
|
|
205
223
|
.multiselect .multiselect__tags .multiselect__input,
|
|
206
224
|
.multiselect .multiselect__tags .multiselect__single {
|
|
207
|
-
background-color:
|
|
225
|
+
background-color: $primary-10;
|
|
208
226
|
}
|
|
209
227
|
}
|
|
210
228
|
}
|
|
@@ -254,7 +272,7 @@
|
|
|
254
272
|
|
|
255
273
|
.multiselect.multiselect--active {
|
|
256
274
|
.multiselect__tags {
|
|
257
|
-
border: 1px solid $
|
|
275
|
+
border: 1px solid $primary-30 !important;
|
|
258
276
|
|
|
259
277
|
.multiselect__input {
|
|
260
278
|
color: $white-100 !important;
|
|
@@ -278,37 +296,8 @@
|
|
|
278
296
|
}
|
|
279
297
|
}
|
|
280
298
|
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
// .terminal-setting {
|
|
287
|
-
// --ac-color-value: var(--dark-bg-light);
|
|
288
|
-
|
|
289
|
-
// .left-content .ac-select-box-wrapper .multiselect .multiselect__tags {
|
|
290
|
-
// .multiselect__input {
|
|
291
|
-
// background-color: var(--dark-bg-light);
|
|
292
|
-
// color: var(--ac-white-text);
|
|
293
|
-
// }
|
|
294
|
-
|
|
295
|
-
// .multiselect__single {
|
|
296
|
-
// background-color: var(--dark-bg-light);
|
|
297
|
-
// color: var(--ac-white-text);
|
|
298
|
-
// }
|
|
299
|
-
// }
|
|
300
|
-
// }
|
|
301
|
-
|
|
302
|
-
// .multiselect {
|
|
303
|
-
// .multiselect__tags {
|
|
304
|
-
// background-color: transparent;
|
|
305
|
-
|
|
306
|
-
// span {
|
|
307
|
-
// color: var(--ac-white-text);
|
|
308
|
-
// }
|
|
309
|
-
// }
|
|
310
|
-
// }
|
|
311
|
-
// }
|
|
312
|
-
// }
|
|
313
|
-
|
|
314
|
-
// dark theme end
|
|
299
|
+
.sidebar-collapsed {
|
|
300
|
+
.ac-terminal {
|
|
301
|
+
width: calc(100% - 60px);
|
|
302
|
+
}
|
|
303
|
+
}
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
// padding-left: 20px;
|
|
15
15
|
|
|
16
16
|
// &.is-active {
|
|
17
|
-
// background-color:
|
|
17
|
+
// background-color: transparent;
|
|
18
18
|
// color: $primary;
|
|
19
19
|
// }
|
|
20
20
|
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
// &:after {
|
|
162
162
|
// width: 100%;
|
|
163
163
|
// border-radius: 0;
|
|
164
|
-
// background-color:
|
|
164
|
+
// background-color: transparent;
|
|
165
165
|
// }
|
|
166
166
|
// }
|
|
167
167
|
// }
|
|
@@ -252,21 +252,16 @@
|
|
|
252
252
|
Responsive Classes
|
|
253
253
|
*****************************************/
|
|
254
254
|
// Extra small devices (portrait phones, less than 576px)
|
|
255
|
-
@media (max-width: 575.98px) {
|
|
256
|
-
}
|
|
255
|
+
@media (max-width: 575.98px) {}
|
|
257
256
|
|
|
258
257
|
// Small devices (landscape phones, 576px and up)
|
|
259
|
-
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
260
|
-
}
|
|
258
|
+
@media (min-width: 576px) and (max-width: 767.98px) {}
|
|
261
259
|
|
|
262
260
|
// Medium devices (tablets, 768px and up)
|
|
263
|
-
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
264
|
-
}
|
|
261
|
+
@media (min-width: 768px) and (max-width: 991.98px) {}
|
|
265
262
|
|
|
266
263
|
// Large devices (desktops, 992px and up)
|
|
267
|
-
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
268
|
-
}
|
|
264
|
+
@media (min-width: 992px) and (max-width: 1199.98px) {}
|
|
269
265
|
|
|
270
266
|
// Extra large devices (large desktops, 1200px and up)
|
|
271
|
-
@media (min-width: 1200px) {
|
|
272
|
-
}
|
|
267
|
+
@media (min-width: 1200px) {}
|