@appscode/design-system 1.1.0-beta.7 → 1.1.0-beta.70

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 (102) hide show
  1. package/base/utilities/_all.scss +2 -2
  2. package/base/utilities/_colors.scss +105 -136
  3. package/base/utilities/_global.scss +25 -19
  4. package/base/utilities/_layouts.scss +0 -138
  5. package/base/utilities/_typography.scss +2 -2
  6. package/components/_ac-alert-box.scss +2 -2
  7. package/components/_ac-code-highlight.scss +9 -12
  8. package/components/_ac-drag.scss +4 -4
  9. package/components/_ac-modal.scss +2 -2
  10. package/components/_ac-select-box.scss +5 -5
  11. package/components/_ac-table.scss +7 -7
  12. package/components/_ac-tabs.scss +29 -26
  13. package/components/_all.scss +8 -5
  14. package/components/_buttons.scss +10 -10
  15. package/components/_getkeeper.scss +110 -0
  16. package/components/_graph.scss +10 -10
  17. package/components/_image-upload.scss +4 -4
  18. package/components/_input-card.scss +232 -0
  19. package/components/{_ac-input.scss → _input.scss} +53 -7
  20. package/components/_left-sidebar-menu.scss +9 -13
  21. package/components/_monaco-editor.scss +2 -2
  22. package/components/_multi-select.scss +589 -0
  23. package/components/_navbar.scss +7 -7
  24. package/components/_nested-list.scss +2 -2
  25. package/components/_overview-info.scss +3 -3
  26. package/components/_pricing-table.scss +5 -5
  27. package/components/_progress-bar.scss +61 -74
  28. package/components/_subscription-card.scss +8 -10
  29. package/components/_table-of-content.scss +4 -4
  30. package/components/{_ac-terminal.scss → _terminal.scss} +63 -74
  31. package/components/_widget-menu.scss +7 -12
  32. package/components/_wizard.scss +13 -286
  33. package/components/bbum/_information-center.scss +8 -10
  34. package/components/bbum/_mobile-desktop.scss +9 -14
  35. package/components/bbum/_single-post-preview.scss +9 -9
  36. package/components/ui-builder/_ui-builder.scss +194 -10
  37. package/components/ui-builder/_vue-open-api.scss +58 -13
  38. package/icons/close-icon.svg +3 -0
  39. package/layouts/_code-preview.scss +6 -7
  40. package/package.json +1 -1
  41. package/vue-components/types/importFlow.ts +16 -0
  42. package/vue-components/types/notification.ts +3 -3
  43. package/vue-components/types/table.ts +1 -0
  44. package/vue-components/v2/banner/Banner.vue +1 -1
  45. package/vue-components/v2/editor/FilteredFileEditor.vue +2 -2
  46. package/vue-components/v2/modal/Modal.vue +1 -1
  47. package/vue-components/v3/alert/Alert.vue +2 -2
  48. package/vue-components/v3/banner/Banner.vue +2 -2
  49. package/vue-components/v3/breadcrumbs/Breadcrumb.vue +66 -4
  50. package/vue-components/v3/button/Button.vue +33 -11
  51. package/vue-components/v3/cards/Cluster.vue +6 -2
  52. package/vue-components/v3/cards/FeatureCard.vue +1 -1
  53. package/vue-components/v3/cards/FeatureCards.vue +1 -1
  54. package/vue-components/v3/cards/InfoCard.vue +1 -2
  55. package/vue-components/v3/cards/OverviewCard.vue +4 -0
  56. package/vue-components/v3/cards/OverviewCards.vue +10 -2
  57. package/vue-components/v3/cards/Vendor.vue +8 -5
  58. package/vue-components/v3/content/ContentTable.vue +1 -1
  59. package/vue-components/v3/editor/FilteredFileEditor.vue +5 -1
  60. package/vue-components/v3/footer/FooterArea.vue +8 -2
  61. package/vue-components/v3/footer/Info.vue +10 -8
  62. package/vue-components/v3/footer/Status.vue +24 -23
  63. package/vue-components/v3/footer/Usage.vue +20 -30
  64. package/vue-components/v3/form/Form.vue +0 -3
  65. package/vue-components/v3/form-fields/AcSingleInput.vue +3 -8
  66. package/vue-components/v3/header/Header.vue +1 -1
  67. package/vue-components/v3/loaders/InfoCardLoader.vue +18 -60
  68. package/vue-components/v3/loaders/SingleInfoCardLoader.vue +24 -0
  69. package/vue-components/v3/modal/Modal.vue +6 -11
  70. package/vue-components/v3/navbar/Navbar.vue +0 -159
  71. package/vue-components/v3/navbar/NavbarItemContent.vue +5 -2
  72. package/vue-components/v3/navbar/User.vue +33 -16
  73. package/vue-components/v3/notification/AlertBox.vue +233 -3
  74. package/vue-components/v3/notification/Notification.vue +2 -2
  75. package/vue-components/v3/option-dots/Options.vue +3 -2
  76. package/vue-components/v3/pagination/Pagination.vue +2 -1
  77. package/vue-components/v3/preloader/Preloader.vue +1 -1
  78. package/vue-components/v3/sidebar/ClusterSwitcher.vue +1 -765
  79. package/vue-components/v3/sidebar/Sidebar.vue +3 -30
  80. package/vue-components/v3/sidebar/SidebarBody.vue +9 -2
  81. package/vue-components/v3/sidebar/SidebarFooter.vue +6 -3
  82. package/vue-components/v3/sidebar/SidebarHeader.vue +6 -2
  83. package/vue-components/v3/sidebar/Steps.vue +55 -51
  84. package/vue-components/v3/sidebar/sidebar-tabs/SidebarTabs.vue +78 -2
  85. package/vue-components/v3/sidebar/sidebar-tabs/SidebarTabsLayout.vue +12 -3
  86. package/vue-components/v3/table/Table.vue +14 -16
  87. package/vue-components/v3/table/TableCell.vue +1 -9
  88. package/vue-components/v3/table/TableRow.vue +2 -2
  89. package/vue-components/v3/table/table-cell/ArrayCell.vue +35 -32
  90. package/vue-components/v3/table/table-cell/CellValue.vue +14 -40
  91. package/vue-components/v3/table/table-cell/ObjectCell.vue +40 -38
  92. package/vue-components/v3/tag/Tag.vue +1 -0
  93. package/base/utilities/dark-theme.scss +0 -26
  94. package/components/_ac-card.scss +0 -0
  95. package/components/_ac-multi-select.scss +0 -780
  96. package/vue-components/text.vue +0 -1
  97. package/vue-components/types/longRunningTasks.ts +0 -20
  98. package/vue-components/v3/long-running-tasks/LongRunningTaskItem.vue +0 -94
  99. package/vue-components/v3/modals/LongRunningTasksModal.vue +0 -402
  100. package/vue-components/v3/terminal/LongRunningTaskTerminal.vue +0 -151
  101. /package/components/{_ac-accordion.scss → _accordion.scss} +0 -0
  102. /package/components/{_ac-report.scss → _report.scss} +0 -0
