@appscode/design-system 1.1.0-beta.9 → 1.1.0-beta.90

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