@appscode/design-system 2.0.35-alpha.5 → 2.0.35
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/main.scss +0 -5
- package/package.json +1 -1
- package/vue-components/styles/base/utilities/_colors.scss +44 -32
- package/vue-components/styles/base/utilities/_extended.scss +2 -2
- package/vue-components/styles/base/utilities/_global.scss +126 -5
- package/vue-components/styles/base/utilities/_typography.scss +5 -8
- package/vue-components/styles/components/_ac-code-highlight.scss +7 -12
- package/vue-components/styles/components/_ac-drag.scss +7 -7
- package/vue-components/styles/components/_ac-tags.scss +3 -3
- package/vue-components/styles/components/_accordion.scss +4 -4
- package/vue-components/styles/components/_add-card.scss +1 -1
- package/vue-components/styles/components/_breadcrumb.scss +4 -4
- package/vue-components/styles/components/_button.scss +1 -1
- package/vue-components/styles/components/_card-body-wrapper.scss +2 -2
- package/vue-components/styles/components/_direct-deploy.scss +5 -5
- package/vue-components/styles/components/_dropdown.scss +5 -5
- package/vue-components/styles/components/_getkeeper.scss +5 -5
- package/vue-components/styles/components/_graph.scss +3 -3
- package/vue-components/styles/components/_modal.scss +5 -5
- package/vue-components/styles/components/_nested-list.scss +3 -3
- package/vue-components/styles/components/_options.scss +5 -5
- package/vue-components/styles/components/_overview-info.scss +8 -8
- package/vue-components/styles/components/_overview-page.scss +3 -3
- package/vue-components/styles/components/_pagination.scss +8 -6
- package/vue-components/styles/components/_preview-modal.scss +5 -5
- package/vue-components/styles/components/_pricing-table.scss +9 -9
- package/vue-components/styles/components/_progress-bar.scss +58 -72
- package/vue-components/styles/components/_table-of-content.scss +5 -5
- package/vue-components/styles/components/_table.scss +22 -22
- package/vue-components/styles/components/_tabs.scss +19 -19
- package/vue-components/styles/components/_terminal.scss +5 -5
- package/vue-components/styles/components/_widget-menu.scss +10 -15
- package/vue-components/styles/components/_wizard.scss +16 -16
- package/vue-components/styles/components/bbum/_card-team.scss +4 -4
- package/vue-components/styles/components/bbum/_information-center.scss +10 -14
- package/vue-components/styles/components/bbum/_left-sidebar.scss +2 -2
- package/vue-components/styles/components/bbum/_post.scss +2 -2
- package/vue-components/styles/components/bbum/_sign-up-notification.scss +3 -3
- package/vue-components/styles/components/bbum/_single-post-preview.scss +11 -15
- package/vue-components/styles/components/bbum/_user-profile.scss +5 -5
- package/vue-components/styles/components/cards/_cluster.scss +1 -1
- package/vue-components/styles/components/cards/_info.scss +4 -4
- package/vue-components/styles/components/cards/_org.scss +1 -1
- package/vue-components/styles/components/cards/_payment-card.scss +3 -3
- package/vue-components/styles/components/cards/_subscription-card.scss +10 -14
- package/vue-components/styles/components/cards/_vendor.scss +3 -3
- package/vue-components/styles/components/content/_content-header.scss +1 -1
- package/vue-components/styles/components/editor/_filtered-file-editor.scss +5 -5
- package/vue-components/styles/components/footer/_footer-area.scss +2 -2
- package/vue-components/styles/components/footer/_footer-item.scss +1 -1
- package/vue-components/styles/components/form-fields/_file-upload.scss +5 -5
- package/vue-components/styles/components/form-fields/_form-footer.scss +1 -1
- package/vue-components/styles/components/form-fields/_image-upload.scss +5 -5
- package/vue-components/styles/components/form-fields/_input-card.scss +6 -6
- package/vue-components/styles/components/form-fields/_input.scss +16 -16
- package/vue-components/styles/components/header/_header.scss +1 -1
- package/vue-components/styles/components/navbar/_menu-content.scss +23 -23
- package/vue-components/styles/components/navbar/_navbar.scss +2 -2
- package/vue-components/styles/components/navbar/_notification.scss +5 -5
- package/vue-components/styles/components/select-box/_ac-select-box.scss +1 -1
- package/vue-components/styles/components/select-box/_multi-select.scss +8 -8
- package/vue-components/styles/components/sidebar/_left-sidebar.scss +1 -1
- package/vue-components/styles/components/sidebar-tabs/_sidebar-tabs.scss +4 -4
- package/vue-components/styles/components/ui-builder/_ui-builder.scss +11 -11
- package/vue-components/styles/components/ui-builder/_vue-open-api.scss +9 -9
- package/vue-components/styles/layouts/_code-preview.scss +8 -10
- package/vue-components/v2/card/OverviewCards.vue +1 -1
- package/vue-components/v2/pagination/Pagination.vue +3 -3
- package/vue-components/v3/cards/Counter.vue +1 -1
- package/vue-components/v3/cards/OverviewCard.vue +1 -1
- package/vue-components/v3/cards/OverviewCards.vue +1 -1
- package/vue-components/v3/editor/MonacoEditor.vue +8 -1
- package/vue-components/v3/header/Header.vue +5 -5
- package/vue-components/v3/navbar/ThemeMode.vue +3 -3
- package/vue-components/v3/pagination/Pagination.vue +6 -6
- package/vue-components/v3/sidebar/SidebarFooter.vue +3 -2
- package/vue-components/v3/sidebar/SidebarHeader.vue +1 -1
- package/vue-components/v3/sidebar/Steps.vue +2 -2
- package/vue-components/v3/sidebar/sidebar-tabs/SidebarTabsLayout.vue +1 -3
- package/vue-components/v3/table/InfoTable.vue +3 -3
package/main.scss
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
@charset "utf-8";
|
|
2
|
-
$secondary-hue: 208;
|
|
3
|
-
$secondary-saturation: 77%;
|
|
4
2
|
// customize bulma css
|
|
5
3
|
@import "@/components/vue-components/styles/base/utilities/_customize-bulma.scss";
|
|
6
4
|
|
|
@@ -20,6 +18,3 @@ $secondary-saturation: 77%;
|
|
|
20
18
|
|
|
21
19
|
// COMPONENTS
|
|
22
20
|
// @import "@/components/vue-components/styles/components/all";
|
|
23
|
-
@import "@/components/vue-components/styles/components/form-fields/input";
|
|
24
|
-
@import "@/components/vue-components/styles/components/ui-builder/vue-open-api";
|
|
25
|
-
@import "@/components/vue-components/styles/components/ui-builder/ui-builder";
|
package/package.json
CHANGED
|
@@ -1,3 +1,46 @@
|
|
|
1
|
+
// ===================================PREVIOUS STYLE========================================
|
|
2
|
+
// root colors
|
|
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);
|
|
15
|
+
// $primary: var(--ac-primary);
|
|
16
|
+
// $primary-20: var(--ac-color-value);
|
|
17
|
+
|
|
18
|
+
// Colors
|
|
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);
|
|
33
|
+
|
|
34
|
+
// $info-light: var(--ac-blue-light);
|
|
35
|
+
// transparent-light-gray: var(--ac-bg-light-gray);
|
|
36
|
+
// $table-header: var(--table-header);
|
|
37
|
+
// $ac-label-text: var(--ac-label-text);
|
|
38
|
+
|
|
39
|
+
// for dark theme CSS
|
|
40
|
+
// $dark-bg: var(--dark-bg);
|
|
41
|
+
// $black-8: var(--dark-bg-light);
|
|
42
|
+
// ===================================PREVIOUS STYLE========================================
|
|
43
|
+
|
|
1
44
|
// white and black
|
|
2
45
|
$white-100: hsl(0, 0%, 100%);
|
|
3
46
|
$black-100: hsl(0, 0%, 0%);
|
|
@@ -20,38 +63,6 @@ $primary-93: hsl($primary-hue, $primary-saturation, 93%);
|
|
|
20
63
|
$primary-95: hsl($primary-hue, $primary-saturation, 95%);
|
|
21
64
|
$primary-97: hsl($primary-hue, $primary-saturation, 97%);
|
|
22
65
|
|
|
23
|
-
$primary-light-grey: hsl($primary-hue, 30%, 96%);
|
|
24
|
-
$primary-dark-grey: hsl($primary-hue, 30%, 10%);
|
|
25
|
-
|
|
26
|
-
// secondary color guides
|
|
27
|
-
$secondary-hue: 197;
|
|
28
|
-
$secondary-saturation: 50%;
|
|
29
|
-
$secondary-5: hsl($secondary-hue, $secondary-saturation, 5%);
|
|
30
|
-
$secondary-10: hsl($secondary-hue, $secondary-saturation, 10%);
|
|
31
|
-
$secondary-20: hsl($secondary-hue, $secondary-saturation, 20%);
|
|
32
|
-
$secondary: hsl($secondary-hue, $secondary-saturation, 20%);
|
|
33
|
-
$secondary-30: hsl($secondary-hue, $secondary-saturation, 30%);
|
|
34
|
-
$secondary-40: hsl($secondary-hue, $secondary-saturation, 40%);
|
|
35
|
-
$secondary-50: hsl($secondary-hue, $secondary-saturation, 50%);
|
|
36
|
-
$secondary-60: hsl($secondary-hue, $secondary-saturation, 60%);
|
|
37
|
-
$secondary-70: hsl($secondary-hue, $secondary-saturation, 70%);
|
|
38
|
-
$secondary-80: hsl($secondary-hue, $secondary-saturation, 80%);
|
|
39
|
-
$secondary-90: hsl($secondary-hue, $secondary-saturation, 90%);
|
|
40
|
-
$secondary-93: hsl($secondary-hue, $secondary-saturation, 93%);
|
|
41
|
-
$secondary-95: hsl($secondary-hue, $secondary-saturation, 95%);
|
|
42
|
-
$secondary-97: hsl($secondary-hue, $secondary-saturation, 97%);
|
|
43
|
-
|
|
44
|
-
$secondary-light-grey: hsl($secondary-hue, 30%, 96%);
|
|
45
|
-
$secondary-dark-grey: hsl($secondary-hue, 30%, 10%);
|
|
46
|
-
|
|
47
|
-
$color-text: hsl($secondary-hue, 10%, 35%);
|
|
48
|
-
$color-heading: hsl($secondary-hue, 10%, 10%);
|
|
49
|
-
$color-label: hsl($secondary-hue, 20%, 50%);
|
|
50
|
-
$color-link: hsl($secondary-hue, 40%, 20%);
|
|
51
|
-
$color-border-light: hsl($primary-hue, 40%, 95%);
|
|
52
|
-
$color-border: hsl($primary-hue, 50%, 90%);
|
|
53
|
-
$color-border-dark: hsl($primary-hue, 10%, 80%);
|
|
54
|
-
|
|
55
66
|
// green color guides
|
|
56
67
|
$green-hue: 141;
|
|
57
68
|
$green-saturation: 53%;
|
|
@@ -294,6 +305,7 @@ $black-97: hsl($black-hue, $black-saturation, 97%);
|
|
|
294
305
|
2
|
|
295
306
|
);
|
|
296
307
|
|
|
308
|
+
|
|
297
309
|
// for yellow classes
|
|
298
310
|
@include generate-color-classes(
|
|
299
311
|
"text",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
border-bottom: solid 1px;
|
|
13
13
|
transition: 0.3s;
|
|
14
14
|
transform: scaleX(0);
|
|
15
|
-
border-color:
|
|
15
|
+
border-color: #1971bd;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
&::after {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
border-right: solid 1px;
|
|
27
27
|
transition: 0.3s;
|
|
28
28
|
transform: scaleY(0);
|
|
29
|
-
border-color:
|
|
29
|
+
border-color: #1971bd;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
&:hover {
|
|
@@ -15,13 +15,13 @@ $positions: (
|
|
|
15
15
|
// border position 1px
|
|
16
16
|
@each $key, $position in $positions {
|
|
17
17
|
.b-#{$key}-1 {
|
|
18
|
-
border-#{$position}: 1px solid $
|
|
18
|
+
border-#{$position}: 1px solid $primary-90;
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
// border 1px
|
|
23
23
|
.b-1 {
|
|
24
|
-
border: 1px solid $
|
|
24
|
+
border: 1px solid $primary-90;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
.is-rounded-0 {
|
|
@@ -71,6 +71,10 @@ $positions: (
|
|
|
71
71
|
width: 800px;
|
|
72
72
|
}
|
|
73
73
|
|
|
74
|
+
// .dropdown-content {
|
|
75
|
+
// background-color: $white-100;
|
|
76
|
+
// }
|
|
77
|
+
|
|
74
78
|
// color swatch start
|
|
75
79
|
input[type="color"] {
|
|
76
80
|
-webkit-appearance: none;
|
|
@@ -100,9 +104,37 @@ input[type="color"]::-moz-color-swatch {
|
|
|
100
104
|
}
|
|
101
105
|
|
|
102
106
|
hr {
|
|
103
|
-
background-color: $
|
|
107
|
+
background-color: $primary-90;
|
|
104
108
|
}
|
|
105
109
|
|
|
110
|
+
// color swatch end
|
|
111
|
+
|
|
112
|
+
// .is-dark-theme {
|
|
113
|
+
// .dropdown-content {
|
|
114
|
+
// background-color: $black-80;
|
|
115
|
+
// }
|
|
116
|
+
// }
|
|
117
|
+
|
|
118
|
+
// .ac-preloader {
|
|
119
|
+
// color: $primary-10;
|
|
120
|
+
// }
|
|
121
|
+
|
|
122
|
+
// .section-padding {
|
|
123
|
+
// padding: 100px 0;
|
|
124
|
+
// }
|
|
125
|
+
|
|
126
|
+
// .section-padding-60 {
|
|
127
|
+
// padding: 60px 0;
|
|
128
|
+
// }
|
|
129
|
+
|
|
130
|
+
// .short-section-padding {
|
|
131
|
+
// padding: 50px 0;
|
|
132
|
+
// }
|
|
133
|
+
|
|
134
|
+
// .section-divider {
|
|
135
|
+
// background-color: $primary-90;
|
|
136
|
+
// }
|
|
137
|
+
|
|
106
138
|
.is-auto-hight {
|
|
107
139
|
height: auto !important;
|
|
108
140
|
min-height: auto !important;
|
|
@@ -166,6 +198,18 @@ hr {
|
|
|
166
198
|
vertical-align: middle;
|
|
167
199
|
}
|
|
168
200
|
|
|
201
|
+
// .is-flex-start {
|
|
202
|
+
// justify-content: flex-start !important;
|
|
203
|
+
// }
|
|
204
|
+
|
|
205
|
+
// .is-flex-center {
|
|
206
|
+
// justify-content: center !important;
|
|
207
|
+
// }
|
|
208
|
+
|
|
209
|
+
// .is-flex-end {
|
|
210
|
+
// justify-content: flex-end;
|
|
211
|
+
// }
|
|
212
|
+
|
|
169
213
|
.ac-vcentered {
|
|
170
214
|
display: flex;
|
|
171
215
|
justify-content: space-between;
|
|
@@ -322,12 +366,19 @@ hr {
|
|
|
322
366
|
background-color: transparent;
|
|
323
367
|
}
|
|
324
368
|
|
|
369
|
+
// .is-danger {
|
|
370
|
+
// font-size: 12px;
|
|
371
|
+
// line-height: 22px;
|
|
372
|
+
// color: $danger;
|
|
373
|
+
// text-align: left;
|
|
374
|
+
// }
|
|
375
|
+
|
|
325
376
|
p.is-danger {
|
|
326
377
|
color: $danger;
|
|
327
378
|
}
|
|
328
379
|
|
|
329
380
|
code {
|
|
330
|
-
color: $
|
|
381
|
+
color: $primary-5;
|
|
331
382
|
}
|
|
332
383
|
|
|
333
384
|
.is-dark-theme {
|
|
@@ -341,6 +392,10 @@ code {
|
|
|
341
392
|
color: $danger !important;
|
|
342
393
|
}
|
|
343
394
|
|
|
395
|
+
// .responsive-only {
|
|
396
|
+
// display: none;
|
|
397
|
+
// }
|
|
398
|
+
|
|
344
399
|
button {
|
|
345
400
|
&:focus {
|
|
346
401
|
box-shadow: none;
|
|
@@ -348,6 +403,47 @@ button {
|
|
|
348
403
|
}
|
|
349
404
|
}
|
|
350
405
|
|
|
406
|
+
// line title global start
|
|
407
|
+
// .ac-line-title {
|
|
408
|
+
// position: relative;
|
|
409
|
+
// z-index: 1;
|
|
410
|
+
// margin-bottom: 10px;
|
|
411
|
+
|
|
412
|
+
// &:after {
|
|
413
|
+
// position: absolute;
|
|
414
|
+
// content: "";
|
|
415
|
+
// left: 0;
|
|
416
|
+
// top: 12px;
|
|
417
|
+
// width: 100%;
|
|
418
|
+
// height: 1px;
|
|
419
|
+
// background-color: $primary-90;
|
|
420
|
+
// }
|
|
421
|
+
|
|
422
|
+
// h5 {
|
|
423
|
+
// color: $primary-10;
|
|
424
|
+
// background-color: $white-100;
|
|
425
|
+
// z-index: 2;
|
|
426
|
+
// display: inline-block;
|
|
427
|
+
// position: relative;
|
|
428
|
+
// padding-right: 5px;
|
|
429
|
+
// font-family: "roboto";
|
|
430
|
+
// }
|
|
431
|
+
// }
|
|
432
|
+
|
|
433
|
+
// line title global end
|
|
434
|
+
// docs preview start
|
|
435
|
+
// .docs-preview {
|
|
436
|
+
// pre {
|
|
437
|
+
// margin: 0;
|
|
438
|
+
// display: inline-flex;
|
|
439
|
+
// align-items: center;
|
|
440
|
+
// font-size: 12px;
|
|
441
|
+
// font-weight: 600;
|
|
442
|
+
// padding: 2px 5px;
|
|
443
|
+
// }
|
|
444
|
+
// }
|
|
445
|
+
|
|
446
|
+
// docs preview end
|
|
351
447
|
// background color start
|
|
352
448
|
.is-bg-white {
|
|
353
449
|
background-color: $white-100 !important;
|
|
@@ -622,6 +718,31 @@ $border_color_4: transparent transparent #585d6e transparent;
|
|
|
622
718
|
|
|
623
719
|
// Customize tooltip end
|
|
624
720
|
|
|
721
|
+
// ac-footer sticky start
|
|
722
|
+
// .ac-footer-action {
|
|
723
|
+
// margin-top: 10px;
|
|
724
|
+
// padding-top: 10px;
|
|
725
|
+
// background-color: $white-100;
|
|
726
|
+
// padding: 10px 20px;
|
|
727
|
+
// margin-left: 0;
|
|
728
|
+
// margin-right: 0;
|
|
729
|
+
// margin-left: -20px;
|
|
730
|
+
// border: none;
|
|
731
|
+
// border-radius: 0;
|
|
732
|
+
// border-top: 1px solid $primary-90;
|
|
733
|
+
|
|
734
|
+
// &.is-sticky {
|
|
735
|
+
// position: sticky;
|
|
736
|
+
// bottom: 0;
|
|
737
|
+
// width: calc(100% + 20px);
|
|
738
|
+
// margin-bottom: -4px;
|
|
739
|
+
// z-index: 999;
|
|
740
|
+
// border: none;
|
|
741
|
+
// border-top: 1px solid $primary-90;
|
|
742
|
+
// box-shadow: none;
|
|
743
|
+
// }
|
|
744
|
+
// }
|
|
745
|
+
|
|
625
746
|
// status css
|
|
626
747
|
.status {
|
|
627
748
|
height: 10px;
|
|
@@ -658,7 +779,7 @@ body:has(.has-info-content) {
|
|
|
658
779
|
height: 100vh;
|
|
659
780
|
overflow-y: auto;
|
|
660
781
|
padding: 20px;
|
|
661
|
-
border-left: 1px solid $
|
|
782
|
+
border-left: 1px solid $primary-90;
|
|
662
783
|
width: 550px;
|
|
663
784
|
margin-left: auto;
|
|
664
785
|
position: fixed;
|
|
@@ -10,7 +10,7 @@ body {
|
|
|
10
10
|
font-family: $font-paragraph;
|
|
11
11
|
font-weight: 400;
|
|
12
12
|
font-size: 13px;
|
|
13
|
-
color: $
|
|
13
|
+
color: $primary-10;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
p {
|
|
@@ -28,7 +28,7 @@ h5,
|
|
|
28
28
|
h6 {
|
|
29
29
|
font-family: $font-heading;
|
|
30
30
|
font-weight: 600;
|
|
31
|
-
color: $
|
|
31
|
+
color: $primary-5;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
h1 {
|
|
@@ -87,12 +87,9 @@ h6 {
|
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
89
|
|
|
90
|
-
a
|
|
90
|
+
a {
|
|
91
91
|
font-family: $font-paragraph;
|
|
92
92
|
color: $primary;
|
|
93
|
-
&:hover {
|
|
94
|
-
color: $primary;
|
|
95
|
-
}
|
|
96
93
|
}
|
|
97
94
|
|
|
98
95
|
.text-xm {
|
|
@@ -124,7 +121,7 @@ hr {
|
|
|
124
121
|
}
|
|
125
122
|
|
|
126
123
|
strong {
|
|
127
|
-
color: $
|
|
124
|
+
color: $primary-20;
|
|
128
125
|
}
|
|
129
126
|
|
|
130
127
|
.is-font-medium {
|
|
@@ -137,4 +134,4 @@ strong {
|
|
|
137
134
|
|
|
138
135
|
.material-icons {
|
|
139
136
|
font-size: 1em;
|
|
140
|
-
}
|
|
137
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
.ac-code-highlight {
|
|
2
2
|
pre {
|
|
3
3
|
font-size: 13px;
|
|
4
|
-
color: $
|
|
5
|
-
background-color: $
|
|
4
|
+
color: $primary-10;
|
|
5
|
+
background-color: $primary-90;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
&.is-dark {
|
|
@@ -34,21 +34,16 @@ pre[class*="language-"] {
|
|
|
34
34
|
Responsive Classes
|
|
35
35
|
*****************************************/
|
|
36
36
|
// Extra small devices (portrait phones, less than 576px)
|
|
37
|
-
@media (max-width: 575.98px) {
|
|
38
|
-
}
|
|
37
|
+
@media (max-width: 575.98px) {}
|
|
39
38
|
|
|
40
39
|
// Small devices (landscape phones, 576px and up)
|
|
41
|
-
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
42
|
-
}
|
|
40
|
+
@media (min-width: 576px) and (max-width: 767.98px) {}
|
|
43
41
|
|
|
44
42
|
// Medium devices (tablets, 768px and up)
|
|
45
|
-
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
46
|
-
}
|
|
43
|
+
@media (min-width: 768px) and (max-width: 991.98px) {}
|
|
47
44
|
|
|
48
45
|
// Large devices (desktops, 992px and up)
|
|
49
|
-
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
50
|
-
}
|
|
46
|
+
@media (min-width: 992px) and (max-width: 1199.98px) {}
|
|
51
47
|
|
|
52
48
|
// Extra large devices (large desktops, 1200px and up)
|
|
53
|
-
@media (min-width: 1200px) {
|
|
54
|
-
}
|
|
49
|
+
@media (min-width: 1200px) {}
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
h5 {
|
|
14
14
|
font-size: 16px;
|
|
15
15
|
font-family: $font-paragraph;
|
|
16
|
-
color: $
|
|
16
|
+
color: $primary-10;
|
|
17
17
|
font-weight: 500;
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.dragable-list-items {
|
|
22
|
-
background-color: $
|
|
22
|
+
background-color: $primary-90;
|
|
23
23
|
border-radius: 4px;
|
|
24
24
|
max-height: 400px;
|
|
25
25
|
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
padding-bottom: 4px;
|
|
39
39
|
|
|
40
40
|
&.is-not-change {
|
|
41
|
-
background-color: $
|
|
41
|
+
background-color: $primary-90;
|
|
42
42
|
margin-left: -40px !important;
|
|
43
43
|
padding-left: 80px;
|
|
44
44
|
}
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
span,
|
|
47
47
|
strong {
|
|
48
48
|
font-size: 13px;
|
|
49
|
-
color: $
|
|
49
|
+
color: $primary-10;
|
|
50
50
|
padding: 0 5px;
|
|
51
51
|
font-weight: 500;
|
|
52
52
|
display: block;
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
}
|
|
85
85
|
|
|
86
86
|
input[type="text"] {
|
|
87
|
-
background-color: $
|
|
87
|
+
background-color: $primary-90;
|
|
88
88
|
border: none;
|
|
89
89
|
font-weight: 500;
|
|
90
90
|
padding: 4px 5px;
|
|
@@ -135,6 +135,7 @@
|
|
|
135
135
|
|
|
136
136
|
ul {
|
|
137
137
|
li {
|
|
138
|
+
|
|
138
139
|
span,
|
|
139
140
|
strong {
|
|
140
141
|
font-weight: 400;
|
|
@@ -243,5 +244,4 @@ Responsive Classes
|
|
|
243
244
|
}
|
|
244
245
|
|
|
245
246
|
// Extra large devices (large desktops, 1200px and up)
|
|
246
|
-
@media (min-width: 1200px) {
|
|
247
|
-
}
|
|
247
|
+
@media (min-width: 1200px) {}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// .tag:not(body) {
|
|
2
|
-
// background-color: $
|
|
2
|
+
// background-color: $primary-90;
|
|
3
3
|
// font-size: 10px;
|
|
4
4
|
// height: 18px;
|
|
5
5
|
// font-weight: 500;
|
|
6
6
|
// line-height: 1;
|
|
7
7
|
// letter-spacing: 0px;
|
|
8
|
-
// color: $
|
|
8
|
+
// color: $primary-5;
|
|
9
9
|
// &.is-outlined {
|
|
10
10
|
// border: 1px solid;
|
|
11
11
|
// background-color: transparent;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
// a {
|
|
15
15
|
// &:hover {
|
|
16
|
-
// color: $
|
|
16
|
+
// color: $primary-10;
|
|
17
17
|
// }
|
|
18
18
|
// }
|
|
19
19
|
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
padding: 15px 20px;
|
|
28
28
|
margin-bottom: 15px;
|
|
29
29
|
border-radius: 4px;
|
|
30
|
-
border: 1px solid $
|
|
30
|
+
border: 1px solid $primary-90;
|
|
31
31
|
|
|
32
32
|
&.open {
|
|
33
33
|
.accordion-heading {
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
.icon {
|
|
57
57
|
width: 20px;
|
|
58
58
|
height: 20px;
|
|
59
|
-
border: 1px solid $
|
|
59
|
+
border: 1px solid $primary-90;
|
|
60
60
|
line-height: 20px;
|
|
61
61
|
display: flex;
|
|
62
62
|
justify-content: center;
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
|
|
75
75
|
p {
|
|
76
76
|
font-size: 13px;
|
|
77
|
-
color: $
|
|
77
|
+
color: $primary-20;
|
|
78
78
|
line-height: 1.6;
|
|
79
79
|
}
|
|
80
80
|
}
|
|
@@ -114,4 +114,4 @@ Responsive Classes
|
|
|
114
114
|
|
|
115
115
|
// Extra large devices (large desktops, 1200px and up)
|
|
116
116
|
@media (min-width: 1200px) {
|
|
117
|
-
}
|
|
117
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.ac-breadcrumb {
|
|
2
2
|
padding: 8px 20px;
|
|
3
|
-
border-bottom: 1px solid $
|
|
3
|
+
border-bottom: 1px solid $primary-95;
|
|
4
4
|
position: sticky;
|
|
5
5
|
top: 50px;
|
|
6
6
|
height: auto;
|
|
@@ -12,20 +12,20 @@
|
|
|
12
12
|
|
|
13
13
|
.breadcrumb {
|
|
14
14
|
a {
|
|
15
|
-
color: $
|
|
15
|
+
color: $primary-20;
|
|
16
16
|
font-size: 13px;
|
|
17
17
|
padding: 0 3px;
|
|
18
18
|
font-weight: 500;
|
|
19
19
|
font-style: normal;
|
|
20
20
|
|
|
21
21
|
&:hover {
|
|
22
|
-
color: $
|
|
22
|
+
color: $primary-10;
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
li.is-active {
|
|
27
27
|
a {
|
|
28
|
-
color: $
|
|
28
|
+
color: $primary-10;
|
|
29
29
|
font-weight: 500;
|
|
30
30
|
}
|
|
31
31
|
}
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
// font-weight: 500;
|
|
15
15
|
// font-size: 14px;
|
|
16
16
|
// line-height: 16px;
|
|
17
|
-
// color: $
|
|
17
|
+
// color: $primary-5;
|
|
18
18
|
|
|
19
19
|
// .require {
|
|
20
20
|
// color: #ff0000;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
// font-weight: normal;
|
|
25
25
|
// font-size: 14px;
|
|
26
26
|
// line-height: 16px;
|
|
27
|
-
// color: $
|
|
27
|
+
// color: $primary-20;
|
|
28
28
|
// margin-top: 10px;
|
|
29
29
|
// }
|
|
30
30
|
// }
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// font-weight: 500;
|
|
4
4
|
// font-size: 18px;
|
|
5
5
|
// line-height: 21px;
|
|
6
|
-
// color: $
|
|
6
|
+
// color: $primary-5;
|
|
7
7
|
// margin-bottom: 10px;
|
|
8
8
|
// .fa {
|
|
9
9
|
// color: $primary;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
// p {
|
|
14
14
|
// font-size: 14px;
|
|
15
15
|
// line-height: 160%;
|
|
16
|
-
// color: $
|
|
16
|
+
// color: $primary-5;
|
|
17
17
|
// margin-bottom: 20px;
|
|
18
18
|
// }
|
|
19
19
|
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
// font-weight: normal;
|
|
22
22
|
// font-size: 14px;
|
|
23
23
|
// line-height: 16px;
|
|
24
|
-
// color: $
|
|
24
|
+
// color: $primary-5;
|
|
25
25
|
// }
|
|
26
26
|
|
|
27
27
|
// .button {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
// .msg {
|
|
32
32
|
// font-size: 12px;
|
|
33
33
|
// line-height: 14px;
|
|
34
|
-
// color: $
|
|
34
|
+
// color: $primary-20;
|
|
35
35
|
// }
|
|
36
36
|
// .buttons {
|
|
37
37
|
// &.is-gray {
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
// font-weight: 500;
|
|
51
51
|
// font-size: 16px;
|
|
52
52
|
// line-height: 19px;
|
|
53
|
-
// color: $
|
|
53
|
+
// color: $primary-20;
|
|
54
54
|
// }
|
|
55
55
|
// }
|
|
56
56
|
// .is-gray {
|
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
max-width: 500px;
|
|
8
8
|
max-height: calc(100vh - 200px);
|
|
9
9
|
overflow-y: auto;
|
|
10
|
-
border: 1px solid $
|
|
10
|
+
border: 1px solid $primary-90;
|
|
11
11
|
|
|
12
12
|
label {
|
|
13
13
|
padding: 8px 16px;
|
|
14
14
|
display: flex;
|
|
15
|
-
border-bottom: 1px solid $
|
|
16
|
-
color: $
|
|
15
|
+
border-bottom: 1px solid $primary-95;
|
|
16
|
+
color: $primary-20;
|
|
17
17
|
font-weight: 500;
|
|
18
18
|
}
|
|
19
19
|
.dropdown-item {
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
gap: 8px;
|
|
23
23
|
font-size: 13px;
|
|
24
24
|
padding: 8px 16px;
|
|
25
|
-
color: $
|
|
25
|
+
color: $primary-20;
|
|
26
26
|
&:hover {
|
|
27
27
|
background-color: $primary-97;
|
|
28
28
|
color: $primary;
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
|
-
}
|
|
32
|
+
}
|