@appscode/design-system 2.0.6-alpha.1 → 2.0.6

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 (100) hide show
  1. package/{vue-components/styles/base → base}/utilities/_grid.scss +1 -1
  2. package/components/_ac-modal.scss +212 -0
  3. package/components/_ac-options.scss +122 -0
  4. package/components/_ac-table.scss +503 -0
  5. package/components/_ac-tabs.scss +313 -0
  6. package/components/_accordion.scss +117 -0
  7. package/components/_all.scss +35 -0
  8. package/{vue-components/styles/components → components}/_input.scss +23 -44
  9. package/components/_left-sidebar-menu.scss +482 -0
  10. package/components/_navbar.scss +786 -0
  11. package/{vue-components/styles/components → components}/ui-builder/_ui-builder.scss +17 -17
  12. package/{vue-components/styles/components → components}/ui-builder/_vue-open-api.scss +35 -35
  13. package/main.scss +4 -4
  14. package/package.json +1 -1
  15. package/vue-components/v3/accordion/Accordion.vue +117 -1
  16. package/vue-components/v3/button/Button.vue +59 -1
  17. package/vue-components/v3/dropdown/DropdownAction.vue +32 -1
  18. package/vue-components/v3/form-fields/AcSingleInput.vue +1 -3
  19. package/vue-components/v3/modal/Modal.vue +216 -1
  20. package/vue-components/v3/navbar/Appdrawer.vue +121 -1
  21. package/vue-components/v3/navbar/Navbar.vue +93 -1
  22. package/vue-components/v3/navbar/NavbarItemContent.vue +275 -0
  23. package/vue-components/v3/navbar/User.vue +170 -5
  24. package/vue-components/v3/option-dots/Options.vue +144 -1
  25. package/vue-components/v3/sidebar/Sidebar.vue +201 -1
  26. package/vue-components/v3/tab/Tabs.vue +24 -1
  27. package/vue-components/v3/table/Table.vue +453 -1
  28. package/vue-components/styles/components/_accordion.scss +0 -117
  29. package/vue-components/styles/components/_all.scss +0 -16
  30. package/vue-components/styles/components/_button.scss +0 -59
  31. package/vue-components/styles/components/_dropdown.scss +0 -32
  32. package/vue-components/styles/components/_left-sidebar.scss +0 -201
  33. package/vue-components/styles/components/_menu-content.scss +0 -470
  34. package/vue-components/styles/components/_modal.scss +0 -216
  35. package/vue-components/styles/components/_navbar.scss +0 -70
  36. package/vue-components/styles/components/_options.scss +0 -134
  37. package/vue-components/styles/components/_table.scss +0 -430
  38. package/vue-components/styles/components/_tabs.scss +0 -338
  39. /package/{vue-components/styles/base → base}/_video-player.scss +0 -0
  40. /package/{vue-components/styles/base → base}/utilities/_all.scss +0 -0
  41. /package/{vue-components/styles/base → base}/utilities/_colors.scss +0 -0
  42. /package/{vue-components/styles/base → base}/utilities/_customize-bulma.scss +0 -0
  43. /package/{vue-components/styles/base → base}/utilities/_extended.scss +0 -0
  44. /package/{vue-components/styles/base → base}/utilities/_global.scss +0 -0
  45. /package/{vue-components/styles/base → base}/utilities/_layouts.scss +0 -0
  46. /package/{vue-components/styles/base → base}/utilities/_mixin.scss +0 -0
  47. /package/{vue-components/styles/base → base}/utilities/_spacing.scss +0 -0
  48. /package/{vue-components/styles/base → base}/utilities/_typography.scss +0 -0
  49. /package/{vue-components/styles/components → components}/_ac-alert-box.scss +0 -0
  50. /package/{vue-components/styles/components → components}/_ac-calendar.scss +0 -0
  51. /package/{vue-components/styles/components → components}/_ac-code-highlight.scss +0 -0
  52. /package/{vue-components/styles/components → components}/_ac-content-layout.scss +0 -0
  53. /package/{vue-components/styles/components → components}/_ac-drag.scss +0 -0
  54. /package/{vue-components/styles/components → components}/_ac-select-box.scss +0 -0
  55. /package/{vue-components/styles/components → components}/_ac-tags.scss +0 -0
  56. /package/{vue-components/styles/components → components}/_add-card.scss +0 -0
  57. /package/{vue-components/styles/components → components}/_app-drawer.scss +0 -0
  58. /package/{vue-components/styles/components → components}/_breadcumb.scss +0 -0
  59. /package/{vue-components/styles/components → components}/_buttons.scss +0 -0
  60. /package/{vue-components/styles/components → components}/_card-body-wrapper.scss +0 -0
  61. /package/{vue-components/styles/components → components}/_dashboard-header.scss +0 -0
  62. /package/{vue-components/styles/components → components}/_direct-deploy.scss +0 -0
  63. /package/{vue-components/styles/components → components}/_getkeeper.scss +0 -0
  64. /package/{vue-components/styles/components → components}/_go-to-top.scss +0 -0
  65. /package/{vue-components/styles/components → components}/_graph.scss +0 -0
  66. /package/{vue-components/styles/components → components}/_image-upload.scss +0 -0
  67. /package/{vue-components/styles/components → components}/_input-card.scss +0 -0
  68. /package/{vue-components/styles/components → components}/_monaco-editor.scss +0 -0
  69. /package/{vue-components/styles/components → components}/_multi-select.scss +0 -0
  70. /package/{vue-components/styles/components → components}/_nested-list.scss +0 -0
  71. /package/{vue-components/styles/components → components}/_overview-info.scss +0 -0
  72. /package/{vue-components/styles/components → components}/_overview-page.scss +0 -0
  73. /package/{vue-components/styles/components → components}/_pagination.scss +0 -0
  74. /package/{vue-components/styles/components → components}/_payment-card.scss +0 -0
  75. /package/{vue-components/styles/components → components}/_preloader.scss +0 -0
  76. /package/{vue-components/styles/components → components}/_preview-modal.scss +0 -0
  77. /package/{vue-components/styles/components → components}/_pricing-table.scss +0 -0
  78. /package/{vue-components/styles/components → components}/_progress-bar.scss +0 -0
  79. /package/{vue-components/styles/components → components}/_report.scss +0 -0
  80. /package/{vue-components/styles/components → components}/_subscription-card.scss +0 -0
  81. /package/{vue-components/styles/components → components}/_table-of-content.scss +0 -0
  82. /package/{vue-components/styles/components → components}/_terminal.scss +0 -0
  83. /package/{vue-components/styles/components → components}/_tfa.scss +0 -0
  84. /package/{vue-components/styles/components → components}/_transitions.scss +0 -0
  85. /package/{vue-components/styles/components → components}/_widget-menu.scss +0 -0
  86. /package/{vue-components/styles/components → components}/_wizard.scss +0 -0
  87. /package/{vue-components/styles/components → components}/ac-toaster/_ac-toasted.scss +0 -0
  88. /package/{vue-components/styles/components → components}/bbum/_activities-header.scss +0 -0
  89. /package/{vue-components/styles/components → components}/bbum/_all.scss +0 -0
  90. /package/{vue-components/styles/components → components}/bbum/_card-team.scss +0 -0
  91. /package/{vue-components/styles/components → components}/bbum/_information-center.scss +0 -0
  92. /package/{vue-components/styles/components → components}/bbum/_left-sidebar.scss +0 -0
  93. /package/{vue-components/styles/components → components}/bbum/_mobile-desktop.scss +0 -0
  94. /package/{vue-components/styles/components → components}/bbum/_post.scss +0 -0
  95. /package/{vue-components/styles/components → components}/bbum/_sign-up-notification.scss +0 -0
  96. /package/{vue-components/styles/components → components}/bbum/_single-post-preview.scss +0 -0
  97. /package/{vue-components/styles/components → components}/bbum/_user-profile.scss +0 -0
  98. /package/{vue-components/styles/layouts → layouts}/_404.scss +0 -0
  99. /package/{vue-components/styles/layouts → layouts}/_all.scss +0 -0
  100. /package/{vue-components/styles/layouts → layouts}/_code-preview.scss +0 -0
