@appscode/design-system 1.1.0-beta.9 → 1.1.0-beta.90
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 +7 -12
- 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
package/base/utilities/_all.scss
CHANGED
|
@@ -1,110 +1,44 @@
|
|
|
1
1
|
// ===================================PREVIOUS STYLE========================================
|
|
2
|
-
// Base Color
|
|
3
|
-
// $ac-orange: #ff8000;
|
|
4
|
-
// $warning: #f7ad2a;
|
|
5
|
-
// $success: #158748;
|
|
6
|
-
// $info: #0aafff;
|
|
7
|
-
// $purple: #791e94;
|
|
8
|
-
// $ac-red: #ff3729;
|
|
9
|
-
|
|
10
|
-
// Products Color
|
|
11
|
-
// $voyager-primary: #2d2a78;
|
|
12
|
-
// $guard-primary: #d84e27;
|
|
13
|
-
// $kubeci-primary: #2c3e50;
|
|
14
|
-
// $kubed-primary: #1c7bd4;
|
|
15
|
-
// $kubedb-primary: #4d4dcb;
|
|
16
|
-
// $kubesheild-primary: #2516c7;
|
|
17
|
-
// $kubevault-primary: #326ce5;
|
|
18
|
-
// $pharmer-primary: #326de6;
|
|
19
|
-
// $searchlight-primary: #111738;
|
|
20
|
-
// $servicebroker-primary: #29b4a2;
|
|
21
|
-
// $stash-primary: #5e2dea;
|
|
22
|
-
// $swift-primary: #3f51b6;
|
|
23
|
-
|
|
24
|
-
// Colors Primary
|
|
25
2
|
// root colors
|
|
26
|
-
:root {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
// --ac-white-lighter: #f2f5f8;
|
|
39
|
-
// --ac-white-lightest: #f8f9fb;
|
|
40
|
-
|
|
41
|
-
// --ac-black: #000000;
|
|
42
|
-
// --ac-color-text-90: #323232;
|
|
43
|
-
// --ac-link-black: #32325d;
|
|
44
|
-
// --ac-gray-darker: #494949;
|
|
45
|
-
// --ac-gray: #767676;
|
|
46
|
-
// --ac-gray-lighter: #a4a4a4;
|
|
47
|
-
// --ac-white-text: #b4c0cc;
|
|
48
|
-
|
|
49
|
-
// theme color
|
|
50
|
-
// --dark-bg: #21272e;
|
|
51
|
-
// --dark-bg-light: #2e323c;
|
|
52
|
-
|
|
53
|
-
// --ac-blue-light: #eceff4;
|
|
54
|
-
// --ac-bg-light-gray: #f4f6f9;
|
|
55
|
-
// --table-header: #e4e8ef;
|
|
56
|
-
// --ac-label-text: #a6abbd;
|
|
57
|
-
|
|
58
|
-
--font-hsl-hue: 0;
|
|
59
|
-
--font-hsl-saturation: 0%;
|
|
60
|
-
--font-hsl-lightness: 11%;
|
|
61
|
-
|
|
62
|
-
--ac-primary: hsla(var(--hsl-hue),
|
|
63
|
-
var(--hsl-saturation),
|
|
64
|
-
var(--hsl-lightness),
|
|
65
|
-
1);
|
|
66
|
-
|
|
67
|
-
--ac-text: hsla(var(--font-hsl-hue),
|
|
68
|
-
calc(var(--font-hsl-saturation) + 10%),
|
|
69
|
-
calc(var(--font-hsl-lightness) + 10%),
|
|
70
|
-
1);
|
|
71
|
-
--ac-text-heading: hsla(var(--font-hsl-hue),
|
|
72
|
-
var(--font-hsl-saturation),
|
|
73
|
-
var(--font-hsl-lightness),
|
|
74
|
-
1);
|
|
75
|
-
--ac-color-value: hsl(var(--font-hsl-hue),
|
|
76
|
-
var(--font-hsl-saturation),
|
|
77
|
-
calc(var(--font-hsl-lightness) + 25%));
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
$ac-bg: var(--ac-bg);
|
|
3
|
+
// :root {
|
|
4
|
+
// --hsl-hue: 208;
|
|
5
|
+
// --hsl-saturation: 77%;
|
|
6
|
+
// --hsl-lightness: 40%;
|
|
7
|
+
|
|
8
|
+
// --ac-primary: hsla(var(--hsl-hue),
|
|
9
|
+
// var(--hsl-saturation),
|
|
10
|
+
// var(--hsl-lightness),
|
|
11
|
+
// 1);
|
|
12
|
+
// }
|
|
13
|
+
|
|
14
|
+
// transparent: var(--ac-bg);
|
|
81
15
|
// $primary: var(--ac-primary);
|
|
82
16
|
// $primary-20: var(--ac-color-value);
|
|
83
17
|
|
|
84
18
|
// Colors
|
|
85
|
-
$ac-black: var(--ac-black);
|
|
86
|
-
$primary-10-90: var(--ac-color-text-90);
|
|
87
|
-
$ac-link-black: var(--ac-link-black);
|
|
88
|
-
$black-40: var(--ac-gray-darker);
|
|
89
|
-
$black-30: var(--ac-gray-dark);
|
|
90
|
-
$ac-gray: var(--ac-gray);
|
|
91
|
-
$ac-gray-light: var(--ac-gray-light);
|
|
92
|
-
$ac-gray-lighter: var(--ac-gray-lighter);
|
|
93
|
-
$ac-gray-lightest: var(--ac-gray-lightest);
|
|
94
|
-
$white-100
|
|
95
|
-
$white-
|
|
96
|
-
$white-
|
|
97
|
-
$white-100: var(--ac-white);
|
|
98
|
-
$ac-full-white: var(--ac-full-white);
|
|
19
|
+
// $ac-black: var(--ac-black);
|
|
20
|
+
// $primary-10-90: var(--ac-color-text-90);
|
|
21
|
+
// $ac-link-black: var(--ac-link-black);
|
|
22
|
+
// $black-40: var(--ac-gray-darker);
|
|
23
|
+
// $black-30: var(--ac-gray-dark);
|
|
24
|
+
// $ac-gray: var(--ac-gray);
|
|
25
|
+
// $ac-gray-light: var(--ac-gray-light);
|
|
26
|
+
// $ac-gray-lighter: var(--ac-gray-lighter);
|
|
27
|
+
// $ac-gray-lightest: var(--ac-gray-lightest);
|
|
28
|
+
// $white-100: var(--ac-white-light);
|
|
29
|
+
// $white-100er: var(--ac-white-lighter);
|
|
30
|
+
// $white-100est: var(--ac-white-lightest);
|
|
31
|
+
// $white-100: var(--ac-white);
|
|
32
|
+
// $ac-full-white: var(--ac-full-white);
|
|
99
33
|
|
|
100
34
|
// $info-light: var(--ac-blue-light);
|
|
101
|
-
|
|
102
|
-
$table-header: var(--table-header);
|
|
103
|
-
$ac-label-text: var(--ac-label-text);
|
|
35
|
+
// transparent-light-gray: var(--ac-bg-light-gray);
|
|
36
|
+
// $table-header: var(--table-header);
|
|
37
|
+
// $ac-label-text: var(--ac-label-text);
|
|
104
38
|
|
|
105
39
|
// for dark theme CSS
|
|
106
|
-
$dark-bg: var(--dark-bg);
|
|
107
|
-
$
|
|
40
|
+
// $dark-bg: var(--dark-bg);
|
|
41
|
+
// $black-8: var(--dark-bg-light);
|
|
108
42
|
// ===================================PREVIOUS STYLE========================================
|
|
109
43
|
|
|
110
44
|
// white and black
|
|
@@ -120,7 +54,6 @@ $primary-20: hsl($primary-hue, $primary-saturation, 20%);
|
|
|
120
54
|
$primary-30: hsl($primary-hue, $primary-saturation, 30%);
|
|
121
55
|
$primary-40: hsl($primary-hue, $primary-saturation, 40%);
|
|
122
56
|
$primary: hsl($primary-hue, $primary-saturation, 40%);
|
|
123
|
-
$ac-primary: hsl(var(--hsl-hue), var(--hsl-saturation), 40%);
|
|
124
57
|
$primary-50: hsl($primary-hue, $primary-saturation, 50%);
|
|
125
58
|
$primary-60: hsl($primary-hue, $primary-saturation, 60%);
|
|
126
59
|
$primary-70: hsl($primary-hue, $primary-saturation, 70%);
|
|
@@ -209,9 +142,9 @@ $red-5: hsl($red-hue, $red-saturation, 5%);
|
|
|
209
142
|
$red-10: hsl($red-hue, $red-saturation, 10%);
|
|
210
143
|
$red-20: hsl($red-hue, $red-saturation, 20%);
|
|
211
144
|
$red-30: hsl($red-hue, $red-saturation, 30%);
|
|
145
|
+
$danger: hsl($red-hue, $red-saturation, 40%);
|
|
212
146
|
$red-40: hsl($red-hue, $red-saturation, 40%);
|
|
213
147
|
$red-50: hsl($red-hue, $red-saturation, 50%);
|
|
214
|
-
$danger: hsl($red-hue, $red-saturation, 50%);
|
|
215
148
|
$red-60: hsl($red-hue, $red-saturation, 60%);
|
|
216
149
|
$red-70: hsl($red-hue, $red-saturation, 70%);
|
|
217
150
|
$red-80: hsl($red-hue, $red-saturation, 80%);
|
|
@@ -252,149 +185,185 @@ $black-97: hsl($black-hue, $black-saturation, 97%);
|
|
|
252
185
|
}
|
|
253
186
|
|
|
254
187
|
// for primary classes
|
|
255
|
-
@include generate-color-classes(
|
|
188
|
+
@include generate-color-classes(
|
|
189
|
+
"text",
|
|
256
190
|
"primary",
|
|
257
191
|
$primary-hue,
|
|
258
192
|
$primary-saturation,
|
|
259
193
|
10,
|
|
260
194
|
90,
|
|
261
|
-
10
|
|
195
|
+
10
|
|
196
|
+
);
|
|
262
197
|
|
|
263
|
-
@include generate-color-classes(
|
|
198
|
+
@include generate-color-classes(
|
|
199
|
+
"bg",
|
|
264
200
|
"primary",
|
|
265
201
|
$primary-hue,
|
|
266
202
|
$primary-saturation,
|
|
267
203
|
10,
|
|
268
204
|
90,
|
|
269
|
-
10
|
|
205
|
+
10
|
|
206
|
+
);
|
|
270
207
|
|
|
271
|
-
@include generate-color-classes(
|
|
208
|
+
@include generate-color-classes(
|
|
209
|
+
"text",
|
|
272
210
|
"primary",
|
|
273
211
|
$primary-hue,
|
|
274
212
|
$primary-saturation,
|
|
275
213
|
5,
|
|
276
214
|
5,
|
|
277
|
-
1
|
|
215
|
+
1
|
|
216
|
+
);
|
|
278
217
|
|
|
279
|
-
@include generate-color-classes(
|
|
218
|
+
@include generate-color-classes(
|
|
219
|
+
"bg",
|
|
280
220
|
"primary",
|
|
281
221
|
$primary-hue,
|
|
282
222
|
$primary-saturation,
|
|
283
223
|
5,
|
|
284
224
|
5,
|
|
285
|
-
1
|
|
225
|
+
1
|
|
226
|
+
);
|
|
286
227
|
|
|
287
|
-
@include generate-color-classes(
|
|
228
|
+
@include generate-color-classes(
|
|
229
|
+
"text",
|
|
288
230
|
"primary",
|
|
289
231
|
$primary-hue,
|
|
290
232
|
$primary-saturation,
|
|
291
233
|
93,
|
|
292
234
|
97,
|
|
293
|
-
2
|
|
235
|
+
2
|
|
236
|
+
);
|
|
294
237
|
|
|
295
|
-
@include generate-color-classes(
|
|
238
|
+
@include generate-color-classes(
|
|
239
|
+
"bg",
|
|
296
240
|
"primary",
|
|
297
241
|
$primary-hue,
|
|
298
242
|
$primary-saturation,
|
|
299
243
|
93,
|
|
300
244
|
97,
|
|
301
|
-
2
|
|
245
|
+
2
|
|
246
|
+
);
|
|
302
247
|
|
|
303
248
|
// for green classes
|
|
304
|
-
@include generate-color-classes(
|
|
249
|
+
@include generate-color-classes(
|
|
250
|
+
"text",
|
|
305
251
|
"green",
|
|
306
252
|
$green-hue,
|
|
307
253
|
$green-saturation,
|
|
308
254
|
10,
|
|
309
255
|
90,
|
|
310
|
-
10
|
|
311
|
-
|
|
256
|
+
10
|
|
257
|
+
);
|
|
258
|
+
@include generate-color-classes(
|
|
259
|
+
"bg",
|
|
312
260
|
"green",
|
|
313
261
|
$green-hue,
|
|
314
262
|
$green-saturation,
|
|
315
263
|
10,
|
|
316
264
|
90,
|
|
317
|
-
10
|
|
265
|
+
10
|
|
266
|
+
);
|
|
318
267
|
|
|
319
|
-
@include generate-color-classes(
|
|
268
|
+
@include generate-color-classes(
|
|
269
|
+
"text",
|
|
320
270
|
"green",
|
|
321
271
|
$green-hue,
|
|
322
272
|
$green-saturation,
|
|
323
273
|
5,
|
|
324
274
|
5,
|
|
325
|
-
1
|
|
275
|
+
1
|
|
276
|
+
);
|
|
326
277
|
|
|
327
|
-
@include generate-color-classes(
|
|
278
|
+
@include generate-color-classes(
|
|
279
|
+
"bg",
|
|
328
280
|
"green",
|
|
329
281
|
$green-hue,
|
|
330
282
|
$green-saturation,
|
|
331
283
|
5,
|
|
332
284
|
5,
|
|
333
|
-
1
|
|
285
|
+
1
|
|
286
|
+
);
|
|
334
287
|
|
|
335
|
-
@include generate-color-classes(
|
|
288
|
+
@include generate-color-classes(
|
|
289
|
+
"text",
|
|
336
290
|
"green",
|
|
337
291
|
$green-hue,
|
|
338
292
|
$green-saturation,
|
|
339
293
|
93,
|
|
340
294
|
97,
|
|
341
|
-
2
|
|
295
|
+
2
|
|
296
|
+
);
|
|
342
297
|
|
|
343
|
-
@include generate-color-classes(
|
|
298
|
+
@include generate-color-classes(
|
|
299
|
+
"bg",
|
|
344
300
|
"green",
|
|
345
301
|
$green-hue,
|
|
346
302
|
$green-saturation,
|
|
347
303
|
93,
|
|
348
304
|
97,
|
|
349
|
-
2
|
|
305
|
+
2
|
|
306
|
+
);
|
|
350
307
|
|
|
351
308
|
// for purple classes
|
|
352
|
-
@include generate-color-classes(
|
|
309
|
+
@include generate-color-classes(
|
|
310
|
+
"text",
|
|
353
311
|
"purple",
|
|
354
312
|
$purple-hue,
|
|
355
313
|
$purple-saturation,
|
|
356
314
|
10,
|
|
357
315
|
90,
|
|
358
|
-
10
|
|
359
|
-
|
|
316
|
+
10
|
|
317
|
+
);
|
|
318
|
+
@include generate-color-classes(
|
|
319
|
+
"bg",
|
|
360
320
|
"purple",
|
|
361
321
|
$purple-hue,
|
|
362
322
|
$purple-saturation,
|
|
363
323
|
10,
|
|
364
324
|
90,
|
|
365
|
-
10
|
|
325
|
+
10
|
|
326
|
+
);
|
|
366
327
|
|
|
367
|
-
@include generate-color-classes(
|
|
328
|
+
@include generate-color-classes(
|
|
329
|
+
"text",
|
|
368
330
|
"purple",
|
|
369
331
|
$purple-hue,
|
|
370
332
|
$purple-saturation,
|
|
371
333
|
5,
|
|
372
334
|
5,
|
|
373
|
-
1
|
|
335
|
+
1
|
|
336
|
+
);
|
|
374
337
|
|
|
375
|
-
@include generate-color-classes(
|
|
338
|
+
@include generate-color-classes(
|
|
339
|
+
"bg",
|
|
376
340
|
"purple",
|
|
377
341
|
$purple-hue,
|
|
378
342
|
$purple-saturation,
|
|
379
343
|
5,
|
|
380
344
|
5,
|
|
381
|
-
1
|
|
345
|
+
1
|
|
346
|
+
);
|
|
382
347
|
|
|
383
|
-
@include generate-color-classes(
|
|
348
|
+
@include generate-color-classes(
|
|
349
|
+
"text",
|
|
384
350
|
"purple",
|
|
385
351
|
$purple-hue,
|
|
386
352
|
$purple-saturation,
|
|
387
353
|
93,
|
|
388
354
|
97,
|
|
389
|
-
2
|
|
355
|
+
2
|
|
356
|
+
);
|
|
390
357
|
|
|
391
|
-
@include generate-color-classes(
|
|
358
|
+
@include generate-color-classes(
|
|
359
|
+
"bg",
|
|
392
360
|
"purple",
|
|
393
361
|
$purple-hue,
|
|
394
362
|
$purple-saturation,
|
|
395
363
|
93,
|
|
396
364
|
97,
|
|
397
|
-
2
|
|
365
|
+
2
|
|
366
|
+
);
|
|
398
367
|
|
|
399
368
|
// Box Shadow
|
|
400
369
|
$ac-shadow-1: 0 1px 4px rgba(26, 80, 151, 0.16);
|
|
@@ -405,4 +374,4 @@ $ac-shadow-3: 0 3px 4px 0 rgba(0, 0, 0, 0.18),
|
|
|
405
374
|
$shadow-sm: 0 1px 4px rgba(26, 80, 151, 0.16);
|
|
406
375
|
$shadow-xl: 0px 8px 57px rgba(0, 0, 0, 0.16);
|
|
407
376
|
$shadow-lg: 0 3px 4px 0 rgba(0, 0, 0, 0.18), 0 3px 3px -2px rgba(0, 0, 0, 0.16),
|
|
408
|
-
0 1px 6px 0 rgba(0, 0, 0, 0.12);
|
|
377
|
+
0 1px 6px 0 rgba(0, 0, 0, 0.12);
|
|
@@ -6,16 +6,14 @@ $positions: (
|
|
|
6
6
|
"r": "right",
|
|
7
7
|
);
|
|
8
8
|
|
|
9
|
-
@each $key,
|
|
10
|
-
$position in $positions {
|
|
9
|
+
@each $key, $position in $positions {
|
|
11
10
|
.b-#{$key}-n {
|
|
12
11
|
border-#{$position}: none !important;
|
|
13
12
|
}
|
|
14
13
|
}
|
|
15
14
|
|
|
16
15
|
// border position 1px
|
|
17
|
-
@each $key,
|
|
18
|
-
$position in $positions {
|
|
16
|
+
@each $key, $position in $positions {
|
|
19
17
|
.b-#{$key}-1 {
|
|
20
18
|
border-#{$position}: 1px solid $primary-90;
|
|
21
19
|
}
|
|
@@ -26,6 +24,13 @@ $position in $positions {
|
|
|
26
24
|
border: 1px solid $primary-90;
|
|
27
25
|
}
|
|
28
26
|
|
|
27
|
+
.is-fullwidth {
|
|
28
|
+
width: 100%;
|
|
29
|
+
}
|
|
30
|
+
.is-fullheight {
|
|
31
|
+
height: 100%;
|
|
32
|
+
}
|
|
33
|
+
|
|
29
34
|
// for ellipsis
|
|
30
35
|
@for $i from 0 through 10 {
|
|
31
36
|
.is-ellipsis-#{$i} {
|
|
@@ -40,7 +45,7 @@ $position in $positions {
|
|
|
40
45
|
}
|
|
41
46
|
|
|
42
47
|
.form-content {
|
|
43
|
-
width:
|
|
48
|
+
width: 800px;
|
|
44
49
|
}
|
|
45
50
|
|
|
46
51
|
// .dropdown-content {
|
|
@@ -83,7 +88,7 @@ hr {
|
|
|
83
88
|
|
|
84
89
|
// .is-dark-theme {
|
|
85
90
|
// .dropdown-content {
|
|
86
|
-
// background-color: $
|
|
91
|
+
// background-color: $black-80;
|
|
87
92
|
// }
|
|
88
93
|
// }
|
|
89
94
|
|
|
@@ -188,7 +193,6 @@ hr {
|
|
|
188
193
|
align-items: center;
|
|
189
194
|
}
|
|
190
195
|
|
|
191
|
-
|
|
192
196
|
.ac-hscrollbar {
|
|
193
197
|
padding: 15px;
|
|
194
198
|
transition: 0.3s ease-in-out;
|
|
@@ -339,12 +343,12 @@ hr {
|
|
|
339
343
|
background-color: transparent;
|
|
340
344
|
}
|
|
341
345
|
|
|
342
|
-
.is-danger {
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
}
|
|
346
|
+
// .is-danger {
|
|
347
|
+
// font-size: 12px;
|
|
348
|
+
// line-height: 22px;
|
|
349
|
+
// color: $danger;
|
|
350
|
+
// text-align: left;
|
|
351
|
+
// }
|
|
348
352
|
|
|
349
353
|
p.is-danger {
|
|
350
354
|
color: $danger;
|
|
@@ -356,8 +360,8 @@ code {
|
|
|
356
360
|
|
|
357
361
|
.is-dark-theme {
|
|
358
362
|
code {
|
|
359
|
-
background-color: $
|
|
360
|
-
color: $
|
|
363
|
+
background-color: $black-80;
|
|
364
|
+
color: $white-100;
|
|
361
365
|
}
|
|
362
366
|
}
|
|
363
367
|
|
|
@@ -430,7 +434,6 @@ button {
|
|
|
430
434
|
|
|
431
435
|
// Shake animation
|
|
432
436
|
@keyframes shake {
|
|
433
|
-
|
|
434
437
|
10%,
|
|
435
438
|
90% {
|
|
436
439
|
transform: translate3d(-1px, 0, 0);
|
|
@@ -731,7 +734,7 @@ $border_color_4: transparent transparent #585d6e transparent;
|
|
|
731
734
|
}
|
|
732
735
|
|
|
733
736
|
&.is-danger {
|
|
734
|
-
background-color:
|
|
737
|
+
background-color: $danger;
|
|
735
738
|
}
|
|
736
739
|
}
|
|
737
740
|
|
|
@@ -770,7 +773,8 @@ Responsive Classes
|
|
|
770
773
|
}
|
|
771
774
|
|
|
772
775
|
// Small devices (landscape phones, 576px and up)
|
|
773
|
-
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
776
|
+
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
777
|
+
}
|
|
774
778
|
|
|
775
779
|
// Medium devices (tablets, 768px and up)
|
|
776
780
|
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
@@ -789,7 +793,8 @@ Responsive Classes
|
|
|
789
793
|
}
|
|
790
794
|
|
|
791
795
|
// Extra large devices (large desktops, 1200px and up)
|
|
792
|
-
@media (min-width: 1200px) {
|
|
796
|
+
@media (min-width: 1200px) {
|
|
797
|
+
}
|
|
793
798
|
|
|
794
799
|
// FHD devices
|
|
795
800
|
@media (min-width: 1408px) and (max-width: 1600) {
|
|
@@ -797,4 +802,4 @@ Responsive Classes
|
|
|
797
802
|
// grid-gap: 0px;
|
|
798
803
|
// grid-template-columns: 240px calc(100% - 260px);
|
|
799
804
|
// }
|
|
800
|
-
}
|
|
805
|
+
}
|
|
@@ -8,141 +8,8 @@
|
|
|
8
8
|
|
|
9
9
|
&.is-fullwidth {
|
|
10
10
|
grid-template-columns: auto !important;
|
|
11
|
-
|
|
12
|
-
// &.has-info-content {
|
|
13
|
-
// grid-template-columns: 250px calc(100% - 540px) 250px;
|
|
14
|
-
// }
|
|
15
11
|
}
|
|
16
12
|
|
|
17
|
-
// &.has-info-content {
|
|
18
|
-
// grid-template-columns: 250px calc(100% - 540px) 250px;
|
|
19
|
-
|
|
20
|
-
// .ac-system-content {
|
|
21
|
-
// &.pr-15 {
|
|
22
|
-
// padding-right: 0 !important;
|
|
23
|
-
// }
|
|
24
|
-
// }
|
|
25
|
-
// }
|
|
26
|
-
|
|
27
|
-
// &.in-ui-builder {
|
|
28
|
-
// grid-template-columns: calc(100% - 250px) 250px !important;
|
|
29
|
-
// }
|
|
30
|
-
|
|
31
|
-
// &.has-ui-builder {
|
|
32
|
-
// grid-template-columns: 70px calc(100% - 70px);
|
|
33
|
-
// grid-gap: 0;
|
|
34
|
-
|
|
35
|
-
// .inner-header {
|
|
36
|
-
// position: sticky;
|
|
37
|
-
// top: 100px;
|
|
38
|
-
// background-color: $white-100;
|
|
39
|
-
// z-index: 997;
|
|
40
|
-
// }
|
|
41
|
-
|
|
42
|
-
// .ac-system-content {
|
|
43
|
-
// &.pr-15 {
|
|
44
|
-
// padding-right: 0 !important;
|
|
45
|
-
// }
|
|
46
|
-
|
|
47
|
-
// .ac-terminal {
|
|
48
|
-
// width: calc(100% - 290px);
|
|
49
|
-
// left: 289px;
|
|
50
|
-
// }
|
|
51
|
-
// }
|
|
52
|
-
|
|
53
|
-
// // .ac-system-left-sidebar.is-expanded {
|
|
54
|
-
// // z-index: 998;
|
|
55
|
-
// // }
|
|
56
|
-
|
|
57
|
-
// // &.expanded-sidebar {
|
|
58
|
-
// // grid-gap: 0px;
|
|
59
|
-
// // z-index: 9;
|
|
60
|
-
// // grid-template-columns: 250px calc(100% - 250px);
|
|
61
|
-
|
|
62
|
-
// // .is-fullwidth {
|
|
63
|
-
// // .ac-system-content {
|
|
64
|
-
// // padding-left: 0;
|
|
65
|
-
// // }
|
|
66
|
-
// // }
|
|
67
|
-
// // }
|
|
68
|
-
|
|
69
|
-
// // .is-fullwidth {
|
|
70
|
-
// // grid-template-columns: auto;
|
|
71
|
-
|
|
72
|
-
// // &.has-info-content {
|
|
73
|
-
// // grid-template-columns: calc(100% - 260px) 240px;
|
|
74
|
-
// // }
|
|
75
|
-
|
|
76
|
-
// // .ac-system-content {
|
|
77
|
-
// // padding-left: 20px;
|
|
78
|
-
// // }
|
|
79
|
-
// // }
|
|
80
|
-
|
|
81
|
-
// // .ac-system-body {
|
|
82
|
-
// // padding-top: 0;
|
|
83
|
-
// // grid-template-columns: 220px calc(100% - 440px) 220px;
|
|
84
|
-
|
|
85
|
-
// // .ac-system-left-sidebar {
|
|
86
|
-
// // // border-right: none !important;
|
|
87
|
-
// // // height: calc(100vh - 60px);
|
|
88
|
-
|
|
89
|
-
// // .ac-left-sidebar-wrapper {
|
|
90
|
-
// // position: fixed;
|
|
91
|
-
// // top: 140px;
|
|
92
|
-
// // width: 219px;
|
|
93
|
-
// // border-right: 1px solid $primary-90;
|
|
94
|
-
// // height: 100%;
|
|
95
|
-
|
|
96
|
-
// // ul.menu-list-wrapper {
|
|
97
|
-
// // padding-top: 10px;
|
|
98
|
-
// // }
|
|
99
|
-
// // }
|
|
100
|
-
// // }
|
|
101
|
-
// // }
|
|
102
|
-
// }
|
|
103
|
-
|
|
104
|
-
// &.has-deploy-flow {
|
|
105
|
-
// grid-template-columns: 65% 35%;
|
|
106
|
-
// }
|
|
107
|
-
|
|
108
|
-
// .ac-system-left-sidebar {
|
|
109
|
-
// // border-right: 1px solid $primary-90;
|
|
110
|
-
// // box-shadow: none;
|
|
111
|
-
|
|
112
|
-
// &.is-expanded {
|
|
113
|
-
// z-index: 998;
|
|
114
|
-
|
|
115
|
-
// .ac-product-logo {
|
|
116
|
-
// width: 250px !important;
|
|
117
|
-
// justify-content: flex-start !important;
|
|
118
|
-
// }
|
|
119
|
-
|
|
120
|
-
// .menu-list {
|
|
121
|
-
// box-shadow: 2px -1px 8px rgba(26, 80, 151, 0.16);
|
|
122
|
-
|
|
123
|
-
// &.ac-menu-list {
|
|
124
|
-
// width: 250px !important;
|
|
125
|
-
// background-color: $white-100;
|
|
126
|
-
|
|
127
|
-
// li {
|
|
128
|
-
// a {
|
|
129
|
-
// strong {
|
|
130
|
-
// display: block !important;
|
|
131
|
-
// }
|
|
132
|
-
// }
|
|
133
|
-
|
|
134
|
-
// ul {
|
|
135
|
-
// li {
|
|
136
|
-
// a {
|
|
137
|
-
// padding-left: 50px !important;
|
|
138
|
-
// }
|
|
139
|
-
// }
|
|
140
|
-
// }
|
|
141
|
-
// }
|
|
142
|
-
// }
|
|
143
|
-
// }
|
|
144
|
-
// }
|
|
145
|
-
// }
|
|
146
13
|
}
|
|
147
14
|
// sidebar collapsed
|
|
148
15
|
.sidebar-collapsed {
|
|
@@ -150,8 +17,3 @@
|
|
|
150
17
|
grid-template-columns: 60px calc(100% - 60px);
|
|
151
18
|
}
|
|
152
19
|
}
|
|
153
|
-
// .ac-system-body {
|
|
154
|
-
// &.is-preview-step {
|
|
155
|
-
// grid-template-columns: calc(100% - 250px) 250px !important;
|
|
156
|
-
// }
|
|
157
|
-
// }
|
|
@@ -6,7 +6,7 @@ $font-paragraph: "Roboto", sans-serif;
|
|
|
6
6
|
|
|
7
7
|
html,
|
|
8
8
|
body {
|
|
9
|
-
background-color:
|
|
9
|
+
background-color: transparent;
|
|
10
10
|
font-family: $font-paragraph;
|
|
11
11
|
font-weight: 400;
|
|
12
12
|
font-size: 13px;
|
|
@@ -134,4 +134,4 @@ strong {
|
|
|
134
134
|
|
|
135
135
|
.material-icons {
|
|
136
136
|
font-size: 1em;
|
|
137
|
-
}
|
|
137
|
+
}
|