@appscode/design-system 2.0.34 → 2.0.35-alpha.2

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.
Files changed (79) hide show
  1. package/main.scss +5 -0
  2. package/package.json +1 -1
  3. package/vue-components/styles/base/utilities/_colors.scss +32 -44
  4. package/vue-components/styles/base/utilities/_extended.scss +2 -2
  5. package/vue-components/styles/base/utilities/_global.scss +5 -126
  6. package/vue-components/styles/base/utilities/_typography.scss +8 -5
  7. package/vue-components/styles/components/_ac-code-highlight.scss +12 -7
  8. package/vue-components/styles/components/_ac-drag.scss +7 -7
  9. package/vue-components/styles/components/_ac-tags.scss +3 -3
  10. package/vue-components/styles/components/_accordion.scss +4 -4
  11. package/vue-components/styles/components/_add-card.scss +1 -1
  12. package/vue-components/styles/components/_breadcrumb.scss +4 -4
  13. package/vue-components/styles/components/_button.scss +1 -1
  14. package/vue-components/styles/components/_card-body-wrapper.scss +2 -2
  15. package/vue-components/styles/components/_direct-deploy.scss +5 -5
  16. package/vue-components/styles/components/_dropdown.scss +5 -5
  17. package/vue-components/styles/components/_getkeeper.scss +5 -5
  18. package/vue-components/styles/components/_graph.scss +3 -3
  19. package/vue-components/styles/components/_modal.scss +5 -5
  20. package/vue-components/styles/components/_nested-list.scss +3 -3
  21. package/vue-components/styles/components/_options.scss +5 -5
  22. package/vue-components/styles/components/_overview-info.scss +8 -8
  23. package/vue-components/styles/components/_overview-page.scss +3 -3
  24. package/vue-components/styles/components/_pagination.scss +6 -8
  25. package/vue-components/styles/components/_preview-modal.scss +5 -5
  26. package/vue-components/styles/components/_pricing-table.scss +9 -9
  27. package/vue-components/styles/components/_progress-bar.scss +72 -58
  28. package/vue-components/styles/components/_table-of-content.scss +5 -5
  29. package/vue-components/styles/components/_table.scss +21 -21
  30. package/vue-components/styles/components/_tabs.scss +19 -19
  31. package/vue-components/styles/components/_terminal.scss +5 -5
  32. package/vue-components/styles/components/_widget-menu.scss +15 -10
  33. package/vue-components/styles/components/_wizard.scss +16 -16
  34. package/vue-components/styles/components/bbum/_card-team.scss +4 -4
  35. package/vue-components/styles/components/bbum/_information-center.scss +14 -10
  36. package/vue-components/styles/components/bbum/_left-sidebar.scss +2 -2
  37. package/vue-components/styles/components/bbum/_post.scss +2 -2
  38. package/vue-components/styles/components/bbum/_sign-up-notification.scss +3 -3
  39. package/vue-components/styles/components/bbum/_single-post-preview.scss +15 -11
  40. package/vue-components/styles/components/bbum/_user-profile.scss +5 -5
  41. package/vue-components/styles/components/cards/_cluster.scss +1 -1
  42. package/vue-components/styles/components/cards/_info.scss +4 -4
  43. package/vue-components/styles/components/cards/_org.scss +1 -1
  44. package/vue-components/styles/components/cards/_payment-card.scss +3 -3
  45. package/vue-components/styles/components/cards/_subscription-card.scss +14 -10
  46. package/vue-components/styles/components/cards/_vendor.scss +3 -3
  47. package/vue-components/styles/components/content/_content-header.scss +1 -1
  48. package/vue-components/styles/components/editor/_filtered-file-editor.scss +5 -5
  49. package/vue-components/styles/components/footer/_footer-area.scss +2 -2
  50. package/vue-components/styles/components/footer/_footer-item.scss +1 -1
  51. package/vue-components/styles/components/form-fields/_file-upload.scss +5 -5
  52. package/vue-components/styles/components/form-fields/_form-footer.scss +1 -1
  53. package/vue-components/styles/components/form-fields/_image-upload.scss +5 -5
  54. package/vue-components/styles/components/form-fields/_input-card.scss +6 -6
  55. package/vue-components/styles/components/form-fields/_input.scss +16 -16
  56. package/vue-components/styles/components/header/_header.scss +1 -1
  57. package/vue-components/styles/components/navbar/_menu-content.scss +23 -23
  58. package/vue-components/styles/components/navbar/_navbar.scss +2 -2
  59. package/vue-components/styles/components/navbar/_notification.scss +5 -5
  60. package/vue-components/styles/components/select-box/_ac-select-box.scss +1 -1
  61. package/vue-components/styles/components/select-box/_multi-select.scss +8 -8
  62. package/vue-components/styles/components/sidebar/_left-sidebar.scss +1 -1
  63. package/vue-components/styles/components/sidebar-tabs/_sidebar-tabs.scss +4 -4
  64. package/vue-components/styles/components/ui-builder/_ui-builder.scss +11 -11
  65. package/vue-components/styles/components/ui-builder/_vue-open-api.scss +9 -9
  66. package/vue-components/styles/layouts/_code-preview.scss +10 -8
  67. package/vue-components/v2/card/OverviewCards.vue +1 -1
  68. package/vue-components/v2/pagination/Pagination.vue +3 -3
  69. package/vue-components/v3/cards/Counter.vue +1 -1
  70. package/vue-components/v3/cards/OverviewCard.vue +1 -1
  71. package/vue-components/v3/cards/OverviewCards.vue +1 -1
  72. package/vue-components/v3/header/Header.vue +5 -5
  73. package/vue-components/v3/navbar/ThemeMode.vue +3 -3
  74. package/vue-components/v3/pagination/Pagination.vue +6 -6
  75. package/vue-components/v3/sidebar/SidebarFooter.vue +2 -3
  76. package/vue-components/v3/sidebar/SidebarHeader.vue +1 -1
  77. package/vue-components/v3/sidebar/Steps.vue +2 -2
  78. package/vue-components/v3/sidebar/sidebar-tabs/SidebarTabsLayout.vue +3 -1
  79. package/vue-components/v3/table/InfoTable.vue +3 -3
