@appscode/design-system 1.1.0-beta.6 → 1.1.0-beta.61

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 (99) hide show
  1. package/base/utilities/_all.scss +2 -2
  2. package/base/utilities/_colors.scss +45 -114
  3. package/base/utilities/_global.scss +25 -19
  4. package/base/utilities/_typography.scss +2 -2
  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 +8 -5
  13. package/components/_buttons.scss +10 -10
  14. package/components/_getkeeper.scss +110 -0
  15. package/components/_graph.scss +10 -10
  16. package/components/_image-upload.scss +4 -4
  17. package/components/_input-card.scss +232 -0
  18. package/components/{_ac-input.scss → _input.scss} +53 -7
  19. package/components/_left-sidebar-menu.scss +9 -13
  20. package/components/_monaco-editor.scss +2 -2
  21. package/components/_multi-select.scss +589 -0
  22. package/components/_navbar.scss +7 -7
  23. package/components/_nested-list.scss +2 -2
  24. package/components/_overview-info.scss +3 -3
  25. package/components/_pricing-table.scss +5 -5
  26. package/components/_progress-bar.scss +61 -74
  27. package/components/_subscription-card.scss +8 -10
  28. package/components/_table-of-content.scss +4 -4
  29. package/components/{_ac-terminal.scss → _terminal.scss} +63 -74
  30. package/components/_widget-menu.scss +7 -12
  31. package/components/_wizard.scss +13 -286
  32. package/components/bbum/_information-center.scss +8 -10
  33. package/components/bbum/_mobile-desktop.scss +9 -14
  34. package/components/bbum/_single-post-preview.scss +9 -9
  35. package/components/ui-builder/_ui-builder.scss +194 -10
  36. package/components/ui-builder/_vue-open-api.scss +58 -13
  37. package/icons/close-icon.svg +3 -0
  38. package/layouts/_code-preview.scss +6 -7
  39. package/package.json +1 -1
  40. package/vue-components/types/importFlow.ts +16 -0
  41. package/vue-components/types/notification.ts +3 -3
  42. package/vue-components/types/table.ts +1 -0
  43. package/vue-components/v2/banner/Banner.vue +1 -1
  44. package/vue-components/v2/editor/FilteredFileEditor.vue +2 -2
  45. package/vue-components/v2/modal/Modal.vue +1 -1
  46. package/vue-components/v2/pagination/Pagination.vue +1 -0
  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 +10 -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 +2 -2
  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/NavbarItemContent.vue +1 -1
  71. package/vue-components/v3/navbar/User.vue +4 -4
  72. package/vue-components/v3/notification/AlertBox.vue +233 -3
  73. package/vue-components/v3/notification/Notification.vue +2 -2
  74. package/vue-components/v3/option-dots/Options.vue +3 -2
  75. package/vue-components/v3/pagination/Pagination.vue +2 -1
  76. package/vue-components/v3/preloader/Preloader.vue +1 -1
  77. package/vue-components/v3/sidebar/ClusterSwitcher.vue +1 -761
  78. package/vue-components/v3/sidebar/Sidebar.vue +2 -29
  79. package/vue-components/v3/sidebar/SidebarFooter.vue +6 -3
  80. package/vue-components/v3/sidebar/SidebarHeader.vue +1 -1
  81. package/vue-components/v3/sidebar/Steps.vue +55 -51
  82. package/vue-components/v3/sidebar/sidebar-tabs/SidebarTabs.vue +78 -2
  83. package/vue-components/v3/sidebar/sidebar-tabs/SidebarTabsLayout.vue +12 -3
  84. package/vue-components/v3/table/InfoTable.vue +1 -1
  85. package/vue-components/v3/table/Table.vue +47 -21
  86. package/vue-components/v3/table/TableRow.vue +2 -2
  87. package/vue-components/v3/table/table-cell/ArrayCell.vue +2 -2
  88. package/vue-components/v3/table/table-cell/CellValue.vue +1 -1
  89. package/vue-components/v3/table/table-cell/ObjectCell.vue +3 -3
  90. package/vue-components/v3/tag/Tag.vue +1 -0
  91. package/base/utilities/dark-theme.scss +0 -26
  92. package/components/_ac-card.scss +0 -0
  93. package/components/_ac-multi-select.scss +0 -780
  94. package/vue-components/types/longRunningTasks.ts +0 -20
  95. package/vue-components/v3/long-running-tasks/LongRunningTaskItem.vue +0 -94
  96. package/vue-components/v3/modals/LongRunningTasksModal.vue +0 -402
  97. package/vue-components/v3/terminal/LongRunningTaskTerminal.vue +0 -151
  98. /package/components/{_ac-accordion.scss → _accordion.scss} +0 -0
  99. /package/components/{_ac-report.scss → _report.scss} +0 -0