@@ -260,5 +260,457 @@ onUpdated(() => {
260
260
  </template>
261
261
 
262
262
  <style lang="scss">
263
- @import "../../../vue-components/styles/components/table";
263
+ // INFO TABLE END
264
+
265
+ // GENERAL TABLE START
266
+ .table.ac-table {
267
+ background-color: transparent;
268
+ margin-bottom: 0;
269
+
270
+ thead {
271
+ background-color: $primary-95;
272
+ font-size: 13px;
273
+ line-height: initial;
274
+
275
+ tr {
276
+ border-bottom: 1px solid $primary-95;
277
+
278
+ th {
279
+ padding: 10px 20px;
280
+ color: $primary-5;
281
+ border: none;
282
+ font-weight: 500;
283
+ // background-color: $primary-97;
284
+ // text-transform: uppercase;
285
+ font-weight: 500;
286
+
287
+ &.sorting {
288
+ cursor: pointer;
289
+ position: relative;
290
+
291
+ &.sorting-asc {
292
+ &::before {
293
+ color: $primary-5;
294
+ }
295
+ }
296
+
297
+ &.sorting-desc {
298
+ &::after {
299
+ color: $primary-5;
300
+ }
301
+ }
302
+
303
+ &:after,
304
+ &::before {
305
+ position: absolute;
306
+ color: #808998;
307
+ top: 0.4em;
308
+ font-size: 13px;
309
+ font-weight: 1000;
310
+ display: block;
311
+ }
312
+
313
+ &:before {
314
+ right: 1em;
315
+ content: "\2191";
316
+ }
317
+
318
+ &:after {
319
+ right: 0.5em;
320
+ content: "\2193";
321
+ }
322
+ }
323
+ }
324
+ }
325
+ }
326
+
327
+ tbody {
328
+ &.is-selected {
329
+ transform: matrix(1, 0, 0, 1, 0, 0) !important;
330
+ box-shadow: inset 0 0 0 1px $primary;
331
+ border-radius: 4px;
332
+ border-bottom: none;
333
+ color: $black-5;
334
+ }
335
+
336
+ tr {
337
+ border-bottom: 1px solid $primary-90;
338
+ &.is-link {
339
+ cursor: pointer;
340
+ }
341
+ &.is-selected {
342
+ background-color: $primary-97 !important;
343
+ transform: matrix(1, 0, 0, 1, 0, 0) !important;
344
+ box-shadow: inset 0 0 0 1.2px $primary;
345
+ border-radius: 4px;
346
+ border-bottom: none;
347
+ color: $black-5;
348
+ transition: 0.3s ease-in-out;
349
+ .tag {
350
+ background-color: $primary-80;
351
+ }
352
+ &:hover {
353
+ background-color: $primary-95 !important;
354
+ transform: matrix(1, 0, 0, 1, 0, 0) !important;
355
+ box-shadow: inset 0 0 0 1.2px $primary !important;
356
+ }
357
+ }
358
+
359
+ &.is-hoverless {
360
+ box-shadow: none !important;
361
+ transform: none !important;
362
+ background-color: $white-100 !important;
363
+ }
364
+ td {
365
+ font-size: 13px;
366
+ padding: 5px 20px;
367
+ color: $primary-10;
368
+ border: none;
369
+
370
+ a:not(.tag a) {
371
+ color: $primary;
372
+ font-weight: 500 !important;
373
+ transition: 0.3s ease-in-out;
374
+ font-weight: 400;
375
+ }
376
+
377
+ .tags {
378
+ .tag {
379
+ a {
380
+ color: $primary;
381
+ transition: 0.3s ease-in-out;
382
+ font-weight: 500;
383
+
384
+ &:hover {
385
+ color: $primary-5;
386
+ }
387
+ }
388
+ }
389
+ }
390
+
391
+ &.is-danger {
392
+ color: $danger;
393
+ }
394
+
395
+ .image-with-status {
396
+ margin-right: 20px;
397
+ position: relative;
398
+ z-index: 1;
399
+ display: inline-flex;
400
+
401
+ &.is-danger {
402
+ background-color: $danger;
403
+ }
404
+
405
+ i.fa {
406
+ position: absolute;
407
+ background-color: $primary;
408
+ color: $white-100;
409
+ font-size: 11px;
410
+ width: 15px;
411
+ height: 15px;
412
+ text-align: center;
413
+ line-height: 15px;
414
+ border-radius: 50%;
415
+ right: -5px;
416
+ top: 5px;
417
+
418
+ &.fa-close {
419
+ background-color: $danger;
420
+ }
421
+ }
422
+
423
+ img {
424
+ width: 20px;
425
+ height: 20px;
426
+ object-fit: cover;
427
+ border-radius: 50%;
428
+ }
429
+ }
430
+
431
+ .collapsible-row {
432
+ max-height: 0;
433
+ overflow-y: hidden;
434
+
435
+ &.is-active {
436
+ max-height: 60vh;
437
+ overflow-y: overlay;
438
+ animation: expand 0.5s ease-in-out;
439
+ }
440
+
441
+ &.is-closed {
442
+ max-height: 0;
443
+ overflow-y: hidden;
444
+ animation: collapse 0.5s ease-in-out;
445
+ }
446
+ }
447
+
448
+ white-space: nowrap;
449
+ }
450
+
451
+ .options-items {
452
+ a:hover {
453
+ color: $white-100;
454
+ text-decoration: none;
455
+ }
456
+ }
457
+
458
+ transition: 0.3s ease-in-out;
459
+ }
460
+ }
461
+
462
+ .increase-width {
463
+ position: relative;
464
+ visibility: hidden;
465
+ width: 36px;
466
+
467
+ .increase-innner {
468
+ border-bottom: 1px solid $primary-90;
469
+ border-top: 1px solid $primary-90;
470
+ bottom: -1px;
471
+ left: 0;
472
+ position: absolute;
473
+ right: -451px;
474
+ top: -1px;
475
+ visibility: visible;
476
+ background-color: $primary-90;
477
+ }
478
+ }
479
+
480
+ td {
481
+ &.increase-width {
482
+ .increase-innner {
483
+ background-color: transparent;
484
+ }
485
+ }
486
+ }
487
+
488
+ &.is-bordered {
489
+ thead {
490
+ tr {
491
+ th {
492
+ border-top: 1px solid $primary-95;
493
+ border-bottom: 1px solid $primary-95;
494
+ border-right: 1px solid $primary-95;
495
+ background-color: $primary-97;
496
+
497
+ &:first-child {
498
+ border-left: 1px solid transparent;
499
+ }
500
+ &:last-child {
501
+ border-right: 1px solid transparent;
502
+ }
503
+ }
504
+ }
505
+ }
506
+
507
+ tbody {
508
+ tr {
509
+ &:hover {
510
+ box-shadow: none;
511
+ }
512
+
513
+ td {
514
+ font-size: 13px;
515
+ color: $primary-20;
516
+ background-color: transparent;
517
+ border-bottom: 1px solid $primary-95;
518
+ border-right: 1px solid $primary-95;
519
+ &:last-child {
520
+ border-right: 1px solid transparent;
521
+ }
522
+ &:first-child {
523
+ border-left: 1px solid transparent;
524
+ }
525
+
526
+ &:first-child {
527
+ color: $primary-5;
528
+ border-radius: 0;
529
+ }
530
+
531
+ &:last-child {
532
+ border-radius: 0;
533
+ }
534
+
535
+ .ac-single-checkbox {
536
+ .is-checkradio[type="checkbox"] {
537
+ &.ac-checkbox + label {
538
+ color: $primary-20;
539
+
540
+ &::before {
541
+ height: 16px;
542
+ width: 16px;
543
+ background-color: $primary-95;
544
+ }
545
+
546
+ &::after {
547
+ top: 6px;
548
+ left: 6px;
549
+ border-color: $black-80;
550
+ width: 0.3rem;
551
+ height: 0.5rem;
552
+ }
553
+ }
554
+
555
+ &:checked + label::before {
556
+ background-color: $primary;
557
+ border-color: $primary;
558
+ }
559
+
560
+ &:checked + label::after {
561
+ border-color: $primary-90;
562
+ }
563
+ }
564
+ }
565
+
566
+ .is-checkradio[type="checkbox"].ac-checkbox:checked + label::before {
567
+ background-color: $primary;
568
+ border-color: $primary;
569
+ }
570
+
571
+ .is-checkradio[type="checkbox"] + label::before,
572
+ .is-checkradio[type="checkbox"] + label:before {
573
+ top: 3px;
574
+ }
575
+ }
576
+ }
577
+ }
578
+ }
579
+
580
+ &.ac-separate-tr {
581
+ border-collapse: separate;
582
+ border-spacing: 0px 5px;
583
+
584
+ tbody {
585
+ tr {
586
+ background-color: transparent;
587
+ }
588
+ }
589
+ }
590
+
591
+ &.is-middle-aligned {
592
+ thead {
593
+ tr {
594
+ th {
595
+ vertical-align: middle;
596
+ }
597
+ }
598
+ }
599
+
600
+ tbody {
601
+ tr {
602
+ td {
603
+ vertical-align: middle;
604
+ }
605
+ }
606
+ }
607
+ }
608
+
609
+ &.is-dark {
610
+ thead {
611
+ background-color: $primary-5;
612
+
613
+ tr {
614
+ th {
615
+ color: $white-100;
616
+ }
617
+ }
618
+ }
619
+
620
+ tbody {
621
+ tr {
622
+ td {
623
+ color: $white-100;
624
+ }
625
+
626
+ &:nth-child(odd) {
627
+ background-color: $primary-20;
628
+ }
629
+
630
+ &:nth-child(even) {
631
+ background-color: $primary-5;
632
+ }
633
+
634
+ &:hover {
635
+ background-color: $primary;
636
+
637
+ td {
638
+ color: $white-100;
639
+ }
640
+ }
641
+ }
642
+ }
643
+ }
644
+ }
645
+
646
+ .table.ac-table tbody tr:hover td a:not(.tag a) {
647
+ text-decoration: underline;
648
+ color: $primary;
649
+ }
650
+
651
+ // table inner shadow
652
+ .table-inner-shadow {
653
+ border-radius: 0px;
654
+ background: $primary-90;
655
+ box-shadow: inset 5px 5px 10px #e3e6e9, inset -5px -5px 10px #ffffff;
656
+ }
657
+
658
+ @keyframes expand {
659
+ from {
660
+ max-height: 0;
661
+ overflow-y: hidden;
662
+ }
663
+ 1% {
664
+ overflow-y: hidden;
665
+ }
666
+ 99% {
667
+ overflow-y: hidden;
668
+ }
669
+ to {
670
+ max-height: 60vh;
671
+ overflow-y: overlay;
672
+ }
673
+ }
674
+
675
+ @keyframes collapse {
676
+ from {
677
+ max-height: 60vh;
678
+ overflow-y: overlay;
679
+ }
680
+ 1% {
681
+ overflow-y: hidden;
682
+ }
683
+ 99% {
684
+ overflow-y: hidden;
685
+ }
686
+ to {
687
+ max-height: 0;
688
+ overflow-y: hidden;
689
+ }
690
+ }
691
+
692
+ // GENERAL TABLE END
693
+
694
+ /****************************************
695
+ Responsive Classes
696
+ *****************************************/
697
+ // Extra small devices (portrait phones, less than 576px)
698
+ @media (max-width: 575.98px) {
699
+ }
700
+
701
+ // Small devices (landscape phones, 576px and up)
702
+ @media (min-width: 576px) and (max-width: 767.98px) {
703
+ }
704
+
705
+ // Medium devices (tablets, 768px and up)
706
+ @media (min-width: 768px) and (max-width: 991.98px) {
707
+ }
708
+
709
+ // Large devices (desktops, 992px and up)
710
+ @media (min-width: 992px) and (max-width: 1199.98px) {
711
+ }
712
+
713
+ // Extra large devices (large desktops, 1200px and up)
714
+ @media (min-width: 1200px) {
715
+ }
264
716
  </style>
@@ -1,117 +0,0 @@
1
- .ac-accordion-wrapper {
2
- &.is-marginless {
3
- .single-accordion-item {
4
- margin: 0;
5
- padding: 0;
6
-
7
- .accordion-heading {
8
- padding: 10px 20px;
9
- position: relative;
10
- z-index: 1;
11
-
12
- &::after {
13
- position: absolute;
14
- content: "";
15
- left: 0;
16
- top: 0;
17
- width: 4px;
18
- height: 100%;
19
- background-color: $primary;
20
- }
21
- }
22
- }
23
- }
24
-
25
- .single-accordion-item {
26
- background-color: $white-100;
27
- padding: 15px 20px;
28
- margin-bottom: 15px;
29
- border-radius: 4px;
30
- border: 1px solid $primary-90;
31
-
32
- &.open {
33
- .accordion-heading {
34
- margin-bottom: 10px;
35
- }
36
- }
37
-
38
- &:last-child {
39
- margin-bottom: 0;
40
- }
41
-
42
- .accordion-heading {
43
- display: flex;
44
- align-items: center;
45
- justify-content: space-between;
46
-
47
- h3 {
48
- cursor: pointer;
49
- }
50
-
51
- button {
52
- font-size: 12px;
53
- letter-spacing: 0.1px;
54
- }
55
-
56
- .icon {
57
- width: 20px;
58
- height: 20px;
59
- border: 1px solid $primary-90;
60
- line-height: 20px;
61
- display: flex;
62
- justify-content: center;
63
- align-items: center;
64
- font-size: 10px;
65
- border-radius: 50%;
66
- cursor: pointer;
67
- }
68
- }
69
-
70
- .accordion-body {
71
- max-height: 0;
72
- transition: max-height 0.2s ease-out;
73
- overflow: hidden;
74
-
75
- p {
76
- font-size: 13px;
77
- color: $primary-20;
78
- line-height: 1.6;
79
- }
80
- }
81
- }
82
- }
83
-
84
- .overview-body {
85
- .ac-accordion-wrapper {
86
- &.is-marginless {
87
- .single-accordion-item {
88
- .accordion-heading {
89
- padding-bottom: 0;
90
- }
91
- }
92
- }
93
- }
94
- }
95
-
96
- /****************************************
97
- Responsive Classes
98
- *****************************************/
99
- // Extra small devices (portrait phones, less than 576px)
100
- @media (max-width: 575.98px) {
101
- }
102
-
103
- // Small devices (landscape phones, 576px and up)
104
- @media (min-width: 576px) and (max-width: 767.98px) {
105
- }
106
-
107
- // Medium devices (tablets, 768px and up)
108
- @media (min-width: 768px) and (max-width: 991.98px) {
109
- }
110
-
111
- // Large devices (desktops, 992px and up)
112
- @media (min-width: 992px) and (max-width: 1199.98px) {
113
- }
114
-
115
- // Extra large devices (large desktops, 1200px and up)
116
- @media (min-width: 1200px) {
117
- }
@@ -1,16 +0,0 @@
1
- // @import "button";
2
- // @import "input";
3
- // @import "accordion";
4
- // @import "modal";
5
- // @import "navbar";
6
- // @import "options";
7
- // @import "table";
8
-
9
- // @import "tabs";
10
- @import "navbar";
11
- @import "terminal";
12
- @import "multi-select";
13
- @import "report";
14
- @import "getkeeper";
15
- @import "ui-builder/ui-builder";
16
- @import "ui-builder/vue-open-api";
@@ -1,59 +0,0 @@
1
- .button {
2
- &.ac-button {
3
- padding: 8px 16px;
4
- font-weight: 500;
5
- line-height: 1;
6
-
7
- &.is-primary {
8
- &.is-light {
9
- color: $primary;
10
- &:focus:not(:hover) {
11
- color: inherit;
12
- }
13
- }
14
- }
15
- &.is-warning {
16
- &.is-light {
17
- color: $yellow-30;
18
- &:focus:not(:hover) {
19
- color: inherit;
20
- }
21
- }
22
- }
23
-
24
- &.is-success {
25
- &.is-light {
26
- color: $green-30;
27
- &:focus:not(:hover) {
28
- color: inherit;
29
- }
30
- }
31
- }
32
- &.is-light {
33
- &.is-loading {
34
- &::after {
35
- border-color: transparent transparent $primary-5 $primary-5 !important;
36
- }
37
- }
38
- &.is-outlined {
39
- &:hover {
40
- border-color: inherit;
41
- }
42
- }
43
- }
44
-
45
- &.is-small {
46
- padding: 4px 12px;
47
- &:not(.is-rounded) {
48
- border-radius: 4px;
49
- }
50
- }
51
- &.is-medium {
52
- font-size: 1rem;
53
- height: 36px;
54
- }
55
- }
56
- }
57
- button.is-primary {
58
- background-color: $primary;
59
- }
@@ -1,32 +0,0 @@
1
- .dropdown-group {
2
- margin-bottom: 8px;
3
- }
4
- .dropdown-action {
5
- .dropdown-content {
6
- min-width: 220px;
7
- max-width: 500px;
8
- max-height: calc(100vh - 200px);
9
- overflow-y: auto;
10
- border: 1px solid $primary-90;
11
-
12
- label {
13
- padding: 8px 16px;
14
- display: flex;
15
- border-bottom: 1px solid $primary-95;
16
- color: $primary-20;
17
- font-weight: 500;
18
- }
19
- .dropdown-item {
20
- display: flex;
21
- align-items: center;
22
- gap: 8px;
23
- font-size: 13px;
24
- padding: 8px 16px;
25
- color: $primary-20;
26
- &:hover {
27
- background-color: $primary-97;
28
- color: $primary;
29
- }
30
- }
31
- }
32
- }