package/main.scss CHANGED
@@ -1,4 +1,6 @@
1
1
  @charset "utf-8";
2
+ $secondary-hue: 208;
3
+ $secondary-saturation: 77%;
2
4
  // customize bulma css
3
5
  @import "@/components/vue-components/styles/base/utilities/_customize-bulma.scss";
4
6
 
@@ -18,3 +20,6 @@
18
20
 
19
21
  // COMPONENTS
20
22
  // @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,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "2.0.34",
3
+ "version": "2.0.35-alpha.2",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -1,46 +1,3 @@
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
-
44
1
  // white and black
45
2
  $white-100: hsl(0, 0%, 100%);
46
3
  $black-100: hsl(0, 0%, 0%);
@@ -63,6 +20,38 @@ $primary-93: hsl($primary-hue, $primary-saturation, 93%);
63
20
  $primary-95: hsl($primary-hue, $primary-saturation, 95%);
64
21
  $primary-97: hsl($primary-hue, $primary-saturation, 97%);
65
22
 
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($secondary-hue, 40%, 95%);
52
+ $color-border: hsl($secondary-hue, 50%, 90%);
53
+ $color-border-dark: hsl($secondary-hue, 10%, 80%);
54
+
66
55
  // green color guides
67
56
  $green-hue: 141;
68
57
  $green-saturation: 53%;
@@ -305,7 +294,6 @@ $black-97: hsl($black-hue, $black-saturation, 97%);
305
294
  2
306
295
  );
307
296
 
308
-
309
297
  // for yellow classes
310
298
  @include generate-color-classes(
311
299
  "text",
@@ -12,7 +12,7 @@
12
12
  border-bottom: solid 1px;
13
13
  transition: 0.3s;
14
14
  transform: scaleX(0);
15
- border-color: #1971bd;
15
+ border-color: $primary;
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: #1971bd;
29
+ border-color: $primary;
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 $primary-90;
18
+ border-#{$position}: 1px solid $color-border;
19
19
  }
20
20
  }
21
21
 
22
22
  // border 1px
23
23
  .b-1 {
24
- border: 1px solid $primary-90;
24
+ border: 1px solid $color-border;
25
25
  }
26
26
 
