@appscode/design-system 1.1.0-beta.3 → 1.1.0-beta.30
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/_colors.scss +81 -186
- package/base/utilities/_global.scss +24 -18
- package/base/utilities/_typography.scss +2 -2
- package/base/utilities/dark-theme.scss +2 -8
- package/components/_ac-alert-box.scss +8 -8
- 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-multi-select.scss +18 -18
- package/components/_ac-select-box.scss +5 -5
- package/components/_ac-table.scss +10 -10
- package/components/_ac-tabs.scss +29 -26
- package/components/_all.scss +6 -4
- package/components/_buttons.scss +10 -10
- package/components/_image-upload.scss +6 -6
- package/components/_input-card.scss +232 -0
- package/components/_input.scss +947 -0
- package/components/_left-sidebar-menu.scss +9 -13
- package/components/_monaco-editor.scss +2 -2
- 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} +55 -38
- package/components/_widget-menu.scss +7 -12
- package/components/_wizard.scss +518 -793
- package/components/ac-toaster/_ac-toasted.scss +6 -11
- 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 +163 -9
- package/components/ui-builder/_vue-open-api.scss +3 -2
- package/layouts/_code-preview.scss +6 -7
- package/main.scss +4 -4
- package/package.json +1 -1
- package/plugins/theme.js +11 -9
- package/plugins/vue-toaster.js +1 -1
- package/vue-components/types/importFlow.ts +16 -0
- package/vue-components/v2/banner/Banner.vue +1 -1
- package/vue-components/v2/editor/FilteredFileEditor.vue +2 -2
- package/vue-components/v2/modal/Modal.vue +1 -1
- package/vue-components/v2/pagination/Pagination.vue +1 -0
- package/vue-components/v3/alert/Alert.vue +7 -7
- package/vue-components/v3/banner/Banner.vue +2 -2
- package/vue-components/v3/breadcrumbs/Breadcrumb.vue +4 -2
- package/vue-components/v3/button/Button.vue +26 -11
- package/vue-components/v3/cards/Cluster.vue +3 -4
- package/vue-components/v3/cards/Counter.vue +12 -0
- package/vue-components/v3/cards/FeatureCard.vue +31 -0
- package/vue-components/v3/cards/InfoCard.vue +4 -9
- package/vue-components/v3/cards/Monitoring.vue +1 -1
- package/vue-components/v3/cards/Vendor.vue +67 -5
- package/vue-components/v3/content/ContentTable.vue +7 -2
- package/vue-components/v3/editor/FilteredFileEditor.vue +200 -3
- package/vue-components/v3/footer/Info.vue +10 -8
- package/vue-components/v3/footer/Status.vue +21 -23
- package/vue-components/v3/footer/Usage.vue +20 -30
- package/vue-components/v3/form/Form.vue +0 -3
- package/vue-components/v3/form-fields/AcSingleInput.vue +9 -1
- package/vue-components/v3/header/Header.vue +5 -4
- package/vue-components/v3/loaders/InfoCardLoader.vue +65 -0
- package/vue-components/v3/modal/Modal.vue +1 -1
- package/vue-components/v3/navbar/Navbar.vue +3 -1
- package/vue-components/v3/navbar/User.vue +4 -4
- package/vue-components/v3/notification/AlertBox.vue +234 -4
- package/vue-components/v3/option-dots/Options.vue +2 -1
- package/vue-components/v3/pagination/Pagination.vue +2 -1
- package/vue-components/v3/preloader/Preloader.vue +1 -1
- package/vue-components/v3/searchbars/SearchBar.vue +10 -2
- package/vue-components/v3/sidebar/ClusterSwitcher.vue +35 -31
- package/vue-components/v3/sidebar/Sidebar.vue +5 -9
- package/vue-components/v3/sidebar/SidebarFooter.vue +3 -3
- package/vue-components/v3/sidebar/SidebarHeader.vue +3 -3
- package/vue-components/v3/sidebar/Steps.vue +152 -0
- package/vue-components/v3/table/InfoTable.vue +6 -4
- package/vue-components/v3/table/Table.vue +38 -31
- package/vue-components/v3/table/TableRow.vue +2 -2
- package/components/_ac-card.scss +0 -589
- package/components/_ac-input.scss +0 -394
- /package/components/{_ac-accordion.scss → _accordion.scss} +0 -0
- /package/components/{_ac-report.scss → _report.scss} +0 -0
|
@@ -1,118 +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(
|
|
63
|
-
var(--hsl-hue),
|
|
64
|
-
var(--hsl-saturation),
|
|
65
|
-
var(--hsl-lightness),
|
|
66
|
-
1
|
|
67
|
-
);
|
|
68
|
-
|
|
69
|
-
--ac-text: hsla(
|
|
70
|
-
var(--font-hsl-hue),
|
|
71
|
-
calc(var(--font-hsl-saturation) + 10%),
|
|
72
|
-
calc(var(--font-hsl-lightness) + 10%),
|
|
73
|
-
1
|
|
74
|
-
);
|
|
75
|
-
--ac-text-heading: hsla(
|
|
76
|
-
var(--font-hsl-hue),
|
|
77
|
-
var(--font-hsl-saturation),
|
|
78
|
-
var(--font-hsl-lightness),
|
|
79
|
-
1
|
|
80
|
-
);
|
|
81
|
-
--ac-color-value: hsl(
|
|
82
|
-
var(--font-hsl-hue),
|
|
83
|
-
var(--font-hsl-saturation),
|
|
84
|
-
calc(var(--font-hsl-lightness) + 25%)
|
|
85
|
-
);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
$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);
|
|
89
15
|
// $primary: var(--ac-primary);
|
|
90
16
|
// $primary-20: var(--ac-color-value);
|
|
91
17
|
|
|
92
18
|
// Colors
|
|
93
|
-
$ac-black: var(--ac-black);
|
|
94
|
-
$primary-10-90: var(--ac-color-text-90);
|
|
95
|
-
$ac-link-black: var(--ac-link-black);
|
|
96
|
-
$black-40: var(--ac-gray-darker);
|
|
97
|
-
$black-30: var(--ac-gray-dark);
|
|
98
|
-
$ac-gray: var(--ac-gray);
|
|
99
|
-
$ac-gray-light: var(--ac-gray-light);
|
|
100
|
-
$ac-gray-lighter: var(--ac-gray-lighter);
|
|
101
|
-
$ac-gray-lightest: var(--ac-gray-lightest);
|
|
102
|
-
$white-100
|
|
103
|
-
$white-
|
|
104
|
-
$white-
|
|
105
|
-
$white-100: var(--ac-white);
|
|
106
|
-
$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);
|
|
107
33
|
|
|
108
34
|
// $info-light: var(--ac-blue-light);
|
|
109
|
-
|
|
110
|
-
$table-header: var(--table-header);
|
|
111
|
-
$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);
|
|
112
38
|
|
|
113
39
|
// for dark theme CSS
|
|
114
|
-
$dark-bg: var(--dark-bg);
|
|
115
|
-
$
|
|
40
|
+
// $dark-bg: var(--dark-bg);
|
|
41
|
+
// $black-8: var(--dark-bg-light);
|
|
116
42
|
// ===================================PREVIOUS STYLE========================================
|
|
117
43
|
|
|
118
44
|
// white and black
|
|
@@ -128,13 +54,12 @@ $primary-20: hsl($primary-hue, $primary-saturation, 20%);
|
|
|
128
54
|
$primary-30: hsl($primary-hue, $primary-saturation, 30%);
|
|
129
55
|
$primary-40: hsl($primary-hue, $primary-saturation, 40%);
|
|
130
56
|
$primary: hsl($primary-hue, $primary-saturation, 40%);
|
|
131
|
-
$ac-primary: hsl(var(--hsl-hue), var(--hsl-saturation), 40%);
|
|
132
|
-
|
|
133
57
|
$primary-50: hsl($primary-hue, $primary-saturation, 50%);
|
|
134
58
|
$primary-60: hsl($primary-hue, $primary-saturation, 60%);
|
|
135
59
|
$primary-70: hsl($primary-hue, $primary-saturation, 70%);
|
|
136
60
|
$primary-80: hsl($primary-hue, $primary-saturation, 80%);
|
|
137
61
|
$primary-90: hsl($primary-hue, $primary-saturation, 90%);
|
|
62
|
+
$primary-93: hsl($primary-hue, $primary-saturation, 93%);
|
|
138
63
|
$primary-95: hsl($primary-hue, $primary-saturation, 95%);
|
|
139
64
|
$primary-97: hsl($primary-hue, $primary-saturation, 97%);
|
|
140
65
|
|
|
@@ -152,6 +77,7 @@ $green-60: hsl($green-hue, $green-saturation, 60%);
|
|
|
152
77
|
$green-70: hsl($green-hue, $green-saturation, 70%);
|
|
153
78
|
$green-80: hsl($green-hue, $green-saturation, 80%);
|
|
154
79
|
$green-90: hsl($green-hue, $green-saturation, 90%);
|
|
80
|
+
$green-93: hsl($green-hue, $green-saturation, 93%);
|
|
155
81
|
$green-95: hsl($green-hue, $green-saturation, 95%);
|
|
156
82
|
$green-97: hsl($green-hue, $green-saturation, 97%);
|
|
157
83
|
|
|
@@ -169,6 +95,7 @@ $blue-60: hsl($blue-hue, $blue-saturation, 60%);
|
|
|
169
95
|
$blue-70: hsl($blue-hue, $blue-saturation, 70%);
|
|
170
96
|
$blue-80: hsl($blue-hue, $blue-saturation, 80%);
|
|
171
97
|
$blue-90: hsl($blue-hue, $blue-saturation, 90%);
|
|
98
|
+
$blue-93: hsl($blue-hue, $blue-saturation, 93%);
|
|
172
99
|
$blue-95: hsl($blue-hue, $blue-saturation, 95%);
|
|
173
100
|
$blue-97: hsl($blue-hue, $blue-saturation, 97%);
|
|
174
101
|
|
|
@@ -186,6 +113,7 @@ $purple-60: hsl($purple-hue, $purple-saturation, 60%);
|
|
|
186
113
|
$purple-70: hsl($purple-hue, $purple-saturation, 70%);
|
|
187
114
|
$purple-80: hsl($purple-hue, $purple-saturation, 80%);
|
|
188
115
|
$purple-90: hsl($purple-hue, $purple-saturation, 90%);
|
|
116
|
+
$purple-93: hsl($purple-hue, $purple-saturation, 93%);
|
|
189
117
|
$purple-95: hsl($purple-hue, $purple-saturation, 95%);
|
|
190
118
|
$purple-97: hsl($purple-hue, $purple-saturation, 97%);
|
|
191
119
|
|
|
@@ -203,6 +131,7 @@ $yellow-60: hsl($yellow-hue, $yellow-saturation, 60%);
|
|
|
203
131
|
$yellow-70: hsl($yellow-hue, $yellow-saturation, 70%);
|
|
204
132
|
$yellow-80: hsl($yellow-hue, $yellow-saturation, 80%);
|
|
205
133
|
$yellow-90: hsl($yellow-hue, $yellow-saturation, 90%);
|
|
134
|
+
$yellow-93: hsl($yellow-hue, $yellow-saturation, 93%);
|
|
206
135
|
$yellow-95: hsl($yellow-hue, $yellow-saturation, 95%);
|
|
207
136
|
$yellow-97: hsl($yellow-hue, $yellow-saturation, 97%);
|
|
208
137
|
|
|
@@ -220,6 +149,7 @@ $red-60: hsl($red-hue, $red-saturation, 60%);
|
|
|
220
149
|
$red-70: hsl($red-hue, $red-saturation, 70%);
|
|
221
150
|
$red-80: hsl($red-hue, $red-saturation, 80%);
|
|
222
151
|
$red-90: hsl($red-hue, $red-saturation, 90%);
|
|
152
|
+
$red-93: hsl($red-hue, $red-saturation, 93%);
|
|
223
153
|
$red-95: hsl($red-hue, $red-saturation, 95%);
|
|
224
154
|
$red-97: hsl($red-hue, $red-saturation, 97%);
|
|
225
155
|
|
|
@@ -237,6 +167,7 @@ $black-60: hsl($black-hue, $black-saturation, 60%);
|
|
|
237
167
|
$black-70: hsl($black-hue, $black-saturation, 70%);
|
|
238
168
|
$black-80: hsl($black-hue, $black-saturation, 80%);
|
|
239
169
|
$black-90: hsl($black-hue, $black-saturation, 90%);
|
|
170
|
+
$black-93: hsl($black-hue, $black-saturation, 93%);
|
|
240
171
|
$black-95: hsl($black-hue, $black-saturation, 95%);
|
|
241
172
|
$black-97: hsl($black-hue, $black-saturation, 97%);
|
|
242
173
|
|
|
@@ -254,185 +185,149 @@ $black-97: hsl($black-hue, $black-saturation, 97%);
|
|
|
254
185
|
}
|
|
255
186
|
|
|
256
187
|
// for primary classes
|
|
257
|
-
@include generate-color-classes(
|
|
258
|
-
"text",
|
|
188
|
+
@include generate-color-classes("text",
|
|
259
189
|
"primary",
|
|
260
190
|
$primary-hue,
|
|
261
191
|
$primary-saturation,
|
|
262
192
|
10,
|
|
263
193
|
90,
|
|
264
|
-
10
|
|
265
|
-
);
|
|
194
|
+
10);
|
|
266
195
|
|
|
267
|
-
@include generate-color-classes(
|
|
268
|
-
"bg",
|
|
196
|
+
@include generate-color-classes("bg",
|
|
269
197
|
"primary",
|
|
270
198
|
$primary-hue,
|
|
271
199
|
$primary-saturation,
|
|
272
200
|
10,
|
|
273
201
|
90,
|
|
274
|
-
10
|
|
275
|
-
);
|
|
202
|
+
10);
|
|
276
203
|
|
|
277
|
-
@include generate-color-classes(
|
|
278
|
-
"text",
|
|
204
|
+
@include generate-color-classes("text",
|
|
279
205
|
"primary",
|
|
280
206
|
$primary-hue,
|
|
281
207
|
$primary-saturation,
|
|
282
208
|
5,
|
|
283
209
|
5,
|
|
284
|
-
1
|
|
285
|
-
);
|
|
210
|
+
1);
|
|
286
211
|
|
|
287
|
-
@include generate-color-classes(
|
|
288
|
-
"bg",
|
|
212
|
+
@include generate-color-classes("bg",
|
|
289
213
|
"primary",
|
|
290
214
|
$primary-hue,
|
|
291
215
|
$primary-saturation,
|
|
292
216
|
5,
|
|
293
217
|
5,
|
|
294
|
-
1
|
|
295
|
-
);
|
|
218
|
+
1);
|
|
296
219
|
|
|
297
|
-
@include generate-color-classes(
|
|
298
|
-
"text",
|
|
220
|
+
@include generate-color-classes("text",
|
|
299
221
|
"primary",
|
|
300
222
|
$primary-hue,
|
|
301
223
|
$primary-saturation,
|
|
302
|
-
|
|
224
|
+
93,
|
|
303
225
|
97,
|
|
304
|
-
2
|
|
305
|
-
);
|
|
226
|
+
2);
|
|
306
227
|
|
|
307
|
-
@include generate-color-classes(
|
|
308
|
-
"bg",
|
|
228
|
+
@include generate-color-classes("bg",
|
|
309
229
|
"primary",
|
|
310
230
|
$primary-hue,
|
|
311
231
|
$primary-saturation,
|
|
312
|
-
|
|
232
|
+
93,
|
|
313
233
|
97,
|
|
314
|
-
2
|
|
315
|
-
);
|
|
234
|
+
2);
|
|
316
235
|
|
|
317
236
|
// for green classes
|
|
318
|
-
@include generate-color-classes(
|
|
319
|
-
"text",
|
|
237
|
+
@include generate-color-classes("text",
|
|
320
238
|
"green",
|
|
321
239
|
$green-hue,
|
|
322
240
|
$green-saturation,
|
|
323
241
|
10,
|
|
324
242
|
90,
|
|
325
|
-
10
|
|
326
|
-
|
|
327
|
-
@include generate-color-classes(
|
|
328
|
-
"bg",
|
|
243
|
+
10);
|
|
244
|
+
@include generate-color-classes("bg",
|
|
329
245
|
"green",
|
|
330
246
|
$green-hue,
|
|
331
247
|
$green-saturation,
|
|
332
248
|
10,
|
|
333
249
|
90,
|
|
334
|
-
10
|
|
335
|
-
);
|
|
250
|
+
10);
|
|
336
251
|
|
|
337
|
-
@include generate-color-classes(
|
|
338
|
-
"text",
|
|
252
|
+
@include generate-color-classes("text",
|
|
339
253
|
"green",
|
|
340
254
|
$green-hue,
|
|
341
255
|
$green-saturation,
|
|
342
256
|
5,
|
|
343
257
|
5,
|
|
344
|
-
1
|
|
345
|
-
);
|
|
258
|
+
1);
|
|
346
259
|
|
|
347
|
-
@include generate-color-classes(
|
|
348
|
-
"bg",
|
|
260
|
+
@include generate-color-classes("bg",
|
|
349
261
|
"green",
|
|
350
262
|
$green-hue,
|
|
351
263
|
$green-saturation,
|
|
352
264
|
5,
|
|
353
265
|
5,
|
|
354
|
-
1
|
|
355
|
-
);
|
|
266
|
+
1);
|
|
356
267
|
|
|
357
|
-
@include generate-color-classes(
|
|
358
|
-
"text",
|
|
268
|
+
@include generate-color-classes("text",
|
|
359
269
|
"green",
|
|
360
270
|
$green-hue,
|
|
361
271
|
$green-saturation,
|
|
362
|
-
|
|
272
|
+
93,
|
|
363
273
|
97,
|
|
364
|
-
2
|
|
365
|
-
);
|
|
274
|
+
2);
|
|
366
275
|
|
|
367
|
-
@include generate-color-classes(
|
|
368
|
-
"bg",
|
|
276
|
+
@include generate-color-classes("bg",
|
|
369
277
|
"green",
|
|
370
278
|
$green-hue,
|
|
371
279
|
$green-saturation,
|
|
372
|
-
|
|
280
|
+
93,
|
|
373
281
|
97,
|
|
374
|
-
2
|
|
375
|
-
);
|
|
282
|
+
2);
|
|
376
283
|
|
|
377
284
|
// for purple classes
|
|
378
|
-
@include generate-color-classes(
|
|
379
|
-
"text",
|
|
285
|
+
@include generate-color-classes("text",
|
|
380
286
|
"purple",
|
|
381
287
|
$purple-hue,
|
|
382
288
|
$purple-saturation,
|
|
383
289
|
10,
|
|
384
290
|
90,
|
|
385
|
-
10
|
|
386
|
-
|
|
387
|
-
@include generate-color-classes(
|
|
388
|
-
"bg",
|
|
291
|
+
10);
|
|
292
|
+
@include generate-color-classes("bg",
|
|
389
293
|
"purple",
|
|
390
294
|
$purple-hue,
|
|
391
295
|
$purple-saturation,
|
|
392
296
|
10,
|
|
393
297
|
90,
|
|
394
|
-
10
|
|
395
|
-
);
|
|
298
|
+
10);
|
|
396
299
|
|
|
397
|
-
@include generate-color-classes(
|
|
398
|
-
"text",
|
|
300
|
+
@include generate-color-classes("text",
|
|
399
301
|
"purple",
|
|
400
302
|
$purple-hue,
|
|
401
303
|
$purple-saturation,
|
|
402
304
|
5,
|
|
403
305
|
5,
|
|
404
|
-
1
|
|
405
|
-
);
|
|
306
|
+
1);
|
|
406
307
|
|
|
407
|
-
@include generate-color-classes(
|
|
408
|
-
"bg",
|
|
308
|
+
@include generate-color-classes("bg",
|
|
409
309
|
"purple",
|
|
410
310
|
$purple-hue,
|
|
411
311
|
$purple-saturation,
|
|
412
312
|
5,
|
|
413
313
|
5,
|
|
414
|
-
1
|
|
415
|
-
);
|
|
314
|
+
1);
|
|
416
315
|
|
|
417
|
-
@include generate-color-classes(
|
|
418
|
-
"text",
|
|
316
|
+
@include generate-color-classes("text",
|
|
419
317
|
"purple",
|
|
420
318
|
$purple-hue,
|
|
421
319
|
$purple-saturation,
|
|
422
|
-
|
|
320
|
+
93,
|
|
423
321
|
97,
|
|
424
|
-
2
|
|
425
|
-
);
|
|
322
|
+
2);
|
|
426
323
|
|
|
427
|
-
@include generate-color-classes(
|
|
428
|
-
"bg",
|
|
324
|
+
@include generate-color-classes("bg",
|
|
429
325
|
"purple",
|
|
430
326
|
$purple-hue,
|
|
431
327
|
$purple-saturation,
|
|
432
|
-
|
|
328
|
+
93,
|
|
433
329
|
97,
|
|
434
|
-
2
|
|
435
|
-
);
|
|
330
|
+
2);
|
|
436
331
|
|
|
437
332
|
// Box Shadow
|
|
438
333
|
$ac-shadow-1: 0 1px 4px rgba(26, 80, 151, 0.16);
|
|
@@ -443,4 +338,4 @@ $ac-shadow-3: 0 3px 4px 0 rgba(0, 0, 0, 0.18),
|
|
|
443
338
|
$shadow-sm: 0 1px 4px rgba(26, 80, 151, 0.16);
|
|
444
339
|
$shadow-xl: 0px 8px 57px rgba(0, 0, 0, 0.16);
|
|
445
340
|
$shadow-lg: 0 3px 4px 0 rgba(0, 0, 0, 0.18), 0 3px 3px -2px rgba(0, 0, 0, 0.16),
|
|
446
|
-
0 1px 6px 0 rgba(0, 0, 0, 0.12);
|
|
341
|
+
0 1px 6px 0 rgba(0, 0, 0, 0.12);
|
|
@@ -6,14 +6,16 @@ $positions: (
|
|
|
6
6
|
"r": "right",
|
|
7
7
|
);
|
|
8
8
|
|
|
9
|
-
@each $key,
|
|
9
|
+
@each $key,
|
|
10
|
+
$position in $positions {
|
|
10
11
|
.b-#{$key}-n {
|
|
11
12
|
border-#{$position}: none !important;
|
|
12
13
|
}
|
|
13
14
|
}
|
|
14
15
|
|
|
15
16
|
// border position 1px
|
|
16
|
-
@each $key,
|
|
17
|
+
@each $key,
|
|
18
|
+
$position in $positions {
|
|
17
19
|
.b-#{$key}-1 {
|
|
18
20
|
border-#{$position}: 1px solid $primary-90;
|
|
19
21
|
}
|
|
@@ -73,11 +75,15 @@ input[type="color"]::-moz-color-swatch {
|
|
|
73
75
|
border-radius: 50%;
|
|
74
76
|
}
|
|
75
77
|
|
|
78
|
+
hr {
|
|
79
|
+
background-color: $primary-90;
|
|
80
|
+
}
|
|
81
|
+
|
|
76
82
|
// color swatch end
|
|
77
83
|
|
|
78
84
|
// .is-dark-theme {
|
|
79
85
|
// .dropdown-content {
|
|
80
|
-
// background-color: $
|
|
86
|
+
// background-color: $black-80;
|
|
81
87
|
// }
|
|
82
88
|
// }
|
|
83
89
|
|
|
@@ -182,6 +188,7 @@ input[type="color"]::-moz-color-swatch {
|
|
|
182
188
|
align-items: center;
|
|
183
189
|
}
|
|
184
190
|
|
|
191
|
+
|
|
185
192
|
.ac-hscrollbar {
|
|
186
193
|
padding: 15px;
|
|
187
194
|
transition: 0.3s ease-in-out;
|
|
@@ -332,14 +339,14 @@ input[type="color"]::-moz-color-swatch {
|
|
|
332
339
|
background-color: transparent;
|
|
333
340
|
}
|
|
334
341
|
|
|
335
|
-
.is-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
}
|
|
342
|
+
// .is-danger {
|
|
343
|
+
// font-size: 12px;
|
|
344
|
+
// line-height: 22px;
|
|
345
|
+
// color: $danger;
|
|
346
|
+
// text-align: left;
|
|
347
|
+
// }
|
|
341
348
|
|
|
342
|
-
p.is-
|
|
349
|
+
p.is-danger {
|
|
343
350
|
color: $danger;
|
|
344
351
|
}
|
|
345
352
|
|
|
@@ -349,8 +356,8 @@ code {
|
|
|
349
356
|
|
|
350
357
|
.is-dark-theme {
|
|
351
358
|
code {
|
|
352
|
-
background-color: $
|
|
353
|
-
color: $
|
|
359
|
+
background-color: $black-80;
|
|
360
|
+
color: $white-100;
|
|
354
361
|
}
|
|
355
362
|
}
|
|
356
363
|
|
|
@@ -423,6 +430,7 @@ button {
|
|
|
423
430
|
|
|
424
431
|
// Shake animation
|
|
425
432
|
@keyframes shake {
|
|
433
|
+
|
|
426
434
|
10%,
|
|
427
435
|
90% {
|
|
428
436
|
transform: translate3d(-1px, 0, 0);
|
|
@@ -722,7 +730,7 @@ $border_color_4: transparent transparent #585d6e transparent;
|
|
|
722
730
|
background-color: #27ae60;
|
|
723
731
|
}
|
|
724
732
|
|
|
725
|
-
&.is-
|
|
733
|
+
&.is-danger {
|
|
726
734
|
background-color: #eb5757;
|
|
727
735
|
}
|
|
728
736
|
}
|
|
@@ -762,8 +770,7 @@ Responsive Classes
|
|
|
762
770
|
}
|
|
763
771
|
|
|
764
772
|
// Small devices (landscape phones, 576px and up)
|
|
765
|
-
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
766
|
-
}
|
|
773
|
+
@media (min-width: 576px) and (max-width: 767.98px) {}
|
|
767
774
|
|
|
768
775
|
// Medium devices (tablets, 768px and up)
|
|
769
776
|
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
@@ -782,8 +789,7 @@ Responsive Classes
|
|
|
782
789
|
}
|
|
783
790
|
|
|
784
791
|
// Extra large devices (large desktops, 1200px and up)
|
|
785
|
-
@media (min-width: 1200px) {
|
|
786
|
-
}
|
|
792
|
+
@media (min-width: 1200px) {}
|
|
787
793
|
|
|
788
794
|
// FHD devices
|
|
789
795
|
@media (min-width: 1408px) and (max-width: 1600) {
|
|
@@ -791,4 +797,4 @@ Responsive Classes
|
|
|
791
797
|
// grid-gap: 0px;
|
|
792
798
|
// grid-template-columns: 240px calc(100% - 260px);
|
|
793
799
|
// }
|
|
794
|
-
}
|
|
800
|
+
}
|
|
@@ -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
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
$dark-bg: var(--dark-bg);
|
|
2
|
-
$
|
|
2
|
+
$black-8: var(--dark-bg-light);
|
|
3
3
|
|
|
4
4
|
.is-dark-theme {
|
|
5
5
|
--ac-bg: var(--dark-bg);
|
|
@@ -17,10 +17,4 @@ $dark-bg-light: var(--dark-bg-light);
|
|
|
17
17
|
--ac-white-lightest: #1f2229;
|
|
18
18
|
--ac-label-text: #8c8c8c;
|
|
19
19
|
--ac-bg-light-gray: #252830;
|
|
20
|
-
|
|
21
|
-
--ac-color-value: hsl(
|
|
22
|
-
var(--font-hsl-hue),
|
|
23
|
-
var(--font-hsl-saturation),
|
|
24
|
-
calc(var(--font-hsl-lightness) + 60%)
|
|
25
|
-
);
|
|
26
|
-
}
|
|
20
|
+
}
|
|
@@ -77,8 +77,8 @@
|
|
|
77
77
|
// @include acNotification($success);
|
|
78
78
|
// }
|
|
79
79
|
|
|
80
|
-
// // is-
|
|
81
|
-
// .ac-notification.is-
|
|
80
|
+
// // is-danger
|
|
81
|
+
// .ac-notification.is-danger {
|
|
82
82
|
// @include acNotification($danger);
|
|
83
83
|
// }
|
|
84
84
|
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
// padding: 0 15px;
|
|
122
122
|
|
|
123
123
|
// &:hover {
|
|
124
|
-
// color: $
|
|
124
|
+
// color: $primary-90;
|
|
125
125
|
// }
|
|
126
126
|
// }
|
|
127
127
|
|
|
@@ -164,8 +164,8 @@
|
|
|
164
164
|
// @include acToast($success);
|
|
165
165
|
// }
|
|
166
166
|
|
|
167
|
-
// // is-
|
|
168
|
-
// .ac-toast.is-
|
|
167
|
+
// // is-danger
|
|
168
|
+
// .ac-toast.is-danger {
|
|
169
169
|
// @include acToast($danger);
|
|
170
170
|
// }
|
|
171
171
|
|
|
@@ -176,8 +176,8 @@
|
|
|
176
176
|
|
|
177
177
|
// // dark theme start
|
|
178
178
|
// .is-dark-theme {
|
|
179
|
-
// .ac-notification.is-
|
|
180
|
-
// background-color: $
|
|
179
|
+
// .ac-notification.is-danger {
|
|
180
|
+
// background-color: $black-80;
|
|
181
181
|
// }
|
|
182
182
|
// }
|
|
183
183
|
// // dark theme end
|
|
@@ -202,4 +202,4 @@
|
|
|
202
202
|
|
|
203
203
|
// // Extra large devices (large desktops, 1200px and up)
|
|
204
204
|
// @media (min-width: 1200px) {
|
|
205
|
-
// }
|
|
205
|
+
// }
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
pre {
|
|
3
3
|
font-size: 13px;
|
|
4
4
|
color: $primary-10;
|
|
5
|
-
background-color: $
|
|
5
|
+
background-color: $primary-90;
|
|
6
6
|
}
|
|
7
|
+
|
|
7
8
|
&.is-dark {
|
|
8
9
|
pre {
|
|
9
10
|
background-color: $primary-10;
|
|
@@ -11,6 +12,7 @@
|
|
|
11
12
|
}
|
|
12
13
|
}
|
|
13
14
|
}
|
|
15
|
+
|
|
14
16
|
code[class*="language-"],
|
|
15
17
|
pre[class*="language-"] {
|
|
16
18
|
font-size: 14px !important;
|
|
@@ -19,7 +21,7 @@ pre[class*="language-"] {
|
|
|
19
21
|
.editor-writable {
|
|
20
22
|
width: 100%;
|
|
21
23
|
border-radius: 4px !important;
|
|
22
|
-
border: 1px solid $white-100
|
|
24
|
+
border: 1px solid $white-100 !important;
|
|
23
25
|
}
|
|
24
26
|
|
|
25
27
|
.monaco-editor {
|
|
@@ -32,21 +34,16 @@ pre[class*="language-"] {
|
|
|
32
34
|
Responsive Classes
|
|
33
35
|
*****************************************/
|
|
34
36
|
// Extra small devices (portrait phones, less than 576px)
|
|
35
|
-
@media (max-width: 575.98px) {
|
|
36
|
-
}
|
|
37
|
+
@media (max-width: 575.98px) {}
|
|
37
38
|
|
|
38
39
|
// Small devices (landscape phones, 576px and up)
|
|
39
|
-
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
40
|
-
}
|
|
40
|
+
@media (min-width: 576px) and (max-width: 767.98px) {}
|
|
41
41
|
|
|
42
42
|
// Medium devices (tablets, 768px and up)
|
|
43
|
-
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
44
|
-
}
|
|
43
|
+
@media (min-width: 768px) and (max-width: 991.98px) {}
|
|
45
44
|
|
|
46
45
|
// Large devices (desktops, 992px and up)
|
|
47
|
-
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
48
|
-
}
|
|
46
|
+
@media (min-width: 992px) and (max-width: 1199.98px) {}
|
|
49
47
|
|
|
50
48
|
// Extra large devices (large desktops, 1200px and up)
|
|
51
|
-
@media (min-width: 1200px) {
|
|
52
|
-
}
|
|
49
|
+
@media (min-width: 1200px) {}
|