@appscode/design-system 1.1.0-beta.5 → 1.1.0-beta.51

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 (90) hide show
  1. package/base/utilities/_colors.scss +45 -114
  2. package/base/utilities/_global.scss +25 -19
  3. package/base/utilities/_typography.scss +2 -2
  4. package/base/utilities/dark-theme.scss +2 -8
  5. package/components/_ac-alert-box.scss +2 -2
  6. package/components/_ac-code-highlight.scss +9 -12
  7. package/components/_ac-drag.scss +4 -4
  8. package/components/_ac-modal.scss +2 -2
  9. package/components/_ac-select-box.scss +5 -5
  10. package/components/_ac-table.scss +7 -7
  11. package/components/_ac-tabs.scss +29 -26
  12. package/components/_all.scss +7 -5
  13. package/components/_buttons.scss +10 -10
  14. package/components/_graph.scss +10 -10
  15. package/components/_image-upload.scss +4 -4
  16. package/components/_input-card.scss +232 -0
  17. package/components/{_ac-input.scss → _input.scss} +53 -7
  18. package/components/_left-sidebar-menu.scss +9 -13
  19. package/components/_monaco-editor.scss +2 -2
  20. package/components/_multi-select.scss +589 -0
  21. package/components/_navbar.scss +7 -7
  22. package/components/_nested-list.scss +2 -2
  23. package/components/_overview-info.scss +3 -3
  24. package/components/_pricing-table.scss +5 -5
  25. package/components/_progress-bar.scss +61 -74
  26. package/components/_subscription-card.scss +8 -10
  27. package/components/_table-of-content.scss +4 -4
  28. package/components/{_ac-terminal.scss → _terminal.scss} +62 -73
  29. package/components/_widget-menu.scss +7 -12
  30. package/components/_wizard.scss +13 -286
  31. package/components/bbum/_information-center.scss +8 -10
  32. package/components/bbum/_mobile-desktop.scss +9 -14
  33. package/components/bbum/_single-post-preview.scss +9 -9
  34. package/components/ui-builder/_ui-builder.scss +194 -10
  35. package/components/ui-builder/_vue-open-api.scss +58 -13
  36. package/icons/close-icon.svg +3 -0
  37. package/layouts/_code-preview.scss +6 -7
  38. package/package.json +1 -1
  39. package/vue-components/types/importFlow.ts +16 -0
  40. package/vue-components/types/notification.ts +3 -3
  41. package/vue-components/v2/banner/Banner.vue +1 -1
  42. package/vue-components/v2/editor/FilteredFileEditor.vue +2 -2
  43. package/vue-components/v2/modal/Modal.vue +1 -1
  44. package/vue-components/v2/pagination/Pagination.vue +1 -0
  45. package/vue-components/v3/alert/Alert.vue +2 -2
  46. package/vue-components/v3/banner/Banner.vue +2 -2
  47. package/vue-components/v3/breadcrumbs/Breadcrumb.vue +66 -4
  48. package/vue-components/v3/button/Button.vue +33 -11
  49. package/vue-components/v3/cards/Cluster.vue +7 -3
  50. package/vue-components/v3/cards/FeatureCard.vue +1 -1
  51. package/vue-components/v3/cards/FeatureCards.vue +1 -1
  52. package/vue-components/v3/cards/InfoCard.vue +1 -2
  53. package/vue-components/v3/cards/Vendor.vue +1 -1
  54. package/vue-components/v3/content/ContentTable.vue +1 -1
  55. package/vue-components/v3/editor/FilteredFileEditor.vue +5 -1
  56. package/vue-components/v3/footer/FooterArea.vue +6 -0
  57. package/vue-components/v3/footer/Info.vue +10 -8
  58. package/vue-components/v3/footer/Status.vue +24 -23
  59. package/vue-components/v3/footer/Usage.vue +20 -30
  60. package/vue-components/v3/form/Form.vue +0 -3
  61. package/vue-components/v3/form-fields/AcSingleInput.vue +503 -1
  62. package/vue-components/v3/header/Header.vue +2 -2
  63. package/vue-components/v3/loaders/InfoCardLoader.vue +18 -60
  64. package/vue-components/v3/loaders/SingleInfoCardLoader.vue +24 -0
  65. package/vue-components/v3/modal/Modal.vue +6 -11
  66. package/vue-components/v3/navbar/NavbarItemContent.vue +1 -1
  67. package/vue-components/v3/navbar/User.vue +4 -4
  68. package/vue-components/v3/notification/AlertBox.vue +233 -3
  69. package/vue-components/v3/notification/Notification.vue +2 -2
  70. package/vue-components/v3/option-dots/Options.vue +3 -2
  71. package/vue-components/v3/pagination/Pagination.vue +2 -1
  72. package/vue-components/v3/preloader/Preloader.vue +1 -1
  73. package/vue-components/v3/sidebar/ClusterSwitcher.vue +1 -761
  74. package/vue-components/v3/sidebar/Sidebar.vue +3 -30
  75. package/vue-components/v3/sidebar/SidebarFooter.vue +5 -2
  76. package/vue-components/v3/sidebar/Steps.vue +55 -51
  77. package/vue-components/v3/sidebar/sidebar-tabs/SidebarTabs.vue +78 -2
  78. package/vue-components/v3/sidebar/sidebar-tabs/SidebarTabsLayout.vue +12 -3
  79. package/vue-components/v3/table/InfoTable.vue +6 -4
  80. package/vue-components/v3/table/Table.vue +16 -16
  81. package/vue-components/v3/table/TableRow.vue +2 -2
  82. package/vue-components/v3/tag/Tag.vue +1 -0
  83. package/components/_ac-card.scss +0 -0
  84. package/components/_ac-multi-select.scss +0 -780
  85. package/vue-components/types/longRunningTasks.ts +0 -20
  86. package/vue-components/v3/long-running-tasks/LongRunningTaskItem.vue +0 -94
  87. package/vue-components/v3/modals/LongRunningTasksModal.vue +0 -402
  88. package/vue-components/v3/terminal/LongRunningTaskTerminal.vue +0 -151
  89. /package/components/{_ac-accordion.scss → _accordion.scss} +0 -0
  90. /package/components/{_ac-report.scss → _report.scss} +0 -0