27
27
  .is-rounded-0 {
@@ -71,10 +71,6 @@ $positions: (
71
71
  width: 800px;
72
72
  }
73
73
 
74
- // .dropdown-content {
75
- // background-color: $white-100;
76
- // }
77
-
78
74
  // color swatch start
79
75
  input[type="color"] {
80
76
  -webkit-appearance: none;
@@ -104,37 +100,9 @@ input[type="color"]::-moz-color-swatch {
104
100
  }
105
101
 
106
102
  hr {
107
- background-color: $primary-90;
103
+ background-color: $color-border;
108
104
  }
109
105
 
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
-
138
106
  .is-auto-hight {
139
107
  height: auto !important;
140
108
  min-height: auto !important;
@@ -198,18 +166,6 @@ hr {
198
166
  vertical-align: middle;
199
167
  }
200
168
 
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
-
213
169
  .ac-vcentered {
214
170
  display: flex;
215
171
  justify-content: space-between;
@@ -366,19 +322,12 @@ hr {
366
322
  background-color: transparent;
367
323
  }
368
324
 
369
- // .is-danger {
370
- // font-size: 12px;
371
- // line-height: 22px;
372
- // color: $danger;
373
- // text-align: left;
374
- // }
375
-
376
325
  p.is-danger {
377
326
  color: $danger;
378
327
  }
379
328
 
380
329
  code {
381
- color: $primary-5;
330
+ color: $color-heading;
382
331
  }
383
332
 
384
333
  .is-dark-theme {
@@ -392,10 +341,6 @@ code {
392
341
  color: $danger !important;
393
342
  }
394
343
 
395
- // .responsive-only {
396
- // display: none;
397
- // }
398
-
399
344
  button {
400
345
  &:focus {
401
346
  box-shadow: none;
@@ -403,47 +348,6 @@ button {
403
348
  }
404
349
  }
405
350
 
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
447
351
  // background color start
448
352
  .is-bg-white {
449
353
  background-color: $white-100 !important;
@@ -718,31 +622,6 @@ $border_color_4: transparent transparent #585d6e transparent;
718
622
 
719
623
  // Customize tooltip end
720
624
 
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
-
746
625
  // status css
747
626
  .status {
748
627
  height: 10px;
@@ -779,7 +658,7 @@ body:has(.has-info-content) {
779
658
  height: 100vh;
780
659
  overflow-y: auto;
781
660
  padding: 20px;
782
- border-left: 1px solid $primary-90;
661
+ border-left: 1px solid $color-border;
783
662
  width: 550px;
784
663
  margin-left: auto;
785
664
  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: $primary-10;
13
+ color: $color-heading;
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: $primary-5;
31
+ color: $color-heading;
32
32
  }
33
33
 
34
34
  h1 {
@@ -87,9 +87,12 @@ h6 {
87
87
  }
88
88
  }
89
89
 
90
- a {
90
+ a:not(.ac-button) {
91
91
  font-family: $font-paragraph;
92
92
  color: $primary;
93
+ &:hover {
94
+ color: $primary;
95
+ }
93
96
  }
94
97
 
95
98
  .text-xm {
@@ -121,7 +124,7 @@ hr {
121
124
  }
122
125
 
123
126
  strong {
124
- color: $primary-20;
127
+ color: $color-text;
125
128
  }
126
129
 
127
130
  .is-font-medium {
@@ -134,4 +137,4 @@ strong {
134
137
 
135
138
  .material-icons {
136
139
  font-size: 1em;
137
- }
140
+ }
@@ -1,8 +1,8 @@
1
1
  .ac-code-highlight {
2
2
  pre {
3
3
  font-size: 13px;
4
- color: $primary-10;
5
- background-color: $primary-90;
4
+ color: $color-heading;
5
+ background-color: $color-border;
6
6
  }
7
7
 
8
8
  &.is-dark {
@@ -34,16 +34,21 @@ 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) {}
37
+ @media (max-width: 575.98px) {
38
+ }
38
39
 
39
40
  // Small devices (landscape phones, 576px and up)
40
- @media (min-width: 576px) and (max-width: 767.98px) {}
41
+ @media (min-width: 576px) and (max-width: 767.98px) {
42
+ }
41
43
 
42
44
  // Medium devices (tablets, 768px and up)
43
- @media (min-width: 768px) and (max-width: 991.98px) {}
45
+ @media (min-width: 768px) and (max-width: 991.98px) {
46
+ }
44
47
 
45
48
  // Large devices (desktops, 992px and up)
46
- @media (min-width: 992px) and (max-width: 1199.98px) {}
49
+ @media (min-width: 992px) and (max-width: 1199.98px) {
50
+ }
47
51
 
48
52
  // Extra large devices (large desktops, 1200px and up)
49
- @media (min-width: 1200px) {}
53
+ @media (min-width: 1200px) {
54
+ }
@@ -13,13 +13,13 @@
13
13
  h5 {
14
14
  font-size: 16px;
15
15
  font-family: $font-paragraph;
16
- color: $primary-10;
16
+ color: $color-heading;
17
17
  font-weight: 500;
18
18
  }
19
19
  }
20
20
 
21
21
  .dragable-list-items {
22
- background-color: $primary-90;
22
+ background-color: $color-border;
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: $primary-90;
41
+ background-color: $color-border;
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: $primary-10;
49
+ color: $color-heading;
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: $primary-90;
87
+ background-color: $color-border;
88
88
  border: none;
89
89
  font-weight: 500;
90
90
  padding: 4px 5px;
@@ -135,7 +135,6 @@
135
135
 
136
136
  ul {
137
137
  li {
138
-
139
138
  span,
140
139
  strong {
141
140
  font-weight: 400;
@@ -244,4 +243,5 @@ Responsive Classes
244
243
  }
245
244
 
246
245
  // Extra large devices (large desktops, 1200px and up)
247
- @media (min-width: 1200px) {}
246
+ @media (min-width: 1200px) {
247
+ }
@@ -1,11 +1,11 @@
1
1
  // .tag:not(body) {
2
- // background-color: $primary-90;
2
+ // background-color: $color-border;
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: $primary-5;
8
+ // color: $color-heading;
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: $primary-10;
16
+ // color: $color-heading;
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 $primary-90;
30
+ border: 1px solid $color-border;
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 $primary-90;
59
+ border: 1px solid $color-border;
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: $primary-20;
77
+ color: $color-text;
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
+ }
@@ -17,7 +17,7 @@
17
17
  // font-weight: 600;
18
18
  // font-size: 25px;
19
19
  // line-height: 29px;
20
- // color: $primary-5;
20
+ // color: $color-heading;
21
21
  // margin-left: 20px;
22
22
  // }
23
23
  // }
@@ -1,6 +1,6 @@
1
1
  .ac-breadcrumb {
2
2
  padding: 8px 20px;
3
- border-bottom: 1px solid $primary-95;
3
+ border-bottom: 1px solid $color-border-light;
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: $primary-20;
15
+ color: $color-text;
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: $primary-10;
22
+ color: $color-heading;
23
23
  }
24
24
  }
25
25
 
26
26
  li.is-active {
27
27
  a {
28
- color: $primary-10;
28
+ color: $color-heading;
29
29
  font-weight: 500;
30
30
  }
31
31
  }
@@ -86,7 +86,7 @@ button.is-primary {
86
86
  cursor: pointer;
87
87
  border: none;
88
88
  color: $primary;
89
- background-color: $primary-90;
89
+ background-color: $color-border;
90
90
  transition: 0.3s ease-in-out;
91
91
  margin: 0 !important;
92
92
  border-radius: 0;
@@ -14,7 +14,7 @@
14
14
  // font-weight: 500;
15
15
  // font-size: 14px;
16
16
  // line-height: 16px;
17
- // color: $primary-5;
17
+ // color: $color-heading;
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: $primary-20;
27
+ // color: $color-text;
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: $primary-5;
6
+ // color: $color-heading;
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: $primary-5;
16
+ // color: $color-heading;
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: $primary-5;
24
+ // color: $color-heading;
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: $primary-20;
34
+ // color: $color-text;
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: $primary-20;
53
+ // color: $color-text;
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 $primary-90;
10
+ border: 1px solid $color-border;
11
11
 
12
12
  label {
13
13
  padding: 8px 16px;
14
14
  display: flex;
15
- border-bottom: 1px solid $primary-95;
16
- color: $primary-20;
15
+ border-bottom: 1px solid $color-border-light;
16
+ color: $color-text;
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: $primary-20;
25
+ color: $color-text;
26
26
  &:hover {
27
27
  background-color: $primary-97;
28
28
  color: $primary;
29
29
  }
30
30
  }
31
31
  }
32
- }
32
+ }