@@ -1,780 +0,0 @@
1
- // .multiselect {
2
- // margin-top: 3px;
3
- // // display: flex;
4
- // // align-items: center;
5
- // max-width: 350px;
6
- // // &.cluster-select {
7
- // // .multiselect__tags {
8
- // // border: 1px solid $primary-90;
9
- // // background-color: $table-header;
10
-
11
- // // .multiselect__input {
12
- // // background-color: $table-header;
13
- // // }
14
- // // }
15
- // // }
16
-
17
- // .multiselect__tags {
18
- // background-color: #e2f0fb;
19
- // min-height: 36px;
20
- // // max-height: 36px;
21
- // font-weight: 500;
22
- // width: 100%;
23
- // border-radius: 4px;
24
- // border: 1px solid $primary-90;
25
- // padding: 6px 30px 8px 20px;
26
- // font-size: 13px;
27
- // border-radius: 20px;
28
-
29
- // .multiselect__placeholder {
30
- // margin: 0;
31
- // padding: 0;
32
- // // padding-top: 2px !important;
33
- // font-weight: 500;
34
- // font-size: 13px;
35
- // }
36
-
37
- // .multiselect__tags-wrap {
38
- // display: flex;
39
- // align-items: center;
40
- // }
41
-
42
- // .multiselect__tag {
43
- // background-color: $dark-bg-light;
44
- // margin-top: 4px;
45
- // margin-bottom: 0;
46
-
47
- // .multiselect__tag-icon {
48
- // font-size: 12px;
49
-
50
- // &::after {
51
- // color: $white-100;
52
- // }
53
-
54
- // &:hover {
55
- // background-color: hsla(var(--hsl-hue),
56
- // var(--hsl-saturation),
57
- // calc(var(--hsl-lightness) - 9%),
58
- // 1);
59
- // }
60
- // }
61
- // }
62
-
63
- // .multiselect__input,
64
- // .multiselect__single {
65
- // background-color: #e2f0fb;
66
- // margin-bottom: 0;
67
- // margin: 0 !important;
68
- // padding-left: 0;
69
- // left: 0px;
70
- // // top: 2px;
71
- // font-size: 13px !important;
72
- // font-weight: 500;
73
- // color: $primary-10;
74
- // line-height: 1.5;
75
- // }
76
-
77
- // .multiselect__single {
78
- // margin-top: 3px;
79
- // margin-bottom: 0;
80
- // }
81
- // }
82
-
83
- // .multiselect__select {
84
- // height: 36px;
85
- // }
86
-
87
- // .multiselect__content {
88
- // .multiselect__element {
89
- // .multiselect__option {
90
- // padding: 4px 16px;
91
- // min-height: 32px;
92
- // font-size: 13px;
93
-
94
- // img {
95
- // width: 30px;
96
- // }
97
-
98
- // p {
99
- // font-size: 13px;
100
- // color: $primary-10;
101
- // }
102
-
103
- // p:not(.location) {
104
- // font-weight: 500;
105
- // }
106
-
107
- // a {
108
- // display: block;
109
- // font-weight: 400;
110
- // margin-top: -12px;
111
- // margin-bottom: -12px;
112
- // padding-top: 12px;
113
- // padding-bottom: 12px;
114
- // }
115
-
116
- // &:hover {
117
- // background-color: hsla(var(--hsl-hue),
118
- // var(--hsl-saturation),
119
- // var(--hsl-lightness),
120
- // 0.2);
121
- // color: $primary;
122
- // }
123
-
124
- // &.multiselect__option--highlight {
125
- // background-color: hsla(var(--hsl-hue),
126
- // var(--hsl-saturation),
127
- // var(--hsl-lightness),
128
- // 0.2);
129
- // color: $primary;
130
-
131
- // &:after {
132
- // background-color: hsla(var(--hsl-hue),
133
- // var(--hsl-saturation),
134
- // var(--hsl-lightness),
135
- // 0.2);
136
- // color: $primary;
137
- // }
138
- // }
139
- // }
140
- // }
141
- // }
142
- // }
143
-
144
- // .multi-select-wrapper {
145
- // &.is-last-child-bold {
146
- // .multiselect {
147
- // .multiselect__content {
148
- // .multiselect__element {
149
- // &:nth-last-child(-n + 3) {
150
- // .multiselect__option {
151
- // font-weight: 500;
152
- // }
153
- // }
154
- // }
155
- // }
156
- // }
157
- // }
158
- // }
159
-
160
- // .multiselect__element {
161
- // span {
162
- // label {
163
- // padding-left: 15px !important;
164
- // font-size: 13px !important;
165
- // color: $primary-10 !important;
166
-
167
- // &:after {
168
- // position: inherit !important;
169
- // content: "" !important;
170
- // background-color: transparent;
171
- // }
172
- // }
173
- // }
174
- // }
175
-
176
- // .multiselect__input {
177
- // &::placeholder {
178
- // color: $primary-20;
179
- // font-weight: 400;
180
- // line-height: 1.6;
181
- // font-size: 13px;
182
- // }
183
- // }
184
-
185
- // .multiselect__tags>span {
186
- // font-size: 13px;
187
- // line-height: 1.6;
188
- // color: $primary-10;
189
- // }
190
-
191
- // .multi-select-wrapper {
192
- // position: relative;
193
- // z-index: 0;
194
-
195
- // .multiselect--disabled {
196
- // opacity: unset;
197
- // }
198
-
199
- // &.is-disable {
200
- // opacity: 0.5;
201
- // cursor: not-allowed;
202
-
203
- // input,
204
- // .button.is-information,
205
- // .eye i.fa {
206
- // cursor: not-allowed;
207
- // }
208
- // }
209
-
210
- // .multiselect__input {
211
- // border: none !important;
212
- // }
213
-
214
- // &.has-bg-color {
215
- // label.show-label {
216
- // &:after {
217
- // background-color: $ac-bg;
218
- // }
219
- // }
220
- // }
221
-
222
- // &.is-small {
223
- // label {
224
- // font-size: 13px;
225
- // top: 8px;
226
-
227
- // &.show-label {
228
- // font-size: 12px;
229
- // top: -9px;
230
- // font-weight: 500;
231
- // color: $ac-black;
232
- // }
233
- // }
234
-
235
- // .button.is-information {
236
- // width: 36px;
237
- // height: 36px;
238
- // }
239
-
240
- // .multiselect__select {
241
- // height: 100%;
242
- // }
243
-
244
- // .multiselect__tags {
245
- // .multiselect__tag {
246
- // padding: 5px 20px 4px 10px;
247
- // font-size: 12px;
248
- // }
249
- // }
250
-
251
- // .multiselect {
252
- // min-height: auto;
253
- // }
254
-
255
- // .multiselect--active {
256
- // height: 36px !important;
257
- // z-index: 50;
258
- // }
259
-
260
- // .multiselect .multiselect__tags {
261
- // min-height: 36px !important;
262
- // padding: 4px 30px 4px 20px;
263
- // font-size: 13px;
264
-
265
- // .multiselect__single {
266
- // font-size: 12px;
267
- // }
268
-
269
- // .multiselect__placeholder {
270
- // padding: 5px 0 0;
271
- // font-size: 13px;
272
- // font-weight: 500;
273
- // }
274
- // }
275
-
276
- // .multiselect__input,
277
- // .multiselect__single {
278
- // font-size: 13px !important;
279
- // font-weight: 500;
280
- // line-height: 1.5;
281
- // padding-bottom: 4px;
282
-
283
- // &::placeholder {
284
- // font-weight: 500;
285
- // line-height: 1.6;
286
- // font-size: 13px;
287
- // }
288
- // }
289
- // }
290
-
291
- // &.is-extra-small {
292
- // label {
293
- // font-size: 13px;
294
- // top: 8px;
295
-
296
- // &.show-label {
297
- // font-size: 12px;
298
- // top: -9px;
299
- // }
300
- // }
301
-
302
- // .button.is-information {
303
- // width: 32px;
304
- // height: 32px;
305
- // }
306
-
307
- // .multiselect__select {
308
- // height: 100%;
309
- // }
310
-
311
- // .multiselect__tags {
312
- // .multiselect__tag {
313
- // padding: 5px 20px 4px 10px;
314
- // font-size: 12px;
315
- // }
316
- // }
317
-
318
- // .multiselect {
319
- // min-height: auto;
320
- // }
321
-
322
- // .multiselect--active {
323
- // height: 32px !important;
324
- // z-index: 50;
325
- // }
326
-
327
- // .multiselect .multiselect__tags {
328
- // min-height: 32px !important;
329
- // padding: 3px 30px 4px 20px;
330
- // font-size: 13px;
331
- // display: flex;
332
- // align-items: center;
333
-
334
- // .multiselect__single {
335
- // font-size: 12px;
336
- // }
337
-
338
- // .multiselect__placeholder {
339
- // padding: 5px 0 0;
340
- // font-size: 13px;
341
- // font-weight: 500;
342
- // }
343
- // }
344
-
345
- // .multiselect__input,
346
- // .multiselect__single {
347
- // font-size: 13px !important;
348
- // font-weight: 500;
349
- // line-height: 1.5;
350
- // padding-bottom: 4px;
351
-
352
- // &::placeholder {
353
- // font-weight: 500;
354
- // line-height: 1.6;
355
- // font-size: 13px;
356
- // }
357
- // }
358
- // }
359
-
360
- // &.is-danger {
361
-
362
- // input,
363
- // .ac-card,
364
- // textarea {
365
- // border: 1px solid $danger;
366
- // }
367
-
368
- // p {
369
- // color: $danger;
370
- // }
371
- // }
372
-
373
- // &.is-loading {
374
-
375
- // input,
376
- // .ac-card,
377
- // textarea {
378
- // border: 1px solid $info;
379
- // opacity: 0.5;
380
- // }
381
-
382
- // p {
383
- // color: $info;
384
- // opacity: 0.5;
385
- // }
386
- // }
387
-
388
- // .is-danger {
389
- // font-size: 12px;
390
- // line-height: 22px;
391
- // color: $danger;
392
- // text-align: left;
393
-
394
- // i.fa {
395
- // padding-right: 10px;
396
- // }
397
- // }
398
-
399
- // .multiselect__select {
400
- // height: calc(100% - 2px);
401
- // border-radius: 0 4px 4px 0;
402
- // background-color: transparent !important;
403
- // }
404
-
405
- // label {
406
- // font-size: 16px;
407
- // left: 20px;
408
- // top: 11px;
409
- // cursor: text;
410
- // color: $ac-label-text;
411
- // position: absolute;
412
- // z-index: 99;
413
- // transition: 0.3s ease-in-out;
414
-
415
- // .is-required {
416
- // img {
417
- // position: absolute;
418
- // top: 7px;
419
- // padding-left: 3px;
420
- // }
421
- // }
422
-
423
- // &.show-label {
424
- // top: -10px;
425
- // left: 15px;
426
- // padding: 0 5px;
427
- // font-size: 13px;
428
- // color: $ac-black;
429
-
430
- // &::after {
431
- // background-color: $white-100;
432
- // }
433
- // }
434
-
435
- // &:after {
436
- // position: absolute;
437
- // content: "";
438
- // left: 0;
439
- // top: 50%;
440
- // background-color: $white-100;
441
- // width: 100%;
442
- // height: 2px;
443
- // margin-top: -1px;
444
- // z-index: -1;
445
- // }
446
-
447
- // &.is-required {
448
- // &:after {
449
- // width: calc(100% + 10px);
450
- // }
451
- // }
452
- // }
453
- // }
454
-
455
- // li {
456
- // .multiselect__option {
457
- // font-size: 13px;
458
- // color: $primary-10;
459
- // }
460
- // }
461
-
462
- // .multiselect__option--selected {
463
- // label {
464
- // right: 30px;
465
- // }
466
- // }
467
-
468
- // .multi-select-wrapper.is-small {
469
- // .multiselect .multiselect__tags {
470
-
471
- // .multiselect__input,
472
- // .multiselect__single {
473
- // top: 3.5px !important;
474
- // }
475
- // }
476
-
477
- // .multiselect .multiselect__tags .multiselect__placeholder {
478
- // padding-top: 3.5px !important;
479
- // }
480
- // }
481
-
482
- // // has info button start
483
- // .multi-select-wrapper {
484
- // &.has-info-button {
485
- // .multiselect__select {
486
- // z-index: 99;
487
- // right: 30px;
488
- // }
489
-
490
- // &.has-refresh-button {
491
- // .multiselect__select {
492
- // z-index: 99;
493
- // right: 60px;
494
- // }
495
-
496
- // .button {
497
- // &.is-refresh {
498
- // right: 30px;
499
- // }
500
- // }
501
- // }
502
-
503
- // .button {
504
- // &.is-information {
505
- // right: 0;
506
- // }
507
- // }
508
- // }
509
-
510
- // &.has-refresh-button {
511
- // .multiselect__select {
512
- // z-index: 99;
513
- // right: 30px;
514
- // }
515
-
516
- // .button {
517
- // &.is-refresh {
518
- // right: 0;
519
- // }
520
- // }
521
- // }
522
-
523
- // .button {
524
-
525
- // &.is-information,
526
- // &.is-refresh {
527
- // background-color: transparent;
528
- // border: none;
529
- // position: absolute;
530
- // height: 36px;
531
- // width: 36px;
532
- // z-index: 90;
533
- // margin-top: 0;
534
-
535
- // &:focus {
536
- // outline: none;
537
- // box-shadow: none;
538
- // background-color: #e4e8ef;
539
- // transform: scale(0.8);
540
- // }
541
- // }
542
-
543
- // &.is-refresh.spin {
544
- // i {
545
- // animation: spin 1s linear infinite;
546
- // }
547
- // }
548
- // }
549
- // }
550
-
551
- // @-moz-keyframes spin {
552
- // from {
553
- // -moz-transform: rotate(0deg);
554
- // }
555
-
556
- // to {
557
- // -moz-transform: rotate(360deg);
558
- // }
559
- // }
560
-
561
- // @-webkit-keyframes spin {
562
- // from {
563
- // -webkit-transform: rotate(0deg);
564
- // }
565
-
566
- // to {
567
- // -webkit-transform: rotate(360deg);
568
- // }
569
- // }
570
-
571
- // @keyframes spin {
572
- // from {
573
- // transform: rotate(0deg);
574
- // }
575
-
576
- // to {
577
- // transform: rotate(360deg);
578
- // }
579
- // }
580
-
581
- // // has info button end
582
-
583
- // // dark theme start
584
- // .is-dark-theme {
585
- // .multiselect__content-wrapper {
586
- // background: var(--dark-bg-light);
587
- // border: 1px solid $primary-90;
588
-
589
- // // scroll
590
- // &::-webkit-scrollbar {
591
- // border-radius: 50px;
592
- // width: 3px;
593
- // }
594
-
595
- // &::-moz-scrollbar {
596
- // border-radius: 50px;
597
- // width: 3px;
598
- // }
599
-
600
- // &::-ms-scrollbar {
601
- // border-radius: 50px;
602
- // width: 3px;
603
- // }
604
-
605
- // &::-webkit-scrollbar:hover {
606
- // width: 7px;
607
- // }
608
-
609
- // &::-moz-scrollbar:hover {
610
- // width: 7px;
611
- // }
612
-
613
- // &::-ms-scrollbar:hover {
614
- // width: 7px;
615
- // }
616
-
617
- // &::-webkit-scrollbar-thumb {
618
- // background-color: $dark-bg-light;
619
- // border-radius: 50px;
620
- // height: 2px !important;
621
- // }
622
-
623
- // &::-moz-scrollbar-thumb {
624
- // background-color: $dark-bg-light;
625
- // border-radius: 50px;
626
- // height: 2px !important;
627
- // }
628
-
629
- // &::-ms-scrollbar-thumb {
630
- // background-color: $dark-bg-light;
631
- // border-radius: 50px;
632
- // height: 2px !important;
633
- // }
634
-
635
- // &::-webkit-scrollbar-thumb:hover {
636
- // background-color: $dark-bg-light;
637
- // }
638
-
639
- // &::-moz-scrollbar-thumb:hover {
640
- // background-color: $dark-bg-light;
641
- // }
642
-
643
- // &::-ms-scrollbar-thumb:hover {
644
- // background-color: $dark-bg-light;
645
- // }
646
-
647
- // &:hover::-webkit-scrollbar-corner {
648
- // height: 40px;
649
- // }
650
-
651
- // &:hover::-moz-scrollbar-corner {
652
- // height: 40px;
653
- // }
654
-
655
- // &:hover::-ms-scrollbar-corner {
656
- // height: 40px;
657
- // }
658
-
659
- // // scroll
660
-
661
- // .multiselect__option--selected {
662
- // background: var(--dark-bg);
663
- // color: var(--ac-white-text);
664
- // }
665
- // }
666
-
667
- // .multi-select-wrapper {
668
- // background: var(--dark-bg-light);
669
-
670
- // .multiselect__content-wrapper {
671
- // background-color: var(--dark-bg-light);
672
- // background: var(--dark-bg-light);
673
-
674
- // // scroll
675
- // &::-webkit-scrollbar {
676
- // border-radius: 50px;
677
- // width: 3px;
678
- // }
679
-
680
- // &::-moz-scrollbar {
681
- // border-radius: 50px;
682
- // width: 3px;
683
- // }
684
-
685
- // &::-ms-scrollbar {
686
- // border-radius: 50px;
687
- // width: 3px;
688
- // }
689
-
690
- // &::-webkit-scrollbar:hover {
691
- // width: 7px;
692
- // }
693
-
694
- // &::-moz-scrollbar:hover {
695
- // width: 7px;
696
- // }
697
-
698
- // &::-ms-scrollbar:hover {
699
- // width: 7px;
700
- // }
701
-
702
- // &::-webkit-scrollbar-thumb {
703
- // background-color: $dark-bg-light;
704
- // border-radius: 50px;
705
- // height: 2px !important;
706
- // }
707
-
708
- // &::-moz-scrollbar-thumb {
709
- // background-color: $dark-bg-light;
710
- // border-radius: 50px;
711
- // height: 2px !important;
712
- // }
713
-
714
- // &::-ms-scrollbar-thumb {
715
- // background-color: $dark-bg-light;
716
- // border-radius: 50px;
717
- // height: 2px !important;
718
- // }
719
-
720
- // &::-webkit-scrollbar-thumb:hover {
721
- // background-color: $dark-bg-light;
722
- // }
723
-
724
- // &::-moz-scrollbar-thumb:hover {
725
- // background-color: $dark-bg-light;
726
- // }
727
-
728
- // &::-ms-scrollbar-thumb:hover {
729
- // background-color: $dark-bg-light;
730
- // }
731
-
732
- // &:hover::-webkit-scrollbar-corner {
733
- // height: 40px;
734
- // }
735
-
736
- // &:hover::-moz-scrollbar-corner {
737
- // height: 40px;
738
- // }
739
-
740
- // &:hover::-ms-scrollbar-corner {
741
- // height: 40px;
742
- // }
743
-
744
- // // scroll
745
-
746
- // .multiselect__content .multiselect__element .multiselect__option {
747
- // color: var(--ac-white-text);
748
- // }
749
-
750
- // .multiselect__option--group {
751
- // color: var(--ac-white-text);
752
- // background-color: var(--dark-bg-light);
753
- // }
754
-
755
- // .multiselect__option--selected {
756
- // color: var(--ac-white-text);
757
- // background-color: var(--dark-bg-light);
758
- // }
759
- // }
760
- // }
761
- // }
762
-
763
- // // dark theme end
764
- // /****************************************
765
- // Responsive Classes
766
- // *****************************************/
767
- // // Extra small devices (portrait phones, less than 576px)
768
- // @media (max-width: 575.98px) {}
769
-
770
- // // Small devices (landscape phones, 576px and up)
771
- // @media (min-width: 576px) and (max-width: 767.98px) {}
772
-
773
- // // Medium devices (tablets, 768px and up)
774
- // @media (min-width: 768px) and (max-width: 991.98px) {}
775
-
776
- // // Large devices (desktops, 992px and up)
777
- // @media (min-width: 992px) and (max-width: 1199.98px) {}
778
-
779
- // // Extra large devices (large desktops, 1200px and up)
780
- // @media (min-width: 1200px) {}