@@ -122,7 +122,7 @@
122
122
 
123
123
  &.is-toggle {
124
124
  ul {
125
- border: 1px solid $ac-label-text;
125
+ border: 1px solid $primary-10;
126
126
  border-radius: 4px;
127
127
  padding: 4px;
128
128
  flex-grow: inherit;
@@ -158,6 +158,7 @@
158
158
  &.kubedb-ui-tabs {
159
159
  ul {
160
160
  border-bottom: none;
161
+
161
162
  li {
162
163
  &.is-active {
163
164
  a {
@@ -213,7 +214,7 @@
213
214
  li {
214
215
  &.is-active {
215
216
  a {
216
- background-color: $white-100-lighter;
217
+ background-color: $primary-90;
217
218
  color: $primary;
218
219
  }
219
220
  }
@@ -245,30 +246,32 @@
245
246
  }
246
247
 
247
248
  // dark theme
248
- .is-dark-theme {
249
- .tabs {
250
- &.is-toggle {
251
- a {
252
- &:hover {
253
- background-color: $dark-bg;
254
- }
255
- }
256
- }
257
- a {
258
- border-bottom: 1px solid $white-100-lighter;
259
- color: $ac-full-white;
260
- }
261
- &.ac-tabs.is-line {
262
- ul {
263
- li.is-active {
264
- a {
265
- color: $primary-10;
266
- }
267
- }
268
- }
269
- }
270
- }
271
- }
249
+ // .is-dark-theme {
250
+ // .tabs {
251
+ // &.is-toggle {
252
+ // a {
253
+ // &:hover {
254
+ // background-color: $dark-bg;
255
+ // }
256
+ // }
257
+ // }
258
+
259
+ // a {
260
+ // border-bottom: 1px solid $primary-90;
261
+ // color: $white-100;
262
+ // }
263
+
264
+ // &.ac-tabs.is-line {
265
+ // ul {
266
+ // li.is-active {
267
+ // a {
268
+ // color: $primary-10;
269
+ // }
270
+ // }
271
+ // }
272
+ // }
273
+ // }
274
+ // }
272
275
 
273
276
  /****************************************
274
277
  Responsive Classes
@@ -1,16 +1,13 @@
1
- @import "ac-terminal";
2
1
  // @import "ac-alert-box";
3
2
  // @import "ac-accordion";
4
3
  // @import "buttons";
5
4
  // @import "breadcumb";
6
- @import "ac-card";
7
5
  // @import "ac-multi-select";
8
6
  // @import "ac-code-highlight";
9
7
  // @import "navbar";
10
8
  // @import "app-drawer";
11
9
  // @import "ac-drag";
12
10
  // @import "left-sidebar-menu";
13
- @import "ac-input";
14
11
  // @import "ac-content-layout";
15
12
  // @import "ac-table";
16
13
  // @import "ac-tabs";
@@ -26,7 +23,12 @@
26
23
  // @import "go-to-top";
27
24
  // @import "ac-toaster/ac-toasted";
28
25
  // @import "preview-modal";
29
- @import "wizard";
30
26
  // @import "bbum/all";
27
+ // @import "wizard";
28
+
29
+ @import "terminal";
30
+ @import "input";
31
+ @import "multi-select";
32
+ @import "report";
31
33
  @import "ui-builder/ui-builder";
32
- @import "ui-builder/vue-open-api";
34
+ @import "ui-builder/vue-open-api";
@@ -169,19 +169,19 @@
169
169
  // color: $black-40;
170
170
 
171
171
  // &:hover {
172
- // background-color: $white-100-lighter;
173
- // color: $ac-black;
172
+ // background-color: $primary-90;
173
+ // color: $black-5;
174
174
  // }
175
175
 
176
176
  // &:focus {
177
- // background-color: $white-100-lighter;
178
- // color: $ac-black;
177
+ // background-color: $primary-90;
178
+ // color: $black-5;
179
179
  // }
180
180
  // }
181
181
 
182
182
  // &.transparent-bg {
183
183
  // background-color: transparent;
184
- // border: 1px solid $ac-label-text;
184
+ // border: 1px solid $primary-10;
185
185
 
186
186
  // img {
187
187
  // &:hover {
@@ -457,7 +457,7 @@
457
457
  // // counter button start
458
458
  // .ac-counter-button {
459
459
  // background-color: transparent;
460
- // border: 1px solid $ac-label-text;
460
+ // border: 1px solid $primary-10;
461
461
  // border-radius: 4px;
462
462
  // height: 46px;
463
463
  // overflow: hidden;
@@ -504,13 +504,13 @@
504
504
  // .ac-counter-arrow-wrapper {
505
505
  // height: 100%;
506
506
  // color: $primary-10;
507
- // border-left: 1px solid $ac-label-text;
507
+ // border-left: 1px solid $primary-10;
508
508
 
509
509
  // .ac-counter-arrow {
510
510
  // background-color: transparent;
511
511
  // border: none;
512
512
  // cursor: pointer;
513
- // color: $ac-label-text;
513
+ // color: $primary-10;
514
514
  // height: 23px;
515
515
 
516
516
  // &:hover {
@@ -518,7 +518,7 @@
518
518
  // }
519
519
 
520
520
  // &:first-child {
521
- // border-bottom: 1px solid $ac-label-text;
521
+ // border-bottom: 1px solid $primary-10;
522
522
  // }
523
523
  // }
524
524
  // }
@@ -776,4 +776,4 @@
776
776
 
777
777
  // // Extra large devices (large desktops, 1200px and up)
778
778
  // @media (min-width: 1200px) {
779
- // }
779
+ // }
@@ -1,13 +1,13 @@
1
1
  .graph-tooltip-wrapper {
2
- background-color: var(--ac-white);
3
- border: 1px solid var(--ac-white-light);
2
+ background-color: $white-100;
3
+ border: 1px solid $primary-90;
4
4
 
5
5
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
6
6
  border-radius: 4px;
7
7
  overflow: hidden;
8
8
  h6 {
9
9
  padding: 10px 20px;
10
- border-bottom: 1px solid var(--ac-white-light);
10
+ border-bottom: 1px solid $primary-90;
11
11
  }
12
12
  .table-wrapper {
13
13
  padding: 10px 20px;
@@ -16,7 +16,7 @@
16
16
  &:first-child {
17
17
  font-weight: 450;
18
18
  padding-right: 10px;
19
- color: var(--ac-text-heading);
19
+ color: $primary-10;
20
20
  }
21
21
  padding: 4px 0;
22
22
  font-size: 13px;
@@ -26,18 +26,18 @@
26
26
  }
27
27
 
28
28
  .is-hovering .label text tspan {
29
- stroke: var(--ac-white);
30
- fill: var(--ac-white);
29
+ stroke: $white-100;
30
+ fill: $white-100;
31
31
  stroke-width: 0.3px;
32
32
  }
33
33
  .is-selected .label text tspan {
34
- stroke: var(--ac-white);
35
- fill: var(--ac-white);
34
+ stroke: $white-100;
35
+ fill: $white-100;
36
36
  stroke-width: 0.3px;
37
37
  }
38
38
  .label text tspan {
39
- stroke: var(--ac-black);
40
- fill: var(--ac-black);
39
+ stroke: $primary-5;
40
+ fill: $primary-5;
41
41
  stroke-width: 0.3px;
42
42
  }
43
43
  .edgeLabel .label text tspan {
@@ -1,6 +1,6 @@
1
1
  .ac-upload-image {
2
- background-color: $ac-bg;
3
- border: 1px dashed $ac-label-text;
2
+ background-color: transparent;
3
+ border: 1px dashed $primary-10;
4
4
  border-radius: 4px;
5
5
  overflow: hidden;
6
6
 
@@ -32,13 +32,13 @@
32
32
  margin-bottom: 10px;
33
33
 
34
34
  span {
35
- color: $ac-label-text;
35
+ color: $primary-10;
36
36
  }
37
37
  }
38
38
 
39
39
  .img-size-msg {
40
40
  font-size: 12px;
41
- color: $ac-label-text;
41
+ color: $primary-10;
42
42
  }
43
43
  }
44
44
 
@@ -0,0 +1,232 @@
1
+ // card select
2
+ .card-select {
3
+ height: 94px;
4
+ padding: 10px;
5
+ background-color: $white-100;
6
+ border: 1px solid $primary-90;
7
+ box-sizing: border-box;
8
+ border-radius: 4px;
9
+ transition: 0.3s ease-in-out;
10
+ position: relative;
11
+ z-index: 1;
12
+ width: 250px;
13
+
14
+ &.is-active-require-field {
15
+ &:after {
16
+ content: "";
17
+ position: absolute;
18
+ width: 100%;
19
+ height: 100%;
20
+ background-color: $black-5;
21
+ top: 0;
22
+ left: 0;
23
+ z-index: 1;
24
+ opacity: 0.6;
25
+ border-radius: 4px;
26
+ }
27
+
28
+ .r-dropdown-item {
29
+ opacity: 1;
30
+ visibility: visible;
31
+ }
32
+ }
33
+
34
+ &.is-singleline {
35
+ height: auto;
36
+ padding: 0;
37
+ border: none;
38
+ background-color: transparent;
39
+ width: auto;
40
+ margin-bottom: 0;
41
+
42
+ label {
43
+ font-weight: 400 !important;
44
+ }
45
+
46
+ &:hover {
47
+ box-shadow: none;
48
+ border: none;
49
+
50
+ label {
51
+ color: $primary !important;
52
+ }
53
+ }
54
+
55
+ .ac-single-radio,
56
+ .ac-single-checkbox {
57
+ label {
58
+ font-size: 13px;
59
+ line-height: 20px;
60
+ color: $primary-5;
61
+ padding-left: 25px !important;
62
+ }
63
+ }
64
+
65
+ &.is-disabled {
66
+ background-color: transparent;
67
+
68
+ label {
69
+ color: $primary-10;
70
+ cursor: not-allowed;
71
+ }
72
+ }
73
+
74
+ .ac-single-radio .is-checkradio[type="radio"]:checked + label {
75
+ color: $primary;
76
+ }
77
+
78
+ .ac-single-radio {
79
+ margin-bottom: 0;
80
+ }
81
+ }
82
+
83
+ &.is-disabled {
84
+ background-color: $primary-97;
85
+ cursor: not-allowed;
86
+ opacity: 0.8;
87
+
88
+ &:hover {
89
+ border-color: transparent;
90
+ box-shadow: none;
91
+ }
92
+ }
93
+
94
+ &:hover {
95
+ box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.2);
96
+ border: 1px solid transparent;
97
+ }
98
+
99
+ &.is-selected {
100
+ border: 1px solid $primary;
101
+ }
102
+
103
+ &:last-child {
104
+ margin-right: 0;
105
+ }
106
+
107
+ // inline more button Start
108
+ .more-option {
109
+ position: relative;
110
+ z-index: 1;
111
+
112
+ .btn-more-option {
113
+ background-color: #e4e4e4;
114
+ height: 16px;
115
+ width: 30px;
116
+ border: none;
117
+ border-radius: 3px;
118
+ padding: 0;
119
+ cursor: pointer;
120
+ margin-left: 5px;
121
+ display: inline-flex;
122
+ align-items: center;
123
+ justify-content: center;
124
+ transform: translate(0px, -2px);
125
+
126
+ span {
127
+ display: inline-flex;
128
+ width: 4px;
129
+ height: 4px;
130
+ border-radius: 50%;
131
+ background-color: #b1b1b1;
132
+ margin-right: 2px;
133
+
134
+ &:last-child {
135
+ margin-right: 0;
136
+ }
137
+ }
138
+ }
139
+ }
140
+
141
+ .r-dropdown-item {
142
+ position: absolute;
143
+ z-index: 2;
144
+ right: 10px;
145
+ top: 10px;
146
+ background-color: $white-100;
147
+ box-shadow: $ac-shadow-2;
148
+ display: inline-block;
149
+ border-radius: 4px;
150
+ padding: 5px 15px;
151
+ width: 200px;
152
+ opacity: 0;
153
+ visibility: hidden;
154
+ transition: 0.3s ease-in-out;
155
+
156
+ button.close-icon {
157
+ position: absolute;
158
+ right: -5px;
159
+ top: -5px;
160
+ border: 1px solid $black-80;
161
+ font-size: 10px;
162
+ height: 25px;
163
+ width: 25px;
164
+ text-align: center;
165
+ background-color: $white-100;
166
+ border-radius: 50%;
167
+ cursor: pointer;
168
+ color: $danger;
169
+ transition: 0.3s ease-in-out;
170
+ display: block;
171
+
172
+ &:hover {
173
+ color: $white-100;
174
+ background-color: $danger;
175
+ border: 1px solid $danger;
176
+ }
177
+ }
178
+
179
+ li {
180
+ display: inline-block;
181
+
182
+ a {
183
+ display: block;
184
+ padding: 5px 10px 5px 0;
185
+ color: $primary-20;
186
+ font-size: 11px;
187
+ text-decoration: underline;
188
+ font-weight: 400;
189
+
190
+ &:hover {
191
+ color: $primary;
192
+ }
193
+ }
194
+ }
195
+ }
196
+
197
+ // inline more button end
198
+ .ac-single-radio,
199
+ .ac-single-checkbox {
200
+ margin-bottom: 10px;
201
+
202
+ &:last-child {
203
+ margin-bottom: 0;
204
+ }
205
+
206
+ label {
207
+ font-family: $font-heading;
208
+ font-style: normal;
209
+ font-weight: 500;
210
+ font-size: 13px;
211
+ line-height: 24px;
212
+ color: $primary-5;
213
+ }
214
+ }
215
+
216
+ p {
217
+ font-family: $font-paragraph;
218
+ font-style: normal;
219
+ font-weight: normal;
220
+ font-size: 13px;
221
+ line-height: 140%;
222
+ color: $primary-10;
223
+
224
+ &.is-warning {
225
+ color: $danger;
226
+ }
227
+
228
+ a {
229
+ text-decoration: underline;
230
+ }
231
+ }
232
+ }
@@ -19,7 +19,7 @@
19
19
  // top: 10px;
20
20
  // z-index: 1;
21
21
  // font-size: 13px;
22
- // color: $ac-label-text;
22
+ // color: $primary-10;
23
23
  // font-weight: 400;
24
24
  // }
25
25
  // }
@@ -43,7 +43,7 @@
43
43
  // height: 36px;
44
44
  // font-weight: 400;
45
45
  // border-radius: 4px;
46
- // border: 1px solid $ac-label-text;
46
+ // border: 1px solid $primary-10;
47
47
  // font-size: 13px;
48
48
 
49
49
  // .file-cta {
@@ -80,7 +80,7 @@
80
80
 
81
81
  // &:focus {
82
82
  // outline: none;
83
- // border-bottom: 1px solid $ac-label-text;
83
+ // border-bottom: 1px solid $primary-10;
84
84
  // }
85
85
  // }
86
86
 
@@ -201,7 +201,7 @@
201
201
  // &[type="checkbox"] + label {
202
202
  // padding-top: 3px;
203
203
  // &::before {
204
- // background-color: $ac-gray-light;
204
+ // background-color: $black-50;
205
205
  // }
206
206
  // }
207
207
 
@@ -263,7 +263,7 @@
263
263
 
264
264
  // &:focus {
265
265
  // outline: none;
266
- // border-bottom: 1px solid $ac-label-text;
266
+ // border-bottom: 1px solid $primary-10;
267
267
  // }
268
268
  // }
269
269
  // }
@@ -322,10 +322,10 @@
322
322
  // }
323
323
 
324
324
  // label {
325
- // color: $ac-label-text;
325
+ // color: $primary-10;
326
326
  // }
327
327
  // .button.is-information:focus {
328
- // background-color: $dark-bg-light;
328
+ // background-color: $black-80;
329
329
  // }
330
330
  // }
331
331
  // }
@@ -898,4 +898,50 @@
898
898
  .ac-search:focus {
899
899
  width: 200px !important;
900
900
  padding-right: 10px;
901
+ }
902
+
903
+ // check radio
904
+
905
+ .ac-single-radio {
906
+ .is-checkradio[type="radio"]+label {
907
+ padding-left: 25px;
908
+
909
+ &:before {
910
+ width: 16px;
911
+ height: 16px;
912
+ top: 4px;
913
+ background: transparent;
914
+ }
915
+
916
+ &:after {
917
+ width: 16px;
918
+ height: 16px;
919
+ top: 4px;
920
+ }
921
+ }
922
+ }
923
+
924
+ .is-checkradio[type="radio"]+label::after,
925
+ .is-checkradio[type="radio"]+label:after {
926
+ background: $primary;
927
+ }
928
+
929
+ .is-checkradio[type="checkbox"]:checked+label::before,
930
+ .is-checkradio[type="checkbox"]:checked+label:before,
931
+ .is-checkradio[type="radio"]:checked+label::before,
932
+ .is-checkradio[type="radio"]:checked+label:before {
933
+ border: 0.2rem solid $primary;
934
+ }
935
+
936
+ .is-checkradio[type="checkbox"]:hover:not([disabled])+label::before,
937
+ .is-checkradio[type="checkbox"]:hover:not([disabled])+label:before,
938
+ .is-checkradio[type="radio"]:hover:not([disabled])+label::before,
939
+ .is-checkradio[type="radio"]:hover:not([disabled])+label:before {
940
+ border-color: $primary-30 !important;
941
+ }
942
+
943
+ .is-checkradio[type="checkbox"]+label::after,
944
+ .is-checkradio[type="checkbox"]+label:after {
945
+ border-width: 0.2rem;
946
+ border-color: $primary;
901
947
  }
@@ -98,7 +98,7 @@
98
98
  // height: calc(100vh - 80px);
99
99
  // overflow-y: auto;
100
100
  // padding-top: 4px;
101
- // scrollbar-color: $white-100-light transparent;
101
+ // scrollbar-color: $white-100 transparent;
102
102
 
103
103
  // /* width */
104
104
  // &::-webkit-scrollbar {
@@ -257,7 +257,7 @@
257
257
 
258
258
  // // &:active {
259
259
  // // i.fa {
260
- // // background-color: $white-100-lighter;
260
+ // // background-color: $primary-90;
261
261
  // // width: 25px;
262
262
  // // height: 25px;
263
263
  // // text-align: center;
@@ -313,7 +313,7 @@
313
313
  // }
314
314
 
315
315
  // .multiselect__input {
316
- // background-color: $ac-bg-light-gray !important;
316
+ // background-color: transparent-light-gray !important;
317
317
  // top: 13px;
318
318
 
319
319
  // &::placeholder {
@@ -324,7 +324,7 @@
324
324
  // }
325
325
 
326
326
  // .multiselect__single {
327
- // background-color: $ac-bg-light-gray !important;
327
+ // background-color: transparent-light-gray !important;
328
328
  // top: 14px !important;
329
329
 
330
330
  // img {
@@ -452,7 +452,7 @@ Responsive Classes
452
452
  // ul {
453
453
  // max-height: 0;
454
454
  // transition: max-height 0.2s ease-out;
455
- // background-color: $ac-bg;
455
+ // background-color: transparent;
456
456
 
457
457
  // li {
458
458
  // a {
@@ -470,17 +470,13 @@ Responsive Classes
470
470
  }
471
471
 
472
472
  // Small devices (landscape phones, 576px and up)
473
- @media (min-width: 576px) and (max-width: 767.98px) {
474
- }
473
+ @media (min-width: 576px) and (max-width: 767.98px) {}
475
474
 
476
475
  // Medium devices (tablets, 768px and up)
477
- @media (min-width: 768px) and (max-width: 991.98px) {
478
- }
476
+ @media (min-width: 768px) and (max-width: 991.98px) {}
479
477
 
480
478
  // Large devices (desktops, 992px and up)
481
- @media (min-width: 992px) and (max-width: 1199.98px) {
482
- }
479
+ @media (min-width: 992px) and (max-width: 1199.98px) {}
483
480
 
484
481
  // Extra large devices (large desktops, 1200px and up)
485
- @media (min-width: 1200px) {
486
- }
482
+ @media (min-width: 1200px) {}
@@ -1,6 +1,6 @@
1
1
  .editor {
2
2
  border: none;
3
- background-color: $white-100-light !important;
3
+ background-color: $white-100 !important;
4
4
  }
5
5
 
6
6
  .decorationsOverviewRuler {
@@ -63,4 +63,4 @@
63
63
  height: 6px !important;
64
64
  }
65
65
  }
66
- }
66
+ }