@@ -118,764 +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
-
401
- &::placeholder {
402
- font-weight: 500;
403
- line-height: 1.6;
404
- font-size: 13px;
405
- }
406
- }
407
- }
408
-
409
- &.is-extra-small {
410
- label {
411
- font-size: 13px;
412
- top: 8px;
413
-
414
- &.show-label {
415
- font-size: 12px;
416
- top: -9px;
417
- }
418
- }
419
-
420
- .button.is-information {
421
- width: 32px;
422
- height: 32px;
423
- }
424
-
425
- .multiselect__select {
426
- height: 100%;
427
- }
428
-
429
- .multiselect__tags {
430
- .multiselect__tag {
431
- padding: 5px 20px 4px 10px;
432
- font-size: 12px;
433
- }
434
- }
435
-
436
- .multiselect {
437
- min-height: auto;
438
- }
439
-
440
- .multiselect--active {
441
- height: 32px !important;
442
- z-index: 50;
443
- }
444
-
445
- .multiselect .multiselect__tags {
446
- min-height: 32px !important;
447
- padding: 3px 30px 4px 20px;
448
- font-size: 13px;
449
- display: flex;
450
- align-items: center;
451
- .multiselect__single {
452
- font-size: 12px;
453
- }
454
-
455
- .multiselect__placeholder {
456
- padding: 5px 0 0;
457
- font-size: 13px;
458
- font-weight: 500;
459
- }
460
- }
461
-
462
- .multiselect__input,
463
- .multiselect__single {
464
- font-size: 13px !important;
465
- font-weight: 500;
466
- line-height: 1.5;
467
- // padding-bottom: 4px;
468
-
469
- &::placeholder {
470
- font-weight: 500;
471
- line-height: 1.6;
472
- font-size: 13px;
473
- }
474
- }
475
- }
476
-
477
- &.is-danger {
478
- input,
479
- .ac-card,
480
- textarea {
481
- border: 1px solid $danger;
482
- }
483
-
484
- p {
485
- color: $danger;
486
- }
487
- }
488
-
489
- &.is-loading {
490
- input,
491
- .ac-card,
492
- textarea {
493
- border: 1px solid $info;
494
- opacity: 0.5;
495
- }
496
-
497
- p {
498
- color: $info;
499
- opacity: 0.5;
500
- }
501
- }
502
-
503
- .is-danger {
504
- font-size: 12px;
505
- line-height: 22px;
506
- color: $danger;
507
- text-align: left;
508
-
509
- i.fa {
510
- padding-right: 10px;
511
- }
512
- }
513
-
514
- .multiselect__select {
515
- height: calc(100% - 2px);
516
- border-radius: 0 4px 4px 0;
517
- background-color: transparent !important;
518
- }
519
-
520
- label {
521
- font-size: 16px;
522
- left: 20px;
523
- top: 11px;
524
- cursor: text;
525
- color: $ac-label-text;
526
- position: absolute;
527
- z-index: 99;
528
- transition: 0.3s ease-in-out;
529
-
530
- .is-required {
531
- img {
532
- position: absolute;
533
- top: 7px;
534
- padding-left: 3px;
535
- }
536
- }
537
-
538
- &.show-label {
539
- top: -10px;
540
- left: 15px;
541
- padding: 0 5px;
542
- font-size: 13px;
543
- color: $ac-black;
544
-
545
- &::after {
546
- background-color: $white-100;
547
- }
548
- }
549
-
550
- &:after {
551
- position: absolute;
552
- content: "";
553
- left: 0;
554
- top: 50%;
555
- background-color: $white-100;
556
- width: 100%;
557
- height: 2px;
558
- margin-top: -1px;
559
- z-index: -1;
560
- }
561
-
562
- &.is-required {
563
- &:after {
564
- width: calc(100% + 10px);
565
- }
566
- }
567
- }
568
- }
569
- li {
570
- .multiselect__option {
571
- font-size: 13px;
572
- color: $primary-10;
573
- }
574
- }
575
- .multiselect__option--selected {
576
- label {
577
- right: 30px;
578
- }
579
- }
580
- .multi-select-wrapper.is-small {
581
- .multiselect .multiselect__tags {
582
- .multiselect__input,
583
- .multiselect__single {
584
- top: 3.5px !important;
585
- }
586
- }
587
- .multiselect .multiselect__tags .multiselect__placeholder {
588
- padding-top: 3.5px !important;
589
- }
590
- }
591
- // has info button start
592
- .multi-select-wrapper {
593
- &.has-info-button {
594
- .multiselect__select {
595
- z-index: 99;
596
- right: 30px;
597
- }
598
- &.has-refresh-button {
599
- .multiselect__select {
600
- z-index: 99;
601
- right: 60px;
602
- }
603
- .button {
604
- &.is-refresh {
605
- right: 30px;
606
- }
607
- }
608
- }
609
- .button {
610
- &.is-information {
611
- right: 0;
612
- }
613
- }
614
- }
615
- &.has-refresh-button {
616
- .multiselect__select {
617
- z-index: 99;
618
- right: 30px;
619
- }
620
- .button {
621
- &.is-refresh {
622
- right: 0;
623
- }
624
- }
625
- }
626
-
627
- .button {
628
- &.is-information,
629
- &.is-refresh {
630
- background-color: transparent;
631
- border: none;
632
- position: absolute;
633
- height: 36px;
634
- width: 36px;
635
- z-index: 90;
636
- margin-top: 0;
637
-
638
- &:focus {
639
- outline: none;
640
- box-shadow: none;
641
- background-color: #e4e8ef;
642
- transform: scale(0.8);
643
- }
644
- }
645
- &.is-refresh.spin {
646
- i {
647
- animation: spin 1s linear infinite;
648
- }
649
- }
650
- }
651
- }
652
-
653
- @-moz-keyframes spin {
654
- from {
655
- -moz-transform: rotate(0deg);
656
- }
657
- to {
658
- -moz-transform: rotate(360deg);
659
- }
660
- }
661
- @-webkit-keyframes spin {
662
- from {
663
- -webkit-transform: rotate(0deg);
664
- }
665
- to {
666
- -webkit-transform: rotate(360deg);
667
- }
668
- }
669
- @keyframes spin {
670
- from {
671
- transform: rotate(0deg);
672
- }
673
- to {
674
- transform: rotate(360deg);
675
- }
676
- }
677
- // has info button end
678
-
679
- // dark theme start
680
- .is-dark-theme {
681
- .multiselect__content-wrapper {
682
- background: var(--dark-bg-light);
683
- border: 1px solid $primary-90;
684
-
685
- // scroll
686
- &::-webkit-scrollbar {
687
- border-radius: 50px;
688
- width: 3px;
689
- }
690
-
691
- &::-moz-scrollbar {
692
- border-radius: 50px;
693
- width: 3px;
694
- }
695
-
696
- &::-ms-scrollbar {
697
- border-radius: 50px;
698
- width: 3px;
699
- }
700
-
701
- &::-webkit-scrollbar:hover {
702
- width: 7px;
703
- }
704
-
705
- &::-moz-scrollbar:hover {
706
- width: 7px;
707
- }
708
-
709
- &::-ms-scrollbar:hover {
710
- width: 7px;
711
- }
712
-
713
- &::-webkit-scrollbar-thumb {
714
- background-color: $dark-bg-light;
715
- border-radius: 50px;
716
- height: 2px !important;
717
- }
718
-
719
- &::-moz-scrollbar-thumb {
720
- background-color: $dark-bg-light;
721
- border-radius: 50px;
722
- height: 2px !important;
723
- }
724
-
725
- &::-ms-scrollbar-thumb {
726
- background-color: $dark-bg-light;
727
- border-radius: 50px;
728
- height: 2px !important;
729
- }
730
-
731
- &::-webkit-scrollbar-thumb:hover {
732
- background-color: $dark-bg-light;
733
- }
734
-
735
- &::-moz-scrollbar-thumb:hover {
736
- background-color: $dark-bg-light;
737
- }
738
-
739
- &::-ms-scrollbar-thumb:hover {
740
- background-color: $dark-bg-light;
741
- }
742
-
743
- &:hover::-webkit-scrollbar-corner {
744
- height: 40px;
745
- }
746
-
747
- &:hover::-moz-scrollbar-corner {
748
- height: 40px;
749
- }
750
-
751
- &:hover::-ms-scrollbar-corner {
752
- height: 40px;
753
- }
754
-
755
- // scroll
756
-
757
- .multiselect__option--selected {
758
- background: var(--dark-bg);
759
- color: var(--ac-white-text);
760
- }
761
- }
762
-
763
- .multi-select-wrapper {
764
- background: var(--dark-bg-light);
765
-
766
- .multiselect__content-wrapper {
767
- background-color: var(--dark-bg-light);
768
- background: var(--dark-bg-light);
769
-
770
- // scroll
771
- &::-webkit-scrollbar {
772
- border-radius: 50px;
773
- width: 3px;
774
- }
775
-
776
- &::-moz-scrollbar {
777
- border-radius: 50px;
778
- width: 3px;
779
- }
780
-
781
- &::-ms-scrollbar {
782
- border-radius: 50px;
783
- width: 3px;
784
- }
785
-
786
- &::-webkit-scrollbar:hover {
787
- width: 7px;
788
- }
789
-
790
- &::-moz-scrollbar:hover {
791
- width: 7px;
792
- }
793
-
794
- &::-ms-scrollbar:hover {
795
- width: 7px;
796
- }
797
-
798
- &::-webkit-scrollbar-thumb {
799
- background-color: $dark-bg-light;
800
- border-radius: 50px;
801
- height: 2px !important;
802
- }
803
-
804
- &::-moz-scrollbar-thumb {
805
- background-color: $dark-bg-light;
806
- border-radius: 50px;
807
- height: 2px !important;
808
- }
809
-
810
- &::-ms-scrollbar-thumb {
811
- background-color: $dark-bg-light;
812
- border-radius: 50px;
813
- height: 2px !important;
814
- }
815
-
816
- &::-webkit-scrollbar-thumb:hover {
817
- background-color: $dark-bg-light;
818
- }
819
-
820
- &::-moz-scrollbar-thumb:hover {
821
- background-color: $dark-bg-light;
822
- }
823
-
824
- &::-ms-scrollbar-thumb:hover {
825
- background-color: $dark-bg-light;
826
- }
827
-
828
- &:hover::-webkit-scrollbar-corner {
829
- height: 40px;
830
- }
831
-
832
- &:hover::-moz-scrollbar-corner {
833
- height: 40px;
834
- }
835
-
836
- &:hover::-ms-scrollbar-corner {
837
- height: 40px;
838
- }
839
-
840
- // scroll
841
-
842
- .multiselect__content .multiselect__element .multiselect__option {
843
- color: var(--ac-white-text);
844
- }
845
-
846
- .multiselect__option--group {
847
- color: var(--ac-white-text);
848
- background-color: var(--dark-bg-light);
849
- }
850
-
851
- .multiselect__option--selected {
852
- color: var(--ac-white-text);
853
- background-color: var(--dark-bg-light);
854
- }
855
- }
856
- }
857
- }
858
- // dark theme end
859
- /****************************************
860
- Responsive Classes
861
- *****************************************/
862
- // Extra small devices (portrait phones, less than 576px)
863
- @media (max-width: 575.98px) {
864
- }
865
-
866
- // Small devices (landscape phones, 576px and up)
867
- @media (min-width: 576px) and (max-width: 767.98px) {
868
- }
869
-
870
- // Medium devices (tablets, 768px and up)
871
- @media (min-width: 768px) and (max-width: 991.98px) {
872
- }
873
-
874
- // Large devices (desktops, 992px and up)
875
- @media (min-width: 992px) and (max-width: 1199.98px) {
876
- }
877
-
878
- // Extra large devices (large desktops, 1200px and up)
879
- @media (min-width: 1200px) {
880
- }
881
- </style>
121
+ <style lang="scss"></style>