@lightspeed/design-system-css 34.0.2 → 35.0.1
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.
- package/dist/index.css +117 -189
- package/dist/index.css.map +1 -1
- package/package.json +1 -1
- package/src/index.scss +1 -1
- package/src/vend-styles/components/BarChart/BarChart.scss +1 -0
- package/src/vend-styles/components/Carousel/Carousel.scss +6 -1
- package/src/vend-styles/components/DataTable/DataTable.scss +7 -0
- package/src/vend-styles/components/DatePicker/DatePicker.scss +6 -3
- package/src/vend-styles/components/LineChart/LineChart.scss +3 -0
- package/src/vend-styles/components/Modal/Modal.scss +1 -6
- package/src/vend-styles/components/PromotionModal/PromotionModal.scss +1 -0
- package/src/vend-styles/components/TableList/TableList.scss +5 -4
- package/src/vend-styles/components/UpsellPrimary/UpsellPrimary.scss +1 -1
- package/src/vend-styles/components/UpsellSecondary/UpsellSecondary.scss +1 -1
- package/src/vend-styles/components/VendVideo/VendVideo.scss +8 -0
- package/src/vend-styles/vend-styles.scss +5 -5
- package/src/vend.ui/_deprecated/v38.0.0/styles/vd-flex/vd-flex.scss +2 -1
- package/src/vend.ui/behaviours/vd-align/vd-align.scss +2 -0
- package/src/vend.ui/components/vd-autocomplete/vd-autocomplete.scss +3 -3
- package/src/vend.ui/components/vd-autocomplete-filter/vd-autocomplete-filter.scss +4 -3
- package/src/vend.ui/components/vd-avatar/vd-avatar.scss +2 -2
- package/src/vend.ui/components/vd-avatar-multi/vd-avatar-multi.scss +13 -37
- package/src/vend.ui/components/vd-badges/vd-id-badge/vd-id-badge.scss +3 -1
- package/src/vend.ui/components/vd-banner/vd-banner.scss +2 -18
- package/src/vend.ui/components/vd-btn/_vd-btn-mixins.scss +3 -1
- package/src/vend.ui/components/vd-btn/vd-btn-panel.scss +5 -3
- package/src/vend.ui/components/vd-btn/vd-btn.scss +2 -2
- package/src/vend.ui/components/vd-card/vd-card.scss +2 -2
- package/src/vend.ui/components/vd-carousel/vd-carousel.scss +5 -1
- package/src/vend.ui/components/vd-checkbox/vd-checkbox.scss +12 -8
- package/src/vend.ui/components/vd-datepicker/vd-datepicker-ns.scss +1 -1
- package/src/vend.ui/components/vd-datepicker/vd-datepicker.scss +23 -11
- package/src/vend.ui/components/vd-dialog/vd-dialog.scss +1 -37
- package/src/vend.ui/components/vd-dott/vd-dott.scss +0 -1
- package/src/vend.ui/components/vd-dropdown/vd-dropdown.scss +2 -2
- package/src/vend.ui/components/vd-field/vd-field.scss +1 -0
- package/src/vend.ui/components/vd-flex/vd-flex.scss +9 -0
- package/src/vend.ui/components/vd-grid/vd-grid.scss +1 -1
- package/src/vend.ui/components/vd-hero/vd-hero-ns.scss +3 -2
- package/src/vend.ui/components/vd-hero/vd-hero.scss +4 -7
- package/src/vend.ui/components/vd-input/vd-input-ns.scss +9 -9
- package/src/vend.ui/components/vd-input/vd-input.scss +3 -0
- package/src/vend.ui/components/vd-link/vd-link.scss +2 -2
- package/src/vend.ui/components/vd-loader/vd-loader.scss +4 -3
- package/src/vend.ui/components/vd-lozenge/vd-lozenge.scss +1 -1
- package/src/vend.ui/components/vd-lozenge-group/vd-lozenge-group.scss +10 -5
- package/src/vend.ui/components/vd-modals-container/vd-modals-container.scss +1 -0
- package/src/vend.ui/components/vd-multiselect-popover/vd-multiselect-popover.scss +2 -2
- package/src/vend.ui/components/vd-next-stepper/vd-next-stepper.scss +1 -1
- package/src/vend.ui/components/vd-password/vd-password.scss +4 -0
- package/src/vend.ui/components/vd-popover/vd-popover.scss +10 -0
- package/src/vend.ui/components/vd-popover-list/vd-popover-list-ns.scss +1 -1
- package/src/vend.ui/components/vd-popover-list/vd-popover-list.scss +10 -4
- package/src/vend.ui/components/vd-promo/vd-promo-ns.scss +1 -1
- package/src/vend.ui/components/vd-promo/vd-promo.scss +2 -3
- package/src/vend.ui/components/vd-radio/vd-radio.scss +10 -5
- package/src/vend.ui/components/vd-section/vd-section.scss +2 -17
- package/src/vend.ui/components/vd-segcontrol/vd-segcontrol.scss +1 -1
- package/src/vend.ui/components/vd-select/vd-select-group.scss +4 -3
- package/src/vend.ui/components/vd-select/vd-select-ns.scss +4 -3
- package/src/vend.ui/components/vd-select/vd-select.scss +1 -0
- package/src/vend.ui/components/vd-splash/vd-splash.scss +1 -0
- package/src/vend.ui/components/vd-switch/vd-switch.scss +3 -3
- package/src/vend.ui/components/vd-table/vd-table.scss +19 -5
- package/src/vend.ui/components/vd-tabs/vd-tabs.scss +3 -3
- package/src/vend.ui/components/vd-text/vd-text.scss +3 -0
- package/src/vend.ui/components/vd-toast-notification/vd-toast-notification.scss +0 -6
- package/src/vend.ui/styles/global/_non-styles.scss +0 -2
- package/src/vend.ui/styles/global/_normalise.scss +1 -1
- package/src/vend.ui/styles/global/colour/_colour-functions.scss +4 -2
- package/src/vend.ui/styles/global/colour/_colour-helpers.scss +1 -0
- package/src/vend.ui/styles/global/colour/themes/_colour-themes.scss +0 -1
- package/src/vend.ui/styles/global/colour/themes/_css-var-theme-generator.scss +1 -1
- package/src/vend.ui/styles/global/colour/themes/_generate-themes.scss +4 -1
- package/src/vend.ui/styles/global/colour/themes/_theme-vd-functions.scss +1 -0
- package/src/vend.ui/styles/global/effects/_effects.scss +3 -0
- package/src/vend.ui/styles/global/text/_text-helpers.scss +1 -1
- package/src/vend.ui/styles/global/text/_text-mixins.scss +1 -3
- package/src/vend.ui/styles/global/utils/_functions.scss +2 -0
- package/src/vend.ui/styles/global/viewport/_viewport-identifier.scss +0 -3
- package/src/vend.ui/styles/global/viewport/_viewport-media-mixins.scss +2 -0
- package/dist/vend-styles.css +0 -8348
- package/src/vend-stylelint/use-colour-function.js +0 -63
package/dist/index.css
CHANGED
@@ -489,7 +489,7 @@
|
|
489
489
|
|
490
490
|
body {
|
491
491
|
font-synthesis: none;
|
492
|
-
text-rendering:
|
492
|
+
text-rendering: optimizelegibility;
|
493
493
|
-webkit-font-smoothing: antialiased;
|
494
494
|
-moz-osx-font-smoothing: grayscale;
|
495
495
|
font-family: lato, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
@@ -518,7 +518,7 @@ details,
|
|
518
518
|
|
519
519
|
.vd-text-grand {
|
520
520
|
font-synthesis: none;
|
521
|
-
text-rendering:
|
521
|
+
text-rendering: optimizelegibility;
|
522
522
|
-webkit-font-smoothing: antialiased;
|
523
523
|
-moz-osx-font-smoothing: grayscale;
|
524
524
|
word-break: break-word;
|
@@ -530,7 +530,7 @@ details,
|
|
530
530
|
|
531
531
|
.vd-text-hero {
|
532
532
|
font-synthesis: none;
|
533
|
-
text-rendering:
|
533
|
+
text-rendering: optimizelegibility;
|
534
534
|
-webkit-font-smoothing: antialiased;
|
535
535
|
-moz-osx-font-smoothing: grayscale;
|
536
536
|
word-break: break-word;
|
@@ -542,7 +542,7 @@ details,
|
|
542
542
|
|
543
543
|
.vd-text-heading {
|
544
544
|
font-synthesis: none;
|
545
|
-
text-rendering:
|
545
|
+
text-rendering: optimizelegibility;
|
546
546
|
-webkit-font-smoothing: antialiased;
|
547
547
|
-moz-osx-font-smoothing: grayscale;
|
548
548
|
word-break: break-word;
|
@@ -554,7 +554,7 @@ details,
|
|
554
554
|
|
555
555
|
.vd-text-sub-heading {
|
556
556
|
font-synthesis: none;
|
557
|
-
text-rendering:
|
557
|
+
text-rendering: optimizelegibility;
|
558
558
|
-webkit-font-smoothing: antialiased;
|
559
559
|
-moz-osx-font-smoothing: grayscale;
|
560
560
|
word-break: break-word;
|
@@ -566,7 +566,7 @@ details,
|
|
566
566
|
|
567
567
|
.vd-text-intro {
|
568
568
|
font-synthesis: none;
|
569
|
-
text-rendering:
|
569
|
+
text-rendering: optimizelegibility;
|
570
570
|
-webkit-font-smoothing: antialiased;
|
571
571
|
-moz-osx-font-smoothing: grayscale;
|
572
572
|
word-break: break-word;
|
@@ -578,7 +578,7 @@ details,
|
|
578
578
|
|
579
579
|
.vd-text-signpost {
|
580
580
|
font-synthesis: none;
|
581
|
-
text-rendering:
|
581
|
+
text-rendering: optimizelegibility;
|
582
582
|
-webkit-font-smoothing: antialiased;
|
583
583
|
-moz-osx-font-smoothing: grayscale;
|
584
584
|
word-break: break-word;
|
@@ -592,7 +592,7 @@ details,
|
|
592
592
|
|
593
593
|
.vd-text-label {
|
594
594
|
font-synthesis: none;
|
595
|
-
text-rendering:
|
595
|
+
text-rendering: optimizelegibility;
|
596
596
|
-webkit-font-smoothing: antialiased;
|
597
597
|
-moz-osx-font-smoothing: grayscale;
|
598
598
|
word-break: break-word;
|
@@ -604,7 +604,7 @@ details,
|
|
604
604
|
|
605
605
|
.vd-text-body {
|
606
606
|
font-synthesis: none;
|
607
|
-
text-rendering:
|
607
|
+
text-rendering: optimizelegibility;
|
608
608
|
-webkit-font-smoothing: antialiased;
|
609
609
|
-moz-osx-font-smoothing: grayscale;
|
610
610
|
word-break: break-word;
|
@@ -616,7 +616,7 @@ details,
|
|
616
616
|
|
617
617
|
.vd-text-supplementary {
|
618
618
|
font-synthesis: none;
|
619
|
-
text-rendering:
|
619
|
+
text-rendering: optimizelegibility;
|
620
620
|
-webkit-font-smoothing: antialiased;
|
621
621
|
-moz-osx-font-smoothing: grayscale;
|
622
622
|
word-break: break-word;
|
@@ -628,7 +628,7 @@ details,
|
|
628
628
|
|
629
629
|
.vd-text-mini-signpost {
|
630
630
|
font-synthesis: none;
|
631
|
-
text-rendering:
|
631
|
+
text-rendering: optimizelegibility;
|
632
632
|
-webkit-font-smoothing: antialiased;
|
633
633
|
-moz-osx-font-smoothing: grayscale;
|
634
634
|
word-break: break-word;
|
@@ -641,7 +641,7 @@ details,
|
|
641
641
|
|
642
642
|
.vd-text-mini-copy {
|
643
643
|
font-synthesis: none;
|
644
|
-
text-rendering:
|
644
|
+
text-rendering: optimizelegibility;
|
645
645
|
-webkit-font-smoothing: antialiased;
|
646
646
|
-moz-osx-font-smoothing: grayscale;
|
647
647
|
word-break: break-word;
|
@@ -653,7 +653,7 @@ details,
|
|
653
653
|
|
654
654
|
.vd-text-button {
|
655
655
|
font-synthesis: none;
|
656
|
-
text-rendering:
|
656
|
+
text-rendering: optimizelegibility;
|
657
657
|
-webkit-font-smoothing: antialiased;
|
658
658
|
-moz-osx-font-smoothing: grayscale;
|
659
659
|
word-break: break-word;
|
@@ -1853,7 +1853,7 @@ details,
|
|
1853
1853
|
|
1854
1854
|
.vd-avatar--initials {
|
1855
1855
|
font-synthesis: none;
|
1856
|
-
text-rendering:
|
1856
|
+
text-rendering: optimizelegibility;
|
1857
1857
|
-webkit-font-smoothing: antialiased;
|
1858
1858
|
-moz-osx-font-smoothing: grayscale;
|
1859
1859
|
word-break: break-word;
|
@@ -1868,7 +1868,7 @@ details,
|
|
1868
1868
|
}
|
1869
1869
|
.vd-avatar--initials.vd-avatar--x-small {
|
1870
1870
|
font-synthesis: none;
|
1871
|
-
text-rendering:
|
1871
|
+
text-rendering: optimizelegibility;
|
1872
1872
|
-webkit-font-smoothing: antialiased;
|
1873
1873
|
-moz-osx-font-smoothing: grayscale;
|
1874
1874
|
word-break: break-word;
|
@@ -1879,7 +1879,7 @@ details,
|
|
1879
1879
|
}
|
1880
1880
|
.vd-avatar--initials.vd-avatar--small {
|
1881
1881
|
font-synthesis: none;
|
1882
|
-
text-rendering:
|
1882
|
+
text-rendering: optimizelegibility;
|
1883
1883
|
-webkit-font-smoothing: antialiased;
|
1884
1884
|
-moz-osx-font-smoothing: grayscale;
|
1885
1885
|
word-break: break-word;
|
@@ -1911,6 +1911,10 @@ details,
|
|
1911
1911
|
}
|
1912
1912
|
|
1913
1913
|
.vd-avatar-multi {
|
1914
|
+
display: grid;
|
1915
|
+
grid-template-columns: repeat(2, 36px);
|
1916
|
+
grid-column-gap: 4px;
|
1917
|
+
row-gap: 4px;
|
1914
1918
|
width: 76px;
|
1915
1919
|
height: 76px;
|
1916
1920
|
}
|
@@ -1924,6 +1928,12 @@ details,
|
|
1924
1928
|
background-color: var(--hs-color-bg-neutral-edge);
|
1925
1929
|
position: relative;
|
1926
1930
|
}
|
1931
|
+
.vd-avatar-multi-tile:only-child {
|
1932
|
+
grid-area: 2 span/2 span;
|
1933
|
+
}
|
1934
|
+
.vd-avatar-multi-tile:first-child:nth-last-child(3) {
|
1935
|
+
grid-area: 2 span;
|
1936
|
+
}
|
1927
1937
|
.vd-avatar-multi-tile[vd-lazy-load*="placeholder.svg"] {
|
1928
1938
|
background-size: 60px;
|
1929
1939
|
}
|
@@ -1941,33 +1951,6 @@ details,
|
|
1941
1951
|
transform: translateY(-50%);
|
1942
1952
|
}
|
1943
1953
|
|
1944
|
-
@supports (display: grid) {
|
1945
|
-
.vd-avatar-multi {
|
1946
|
-
display: grid;
|
1947
|
-
grid-template-columns: repeat(2, 36px);
|
1948
|
-
grid-column-gap: 4px;
|
1949
|
-
row-gap: 4px;
|
1950
|
-
}
|
1951
|
-
.vd-avatar-multi-tile:only-child {
|
1952
|
-
grid-area: 2 span/2 span;
|
1953
|
-
}
|
1954
|
-
.vd-avatar-multi-tile:first-child:nth-last-child(3) {
|
1955
|
-
grid-area: 2 span;
|
1956
|
-
}
|
1957
|
-
}
|
1958
|
-
@supports not (display: grid) {
|
1959
|
-
.vd-avatar-multi {
|
1960
|
-
display: flex;
|
1961
|
-
flex-wrap: wrap;
|
1962
|
-
width: 76px;
|
1963
|
-
height: 76px;
|
1964
|
-
}
|
1965
|
-
.vd-avatar-multi-tile {
|
1966
|
-
flex: 1 1 50%;
|
1967
|
-
border: 2px solid var(--hs-color-bg-neutral-top);
|
1968
|
-
border-radius: 5px;
|
1969
|
-
}
|
1970
|
-
}
|
1971
1954
|
.vd-banner-wrapper {
|
1972
1955
|
display: flex;
|
1973
1956
|
flex: 1;
|
@@ -1985,22 +1968,6 @@ details,
|
|
1985
1968
|
position: relative;
|
1986
1969
|
backdrop-filter: brightness(0.9);
|
1987
1970
|
}
|
1988
|
-
@supports not (backdrop-filter: brightness(0.9)) {
|
1989
|
-
.vd-banner-feedback::before {
|
1990
|
-
content: "";
|
1991
|
-
background: #000;
|
1992
|
-
filter: opacity(0.1);
|
1993
|
-
position: absolute;
|
1994
|
-
top: 0;
|
1995
|
-
right: 0;
|
1996
|
-
bottom: 0;
|
1997
|
-
left: 0;
|
1998
|
-
z-index: 0;
|
1999
|
-
}
|
2000
|
-
.vd-banner-feedback .vd-feedback-content {
|
2001
|
-
z-index: 1;
|
2002
|
-
}
|
2003
|
-
}
|
2004
1971
|
|
2005
1972
|
.vd-banner-wrapper,
|
2006
1973
|
.vd-banner-feedback {
|
@@ -2123,7 +2090,7 @@ details,
|
|
2123
2090
|
|
2124
2091
|
.vd-btn {
|
2125
2092
|
font-synthesis: none;
|
2126
|
-
text-rendering:
|
2093
|
+
text-rendering: optimizelegibility;
|
2127
2094
|
-webkit-font-smoothing: antialiased;
|
2128
2095
|
-moz-osx-font-smoothing: grayscale;
|
2129
2096
|
word-break: break-word;
|
@@ -2405,7 +2372,7 @@ a.vd-btn.disabled {
|
|
2405
2372
|
|
2406
2373
|
.vd-btn--jumbo {
|
2407
2374
|
font-synthesis: none;
|
2408
|
-
text-rendering:
|
2375
|
+
text-rendering: optimizelegibility;
|
2409
2376
|
-webkit-font-smoothing: antialiased;
|
2410
2377
|
-moz-osx-font-smoothing: grayscale;
|
2411
2378
|
word-break: break-word;
|
@@ -2433,7 +2400,7 @@ a.vd-btn.disabled {
|
|
2433
2400
|
|
2434
2401
|
.vd-btn-panel {
|
2435
2402
|
font-synthesis: none;
|
2436
|
-
text-rendering:
|
2403
|
+
text-rendering: optimizelegibility;
|
2437
2404
|
-webkit-font-smoothing: antialiased;
|
2438
2405
|
-moz-osx-font-smoothing: grayscale;
|
2439
2406
|
word-break: break-word;
|
@@ -2461,7 +2428,7 @@ a.vd-btn.disabled {
|
|
2461
2428
|
position: relative;
|
2462
2429
|
text-align: center;
|
2463
2430
|
transition-property: background, color, border, box-shadow;
|
2464
|
-
transition:
|
2431
|
+
transition-duration: 0.2s;
|
2465
2432
|
}
|
2466
2433
|
.vd-btn-panel:disabled, .vd-btn-panel.disabled {
|
2467
2434
|
cursor: not-allowed;
|
@@ -2717,7 +2684,7 @@ vd-carousel-frame {
|
|
2717
2684
|
|
2718
2685
|
.vd-checkbox-description {
|
2719
2686
|
font-synthesis: none;
|
2720
|
-
text-rendering:
|
2687
|
+
text-rendering: optimizelegibility;
|
2721
2688
|
-webkit-font-smoothing: antialiased;
|
2722
2689
|
-moz-osx-font-smoothing: grayscale;
|
2723
2690
|
word-break: break-word;
|
@@ -2735,11 +2702,11 @@ vd-carousel-frame {
|
|
2735
2702
|
height: 24px;
|
2736
2703
|
width: 24px;
|
2737
2704
|
background-color: var(--hs-color-bg-neutral-top);
|
2738
|
-
border:
|
2705
|
+
border: 2px solid var(--hs-color-border-neutral-strong);
|
2739
2706
|
border-radius: 4px;
|
2740
2707
|
box-sizing: border-box;
|
2741
2708
|
}
|
2742
|
-
.vd-checkbox-tick
|
2709
|
+
.vd-checkbox-tick::after {
|
2743
2710
|
content: "";
|
2744
2711
|
box-sizing: content-box;
|
2745
2712
|
display: block;
|
@@ -2751,13 +2718,13 @@ vd-carousel-frame {
|
|
2751
2718
|
transform-origin: left top;
|
2752
2719
|
height: 11px;
|
2753
2720
|
width: 6px;
|
2754
|
-
top:
|
2755
|
-
left:
|
2721
|
+
top: 10px;
|
2722
|
+
left: 1px;
|
2756
2723
|
opacity: 0;
|
2757
2724
|
transition: opacity 0.2s;
|
2758
2725
|
}
|
2759
2726
|
|
2760
|
-
.vd-checkbox-input:hover + .vd-checkbox-tick
|
2727
|
+
.vd-checkbox-input:hover + .vd-checkbox-tick::after {
|
2761
2728
|
opacity: 1;
|
2762
2729
|
}
|
2763
2730
|
|
@@ -2770,7 +2737,7 @@ vd-carousel-frame {
|
|
2770
2737
|
background-color: var(--hs-color-bg-go-default);
|
2771
2738
|
border-color: var(--hs-color-bg-go-default);
|
2772
2739
|
}
|
2773
|
-
.vd-checkbox-input:checked + .vd-checkbox-tick
|
2740
|
+
.vd-checkbox-input:checked + .vd-checkbox-tick::after {
|
2774
2741
|
opacity: 1;
|
2775
2742
|
animation: vd-checkbox-checked 0.8s;
|
2776
2743
|
border-color: var(--hs-color-fg-neutral-ondark-default);
|
@@ -2783,8 +2750,8 @@ vd-carousel-frame {
|
|
2783
2750
|
cursor: not-allowed;
|
2784
2751
|
filter: grayscale(100%);
|
2785
2752
|
}
|
2786
|
-
.vd-disabled .vd-checkbox-input:hover:not(:checked) + .vd-checkbox-tick
|
2787
|
-
.vd-checkbox-input:disabled:hover:not(:checked) + .vd-checkbox-tick
|
2753
|
+
.vd-disabled .vd-checkbox-input:hover:not(:checked) + .vd-checkbox-tick::after,
|
2754
|
+
.vd-checkbox-input:disabled:hover:not(:checked) + .vd-checkbox-tick::after {
|
2788
2755
|
opacity: 0;
|
2789
2756
|
}
|
2790
2757
|
.vd-disabled .vd-checkbox-input ~ .vd-checkbox-label,
|
@@ -2801,7 +2768,7 @@ vd-carousel-frame {
|
|
2801
2768
|
border: 2px solid var(--hs-color-bg-go-default);
|
2802
2769
|
}
|
2803
2770
|
|
2804
|
-
.vd-checkbox--mixed .vd-checkbox-input:not(:checked) + .vd-checkbox-tick
|
2771
|
+
.vd-checkbox--mixed .vd-checkbox-input:not(:checked) + .vd-checkbox-tick::after {
|
2805
2772
|
background-color: var(--hs-color-bg-go-default);
|
2806
2773
|
border: none;
|
2807
2774
|
top: 9px;
|
@@ -2910,7 +2877,7 @@ vd-carousel-frame {
|
|
2910
2877
|
.vd-datepicker,
|
2911
2878
|
.vd-datepicker-range {
|
2912
2879
|
font-synthesis: none;
|
2913
|
-
text-rendering:
|
2880
|
+
text-rendering: optimizelegibility;
|
2914
2881
|
-webkit-font-smoothing: antialiased;
|
2915
2882
|
-moz-osx-font-smoothing: grayscale;
|
2916
2883
|
font-family: lato, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
@@ -2951,8 +2918,8 @@ vd-carousel-frame {
|
|
2951
2918
|
.vd-datepicker-range .pika-table {
|
2952
2919
|
margin-top: 20px;
|
2953
2920
|
}
|
2954
|
-
.vd-datepicker .pika-table tbody
|
2955
|
-
.vd-datepicker-range .pika-table tbody
|
2921
|
+
.vd-datepicker .pika-table tbody::before,
|
2922
|
+
.vd-datepicker-range .pika-table tbody::before {
|
2956
2923
|
content: " ";
|
2957
2924
|
display: block;
|
2958
2925
|
margin-top: 10px;
|
@@ -2988,8 +2955,8 @@ vd-carousel-frame {
|
|
2988
2955
|
display: inline-block;
|
2989
2956
|
visibility: hidden;
|
2990
2957
|
}
|
2991
|
-
.vd-datepicker .pika-title .pika-label:nth-child(even)
|
2992
|
-
.vd-datepicker-range .pika-title .pika-label:nth-child(even)
|
2958
|
+
.vd-datepicker .pika-title .pika-label:nth-child(even)::before,
|
2959
|
+
.vd-datepicker-range .pika-title .pika-label:nth-child(even)::before {
|
2993
2960
|
position: absolute;
|
2994
2961
|
content: " ";
|
2995
2962
|
pointer-events: none;
|
@@ -3002,8 +2969,8 @@ vd-carousel-frame {
|
|
3002
2969
|
border-bottom: 5px solid var(--hs-color-fg-neutral-default);
|
3003
2970
|
right: 37px;
|
3004
2971
|
}
|
3005
|
-
.vd-datepicker .pika-title .pika-label:nth-child(even)
|
3006
|
-
.vd-datepicker-range .pika-title .pika-label:nth-child(even)
|
2972
|
+
.vd-datepicker .pika-title .pika-label:nth-child(even)::after,
|
2973
|
+
.vd-datepicker-range .pika-title .pika-label:nth-child(even)::after {
|
3007
2974
|
position: absolute;
|
3008
2975
|
content: " ";
|
3009
2976
|
pointer-events: none;
|
@@ -3017,8 +2984,8 @@ vd-carousel-frame {
|
|
3017
2984
|
top: 10px;
|
3018
2985
|
right: 37px;
|
3019
2986
|
}
|
3020
|
-
.vd-datepicker .pika-title .pika-label:nth-child(odd)
|
3021
|
-
.vd-datepicker-range .pika-title .pika-label:nth-child(odd)
|
2987
|
+
.vd-datepicker .pika-title .pika-label:nth-child(odd)::before,
|
2988
|
+
.vd-datepicker-range .pika-title .pika-label:nth-child(odd)::before {
|
3022
2989
|
position: absolute;
|
3023
2990
|
content: " ";
|
3024
2991
|
pointer-events: none;
|
@@ -3031,8 +2998,8 @@ vd-carousel-frame {
|
|
3031
2998
|
border-bottom: 5px solid var(--hs-color-fg-neutral-default);
|
3032
2999
|
right: 110px;
|
3033
3000
|
}
|
3034
|
-
.vd-datepicker .pika-title .pika-label:nth-child(odd)
|
3035
|
-
.vd-datepicker-range .pika-title .pika-label:nth-child(odd)
|
3001
|
+
.vd-datepicker .pika-title .pika-label:nth-child(odd)::after,
|
3002
|
+
.vd-datepicker-range .pika-title .pika-label:nth-child(odd)::after {
|
3036
3003
|
position: absolute;
|
3037
3004
|
content: " ";
|
3038
3005
|
pointer-events: none;
|
@@ -3143,8 +3110,8 @@ vd-carousel-frame {
|
|
3143
3110
|
visibility: hidden;
|
3144
3111
|
cursor: pointer;
|
3145
3112
|
}
|
3146
|
-
.vd-datepicker .pika-title .pika-prev
|
3147
|
-
.vd-datepicker-range .pika-title .pika-prev
|
3113
|
+
.vd-datepicker .pika-title .pika-prev::before,
|
3114
|
+
.vd-datepicker-range .pika-title .pika-prev::before {
|
3148
3115
|
content: " ";
|
3149
3116
|
visibility: visible;
|
3150
3117
|
position: absolute;
|
@@ -3155,8 +3122,8 @@ vd-carousel-frame {
|
|
3155
3122
|
box-sizing: initial;
|
3156
3123
|
transform: rotate(225deg);
|
3157
3124
|
}
|
3158
|
-
.vd-datepicker .pika-title .pika-prev.is-disabled
|
3159
|
-
.vd-datepicker-range .pika-title .pika-prev.is-disabled
|
3125
|
+
.vd-datepicker .pika-title .pika-prev.is-disabled::before,
|
3126
|
+
.vd-datepicker-range .pika-title .pika-prev.is-disabled::before {
|
3160
3127
|
border-right: 3px solid var(--hs-color-border-neutral-soft);
|
3161
3128
|
border-top: 3px solid var(--hs-color-border-neutral-soft);
|
3162
3129
|
}
|
@@ -3167,8 +3134,8 @@ vd-carousel-frame {
|
|
3167
3134
|
visibility: hidden;
|
3168
3135
|
cursor: pointer;
|
3169
3136
|
}
|
3170
|
-
.vd-datepicker .pika-title .pika-next
|
3171
|
-
.vd-datepicker-range .pika-title .pika-next
|
3137
|
+
.vd-datepicker .pika-title .pika-next::before,
|
3138
|
+
.vd-datepicker-range .pika-title .pika-next::before {
|
3172
3139
|
content: " ";
|
3173
3140
|
visibility: visible;
|
3174
3141
|
position: absolute;
|
@@ -3179,8 +3146,8 @@ vd-carousel-frame {
|
|
3179
3146
|
box-sizing: initial;
|
3180
3147
|
transform: rotate(45deg);
|
3181
3148
|
}
|
3182
|
-
.vd-datepicker .pika-title .pika-next.is-disabled
|
3183
|
-
.vd-datepicker-range .pika-title .pika-next.is-disabled
|
3149
|
+
.vd-datepicker .pika-title .pika-next.is-disabled::before,
|
3150
|
+
.vd-datepicker-range .pika-title .pika-next.is-disabled::before {
|
3184
3151
|
border-right: 3px solid var(--hs-color-border-neutral-soft);
|
3185
3152
|
border-top: 3px solid var(--hs-color-border-neutral-soft);
|
3186
3153
|
}
|
@@ -3452,28 +3419,6 @@ vd-carousel-frame {
|
|
3452
3419
|
}
|
3453
3420
|
}
|
3454
3421
|
|
3455
|
-
@supports not (--a: 0) {
|
3456
|
-
.vd-dialog .vd-dialog-banner {
|
3457
|
-
margin: -32px;
|
3458
|
-
margin-bottom: 32px;
|
3459
|
-
}
|
3460
|
-
.vd-dialog .vd-dialog-banner .vd-banner-wrapper {
|
3461
|
-
padding: 16px 32px;
|
3462
|
-
}
|
3463
|
-
.vd-dialog-container {
|
3464
|
-
padding: 32px;
|
3465
|
-
}
|
3466
|
-
.vd-dialog-header {
|
3467
|
-
margin-bottom: 32px;
|
3468
|
-
}
|
3469
|
-
.vd-dialog-content {
|
3470
|
-
margin: 0-32px;
|
3471
|
-
padding: 0 32px;
|
3472
|
-
}
|
3473
|
-
.vd-dialog-content + .vd-dialog-actions {
|
3474
|
-
margin-top: 32px;
|
3475
|
-
}
|
3476
|
-
}
|
3477
3422
|
.vd-dialog-close {
|
3478
3423
|
display: flex;
|
3479
3424
|
align-items: center;
|
@@ -3683,7 +3628,7 @@ vd-dott,
|
|
3683
3628
|
|
3684
3629
|
.vd-label {
|
3685
3630
|
font-synthesis: none;
|
3686
|
-
text-rendering:
|
3631
|
+
text-rendering: optimizelegibility;
|
3687
3632
|
-webkit-font-smoothing: antialiased;
|
3688
3633
|
-moz-osx-font-smoothing: grayscale;
|
3689
3634
|
word-break: break-word;
|
@@ -3740,7 +3685,7 @@ vd-dott,
|
|
3740
3685
|
|
3741
3686
|
.vd-flag {
|
3742
3687
|
font-synthesis: none;
|
3743
|
-
text-rendering:
|
3688
|
+
text-rendering: optimizelegibility;
|
3744
3689
|
-webkit-font-smoothing: antialiased;
|
3745
3690
|
-moz-osx-font-smoothing: grayscale;
|
3746
3691
|
word-break: break-word;
|
@@ -3929,7 +3874,7 @@ vd-dott,
|
|
3929
3874
|
color: var(--hs-color-fg-neutral-default);
|
3930
3875
|
line-height: 1.2;
|
3931
3876
|
font-synthesis: none;
|
3932
|
-
text-rendering:
|
3877
|
+
text-rendering: optimizelegibility;
|
3933
3878
|
-webkit-font-smoothing: antialiased;
|
3934
3879
|
-moz-osx-font-smoothing: grayscale;
|
3935
3880
|
font-size: 32px;
|
@@ -3939,7 +3884,7 @@ vd-dott,
|
|
3939
3884
|
|
3940
3885
|
.vd-hero-intro {
|
3941
3886
|
font-synthesis: none;
|
3942
|
-
text-rendering:
|
3887
|
+
text-rendering: optimizelegibility;
|
3943
3888
|
-webkit-font-smoothing: antialiased;
|
3944
3889
|
-moz-osx-font-smoothing: grayscale;
|
3945
3890
|
word-break: break-word;
|
@@ -3968,7 +3913,7 @@ vd-dott,
|
|
3968
3913
|
font-size: 15px;
|
3969
3914
|
}
|
3970
3915
|
.vd-hero-container .vd-hero-aux {
|
3971
|
-
flex: 0 0 33.
|
3916
|
+
flex: 0 0 33.3333%;
|
3972
3917
|
}
|
3973
3918
|
@media only screen and (max-width: 1000px) {
|
3974
3919
|
.vd-hero-container .vd-hero-aux {
|
@@ -3978,7 +3923,7 @@ vd-dott,
|
|
3978
3923
|
|
3979
3924
|
.vd-hero-aux-headline {
|
3980
3925
|
font-synthesis: none;
|
3981
|
-
text-rendering:
|
3926
|
+
text-rendering: optimizelegibility;
|
3982
3927
|
-webkit-font-smoothing: antialiased;
|
3983
3928
|
-moz-osx-font-smoothing: grayscale;
|
3984
3929
|
word-break: break-word;
|
@@ -3994,7 +3939,7 @@ vd-dott,
|
|
3994
3939
|
|
3995
3940
|
.vd-hero-aux-hr {
|
3996
3941
|
margin: 12px auto;
|
3997
|
-
border-top: 1px solid
|
3942
|
+
border-top: 1px solid currentcolor;
|
3998
3943
|
border-right: none;
|
3999
3944
|
border-bottom: none;
|
4000
3945
|
border-left: none;
|
@@ -4003,7 +3948,7 @@ vd-dott,
|
|
4003
3948
|
|
4004
3949
|
.vd-hero-aux-content {
|
4005
3950
|
font-synthesis: none;
|
4006
|
-
text-rendering:
|
3951
|
+
text-rendering: optimizelegibility;
|
4007
3952
|
-webkit-font-smoothing: antialiased;
|
4008
3953
|
-moz-osx-font-smoothing: grayscale;
|
4009
3954
|
line-height: 1.6;
|
@@ -4119,7 +4064,7 @@ vd-dott,
|
|
4119
4064
|
}
|
4120
4065
|
|
4121
4066
|
.vd-link--secondary {
|
4122
|
-
color:
|
4067
|
+
color: currentcolor !important;
|
4123
4068
|
text-decoration: underline !important;
|
4124
4069
|
}
|
4125
4070
|
@media (hover: hover) {
|
@@ -4130,7 +4075,7 @@ vd-dott,
|
|
4130
4075
|
|
4131
4076
|
.vd-lozenge {
|
4132
4077
|
font-synthesis: none;
|
4133
|
-
text-rendering:
|
4078
|
+
text-rendering: optimizelegibility;
|
4134
4079
|
-webkit-font-smoothing: antialiased;
|
4135
4080
|
-moz-osx-font-smoothing: grayscale;
|
4136
4081
|
word-break: break-word;
|
@@ -4174,7 +4119,7 @@ vd-dott,
|
|
4174
4119
|
}
|
4175
4120
|
|
4176
4121
|
@keyframes vd-lozenge-group-already-added {
|
4177
|
-
|
4122
|
+
0% {
|
4178
4123
|
transform: scale3d(1, 1, 1);
|
4179
4124
|
}
|
4180
4125
|
10%, 20% {
|
@@ -4186,7 +4131,7 @@ vd-dott,
|
|
4186
4131
|
40%, 60%, 80% {
|
4187
4132
|
transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg);
|
4188
4133
|
}
|
4189
|
-
|
4134
|
+
100% {
|
4190
4135
|
transform: scale3d(1, 1, 1);
|
4191
4136
|
}
|
4192
4137
|
}
|
@@ -4273,9 +4218,9 @@ vd-dott,
|
|
4273
4218
|
height: 16px;
|
4274
4219
|
}
|
4275
4220
|
.vd-btn .vd-loader {
|
4276
|
-
border-top-color:
|
4277
|
-
border-right-color:
|
4278
|
-
border-bottom-color:
|
4221
|
+
border-top-color: currentcolor;
|
4222
|
+
border-right-color: currentcolor;
|
4223
|
+
border-bottom-color: currentcolor;
|
4279
4224
|
}
|
4280
4225
|
|
4281
4226
|
.vd-btn .vd-loader--small {
|
@@ -4342,7 +4287,7 @@ vd-dott,
|
|
4342
4287
|
|
4343
4288
|
.vd-modals-container {
|
4344
4289
|
font-synthesis: none;
|
4345
|
-
text-rendering:
|
4290
|
+
text-rendering: optimizelegibility;
|
4346
4291
|
-webkit-font-smoothing: antialiased;
|
4347
4292
|
-moz-osx-font-smoothing: grayscale;
|
4348
4293
|
font-family: lato, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
@@ -4395,7 +4340,7 @@ vd-dott,
|
|
4395
4340
|
|
4396
4341
|
.vd-popover-container {
|
4397
4342
|
font-synthesis: none;
|
4398
|
-
text-rendering:
|
4343
|
+
text-rendering: optimizelegibility;
|
4399
4344
|
-webkit-font-smoothing: antialiased;
|
4400
4345
|
-moz-osx-font-smoothing: grayscale;
|
4401
4346
|
font-family: lato, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
@@ -4658,7 +4603,7 @@ vd-dott,
|
|
4658
4603
|
}
|
4659
4604
|
|
4660
4605
|
.vd-popover-list-group-header {
|
4661
|
-
color:
|
4606
|
+
color: currentcolor;
|
4662
4607
|
text-decoration: none;
|
4663
4608
|
transition-duration: 0.2s;
|
4664
4609
|
transition-property: color, background;
|
@@ -4666,7 +4611,7 @@ vd-dott,
|
|
4666
4611
|
padding: 16px 24px;
|
4667
4612
|
word-break: break-word;
|
4668
4613
|
font-synthesis: none;
|
4669
|
-
text-rendering:
|
4614
|
+
text-rendering: optimizelegibility;
|
4670
4615
|
-webkit-font-smoothing: antialiased;
|
4671
4616
|
-moz-osx-font-smoothing: grayscale;
|
4672
4617
|
word-break: break-word;
|
@@ -4692,7 +4637,7 @@ vd-dott,
|
|
4692
4637
|
}
|
4693
4638
|
|
4694
4639
|
.vd-popover-list-group-divider {
|
4695
|
-
color:
|
4640
|
+
color: currentcolor;
|
4696
4641
|
text-decoration: none;
|
4697
4642
|
transition-duration: 0.2s;
|
4698
4643
|
transition-property: color, background;
|
@@ -4700,7 +4645,7 @@ vd-dott,
|
|
4700
4645
|
padding: 8px 24px;
|
4701
4646
|
word-break: break-word;
|
4702
4647
|
font-synthesis: none;
|
4703
|
-
text-rendering:
|
4648
|
+
text-rendering: optimizelegibility;
|
4704
4649
|
-webkit-font-smoothing: antialiased;
|
4705
4650
|
-moz-osx-font-smoothing: grayscale;
|
4706
4651
|
word-break: break-word;
|
@@ -4725,7 +4670,7 @@ vd-dott,
|
|
4725
4670
|
}
|
4726
4671
|
|
4727
4672
|
.vd-popover-list-item {
|
4728
|
-
color:
|
4673
|
+
color: currentcolor;
|
4729
4674
|
text-decoration: none;
|
4730
4675
|
transition-duration: 0.2s;
|
4731
4676
|
transition-property: color, background;
|
@@ -4747,7 +4692,7 @@ vd-dott,
|
|
4747
4692
|
}
|
4748
4693
|
|
4749
4694
|
.vd-popover-list-empty {
|
4750
|
-
color:
|
4695
|
+
color: currentcolor;
|
4751
4696
|
text-decoration: none;
|
4752
4697
|
transition-duration: 0.2s;
|
4753
4698
|
transition-property: color, background;
|
@@ -4761,7 +4706,7 @@ vd-dott,
|
|
4761
4706
|
|
4762
4707
|
.vd-popover-list-header {
|
4763
4708
|
position: relative;
|
4764
|
-
color:
|
4709
|
+
color: currentcolor;
|
4765
4710
|
text-decoration: none;
|
4766
4711
|
transition-duration: 0.2s;
|
4767
4712
|
transition-property: color, background;
|
@@ -4777,7 +4722,7 @@ vd-dott,
|
|
4777
4722
|
}
|
4778
4723
|
|
4779
4724
|
.vd-popover-list-footer {
|
4780
|
-
color:
|
4725
|
+
color: currentcolor;
|
4781
4726
|
text-decoration: none;
|
4782
4727
|
transition-duration: 0.2s;
|
4783
4728
|
transition-property: color, background;
|
@@ -4800,7 +4745,7 @@ vd-dott,
|
|
4800
4745
|
|
4801
4746
|
.vd-popover-list-footer-action {
|
4802
4747
|
font-synthesis: none;
|
4803
|
-
text-rendering:
|
4748
|
+
text-rendering: optimizelegibility;
|
4804
4749
|
-webkit-font-smoothing: antialiased;
|
4805
4750
|
-moz-osx-font-smoothing: grayscale;
|
4806
4751
|
word-break: break-word;
|
@@ -4855,7 +4800,7 @@ vd-dott,
|
|
4855
4800
|
color: var(--hs-color-fg-neutral-default);
|
4856
4801
|
line-height: 1.25;
|
4857
4802
|
font-synthesis: none;
|
4858
|
-
text-rendering:
|
4803
|
+
text-rendering: optimizelegibility;
|
4859
4804
|
-webkit-font-smoothing: antialiased;
|
4860
4805
|
-moz-osx-font-smoothing: grayscale;
|
4861
4806
|
font-family: lato, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
@@ -4970,7 +4915,7 @@ vd-dott,
|
|
4970
4915
|
|
4971
4916
|
.vd-radio-description {
|
4972
4917
|
font-synthesis: none;
|
4973
|
-
text-rendering:
|
4918
|
+
text-rendering: optimizelegibility;
|
4974
4919
|
-webkit-font-smoothing: antialiased;
|
4975
4920
|
-moz-osx-font-smoothing: grayscale;
|
4976
4921
|
word-break: break-word;
|
@@ -4997,7 +4942,7 @@ vd-dott,
|
|
4997
4942
|
border: 2px solid var(--hs-color-border-neutral-strong);
|
4998
4943
|
box-sizing: border-box;
|
4999
4944
|
}
|
5000
|
-
.vd-radio-tick
|
4945
|
+
.vd-radio-tick::after {
|
5001
4946
|
content: "";
|
5002
4947
|
display: block;
|
5003
4948
|
position: absolute;
|
@@ -5011,7 +4956,7 @@ vd-dott,
|
|
5011
4956
|
transition: opacity 0.2s;
|
5012
4957
|
}
|
5013
4958
|
|
5014
|
-
.vd-radio-input:hover + .vd-radio-tick
|
4959
|
+
.vd-radio-input:hover + .vd-radio-tick::after {
|
5015
4960
|
opacity: 1;
|
5016
4961
|
}
|
5017
4962
|
|
@@ -5020,7 +4965,7 @@ vd-dott,
|
|
5020
4965
|
background-color: var(--hs-color-bg-go-default);
|
5021
4966
|
border-color: var(--hs-color-bg-go-default);
|
5022
4967
|
}
|
5023
|
-
.vd-radio-input:checked + .vd-radio-tick
|
4968
|
+
.vd-radio-input:checked + .vd-radio-tick::after {
|
5024
4969
|
opacity: 1;
|
5025
4970
|
animation: vd-radio-checked 0.8s;
|
5026
4971
|
background-color: var(--hs-color-fg-neutral-ondark-default);
|
@@ -5033,12 +4978,12 @@ vd-dott,
|
|
5033
4978
|
cursor: not-allowed;
|
5034
4979
|
filter: grayscale(100%);
|
5035
4980
|
}
|
5036
|
-
.vd-radio.vd-disabled .vd-radio-input:hover + .vd-radio-tick
|
5037
|
-
.vd-radio-input:disabled:hover + .vd-radio-tick
|
4981
|
+
.vd-radio.vd-disabled .vd-radio-input:hover + .vd-radio-tick::after,
|
4982
|
+
.vd-radio-input:disabled:hover + .vd-radio-tick::after {
|
5038
4983
|
opacity: 0;
|
5039
4984
|
}
|
5040
|
-
.vd-radio.vd-disabled .vd-radio-input:hover:checked + .vd-radio-tick
|
5041
|
-
.vd-radio-input:disabled:hover:checked + .vd-radio-tick
|
4985
|
+
.vd-radio.vd-disabled .vd-radio-input:hover:checked + .vd-radio-tick::after,
|
4986
|
+
.vd-radio-input:disabled:hover:checked + .vd-radio-tick::after {
|
5042
4987
|
opacity: 1;
|
5043
4988
|
background-color: var(--hs-color-bg-neutral-top);
|
5044
4989
|
}
|
@@ -5147,23 +5092,6 @@ vd-section .vd-section,
|
|
5147
5092
|
.vd-section .vd-section {
|
5148
5093
|
padding: var(--vd-section-padding-v) 0;
|
5149
5094
|
}
|
5150
|
-
@supports not (--a: 0) {
|
5151
|
-
vd-section,
|
5152
|
-
.vd-section {
|
5153
|
-
padding: 24px 48px;
|
5154
|
-
}
|
5155
|
-
vd-section .vd-section-container,
|
5156
|
-
.vd-section .vd-section-container {
|
5157
|
-
margin: -24px -48px;
|
5158
|
-
padding: 24px 48px;
|
5159
|
-
}
|
5160
|
-
vd-section vd-section,
|
5161
|
-
vd-section .vd-section,
|
5162
|
-
.vd-section vd-section,
|
5163
|
-
.vd-section .vd-section {
|
5164
|
-
padding: 24px 0;
|
5165
|
-
}
|
5166
|
-
}
|
5167
5095
|
|
5168
5096
|
.vd-section--secondary,
|
5169
5097
|
.vd-section--secondary .vd-section-container {
|
@@ -5233,7 +5161,7 @@ vd-section .vd-section,
|
|
5233
5161
|
@media only screen and (max-width: 768px) {
|
5234
5162
|
.vd-section--action-bar-about {
|
5235
5163
|
flex-basis: 100%;
|
5236
|
-
padding: 0 0 24px
|
5164
|
+
padding: 0 0 24px;
|
5237
5165
|
}
|
5238
5166
|
}
|
5239
5167
|
|
@@ -5701,7 +5629,7 @@ table {
|
|
5701
5629
|
}
|
5702
5630
|
.vd-table thead {
|
5703
5631
|
font-synthesis: none;
|
5704
|
-
text-rendering:
|
5632
|
+
text-rendering: optimizelegibility;
|
5705
5633
|
-webkit-font-smoothing: antialiased;
|
5706
5634
|
-moz-osx-font-smoothing: grayscale;
|
5707
5635
|
word-break: break-word;
|
@@ -5712,7 +5640,7 @@ table {
|
|
5712
5640
|
}
|
5713
5641
|
.vd-table thead th {
|
5714
5642
|
text-align: left;
|
5715
|
-
padding: 16px 40px
|
5643
|
+
padding: 16px 40px;
|
5716
5644
|
}
|
5717
5645
|
.vd-table thead tr {
|
5718
5646
|
border-color: var(--hs-color-border-neutral-strong);
|
@@ -5896,7 +5824,7 @@ table {
|
|
5896
5824
|
border: 1px solid var(--hs-color-border-neutral-soft);
|
5897
5825
|
}
|
5898
5826
|
.vd-table--report > thead th {
|
5899
|
-
padding: 16px
|
5827
|
+
padding: 16px;
|
5900
5828
|
background-color: var(--hs-color-bg-neutral-top);
|
5901
5829
|
}
|
5902
5830
|
.vd-table--report > thead tr {
|
@@ -5912,7 +5840,7 @@ table {
|
|
5912
5840
|
background-color: var(--hs-color-bg-neutral-top);
|
5913
5841
|
}
|
5914
5842
|
.vd-table--report > tbody > tr > td {
|
5915
|
-
padding: 16px
|
5843
|
+
padding: 16px;
|
5916
5844
|
}
|
5917
5845
|
.vd-table--report > tfoot > tr > td {
|
5918
5846
|
padding: 16px;
|
@@ -5960,7 +5888,7 @@ table {
|
|
5960
5888
|
|
5961
5889
|
.vd-text--intro {
|
5962
5890
|
font-synthesis: none;
|
5963
|
-
text-rendering:
|
5891
|
+
text-rendering: optimizelegibility;
|
5964
5892
|
-webkit-font-smoothing: antialiased;
|
5965
5893
|
-moz-osx-font-smoothing: grayscale;
|
5966
5894
|
word-break: break-word;
|
@@ -5976,7 +5904,7 @@ table {
|
|
5976
5904
|
|
5977
5905
|
.vd-toast-notification-container {
|
5978
5906
|
font-synthesis: none;
|
5979
|
-
text-rendering:
|
5907
|
+
text-rendering: optimizelegibility;
|
5980
5908
|
-webkit-font-smoothing: antialiased;
|
5981
5909
|
-moz-osx-font-smoothing: grayscale;
|
5982
5910
|
font-family: lato, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
@@ -6251,7 +6179,7 @@ td.vd-show-print {
|
|
6251
6179
|
flex-direction: column;
|
6252
6180
|
}
|
6253
6181
|
.vd-next-stepper-header {
|
6254
|
-
padding: 0 0 8px
|
6182
|
+
padding: 0 0 8px;
|
6255
6183
|
}
|
6256
6184
|
.vd-next-stepper-why {
|
6257
6185
|
align-self: flex-end;
|
@@ -6376,7 +6304,7 @@ td.vd-show-print {
|
|
6376
6304
|
word-break: break-word;
|
6377
6305
|
color: var(--hs-color-fg-neutral-default);
|
6378
6306
|
font-synthesis: none;
|
6379
|
-
text-rendering:
|
6307
|
+
text-rendering: optimizelegibility;
|
6380
6308
|
-webkit-font-smoothing: antialiased;
|
6381
6309
|
-moz-osx-font-smoothing: grayscale;
|
6382
6310
|
word-break: break-word;
|
@@ -6388,7 +6316,7 @@ td.vd-show-print {
|
|
6388
6316
|
|
6389
6317
|
.vd-id-badge__description {
|
6390
6318
|
font-synthesis: none;
|
6391
|
-
text-rendering:
|
6319
|
+
text-rendering: optimizelegibility;
|
6392
6320
|
-webkit-font-smoothing: antialiased;
|
6393
6321
|
-moz-osx-font-smoothing: grayscale;
|
6394
6322
|
word-break: break-word;
|
@@ -6400,7 +6328,7 @@ td.vd-show-print {
|
|
6400
6328
|
|
6401
6329
|
.vd-id-badge__status {
|
6402
6330
|
font-synthesis: none;
|
6403
|
-
text-rendering:
|
6331
|
+
text-rendering: optimizelegibility;
|
6404
6332
|
-webkit-font-smoothing: antialiased;
|
6405
6333
|
-moz-osx-font-smoothing: grayscale;
|
6406
6334
|
word-break: break-word;
|
@@ -6930,7 +6858,7 @@ td.vd-show-print {
|
|
6930
6858
|
@media only screen and (max-width: 768px) {
|
6931
6859
|
.vd-flex--responsive-column {
|
6932
6860
|
flex-basis: auto;
|
6933
|
-
margin: 0 0 24px
|
6861
|
+
margin: 0 0 24px;
|
6934
6862
|
}
|
6935
6863
|
.vd-flex--responsive-column:last-child {
|
6936
6864
|
margin-bottom: 0;
|
@@ -7065,7 +6993,7 @@ td.vd-show-print {
|
|
7065
6993
|
}
|
7066
6994
|
.vd-datatable-row--footer .vd-datatable-cell {
|
7067
6995
|
font-synthesis: none;
|
7068
|
-
text-rendering:
|
6996
|
+
text-rendering: optimizelegibility;
|
7069
6997
|
-webkit-font-smoothing: antialiased;
|
7070
6998
|
-moz-osx-font-smoothing: grayscale;
|
7071
6999
|
word-break: break-word;
|
@@ -7082,7 +7010,7 @@ td.vd-show-print {
|
|
7082
7010
|
|
7083
7011
|
.vd-datatable-head-cell {
|
7084
7012
|
font-synthesis: none;
|
7085
|
-
text-rendering:
|
7013
|
+
text-rendering: optimizelegibility;
|
7086
7014
|
-webkit-font-smoothing: antialiased;
|
7087
7015
|
-moz-osx-font-smoothing: grayscale;
|
7088
7016
|
word-break: break-word;
|
@@ -7097,7 +7025,7 @@ td.vd-show-print {
|
|
7097
7025
|
}
|
7098
7026
|
.vd-datatable-row--header-sections .vd-datatable-head-cell {
|
7099
7027
|
font-synthesis: none;
|
7100
|
-
text-rendering:
|
7028
|
+
text-rendering: optimizelegibility;
|
7101
7029
|
-webkit-font-smoothing: antialiased;
|
7102
7030
|
-moz-osx-font-smoothing: grayscale;
|
7103
7031
|
word-break: break-word;
|
@@ -7189,7 +7117,7 @@ td.vd-show-print {
|
|
7189
7117
|
|
7190
7118
|
.react-datepicker {
|
7191
7119
|
font-synthesis: none;
|
7192
|
-
text-rendering:
|
7120
|
+
text-rendering: optimizelegibility;
|
7193
7121
|
-webkit-font-smoothing: antialiased;
|
7194
7122
|
-moz-osx-font-smoothing: grayscale;
|
7195
7123
|
font-family: lato, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
@@ -7236,7 +7164,7 @@ td.vd-show-print {
|
|
7236
7164
|
.react-datepicker__navigation--previous {
|
7237
7165
|
left: -1px;
|
7238
7166
|
}
|
7239
|
-
.react-datepicker__navigation--previous
|
7167
|
+
.react-datepicker__navigation--previous::before {
|
7240
7168
|
content: " ";
|
7241
7169
|
visibility: visible;
|
7242
7170
|
position: absolute;
|
@@ -7251,7 +7179,7 @@ td.vd-show-print {
|
|
7251
7179
|
.react-datepicker__navigation--next {
|
7252
7180
|
right: -10px;
|
7253
7181
|
}
|
7254
|
-
.react-datepicker__navigation--next
|
7182
|
+
.react-datepicker__navigation--next::before {
|
7255
7183
|
content: " ";
|
7256
7184
|
visibility: visible;
|
7257
7185
|
position: absolute;
|
@@ -7547,7 +7475,7 @@ td.vd-show-print {
|
|
7547
7475
|
}
|
7548
7476
|
.vd-line-graph-container .vd-line-label {
|
7549
7477
|
font-synthesis: none;
|
7550
|
-
text-rendering:
|
7478
|
+
text-rendering: optimizelegibility;
|
7551
7479
|
-webkit-font-smoothing: antialiased;
|
7552
7480
|
-moz-osx-font-smoothing: grayscale;
|
7553
7481
|
word-break: break-word;
|
@@ -7560,7 +7488,7 @@ td.vd-show-print {
|
|
7560
7488
|
}
|
7561
7489
|
.vd-line-graph-container .vd-axis .tick text {
|
7562
7490
|
font-synthesis: none;
|
7563
|
-
text-rendering:
|
7491
|
+
text-rendering: optimizelegibility;
|
7564
7492
|
-webkit-font-smoothing: antialiased;
|
7565
7493
|
-moz-osx-font-smoothing: grayscale;
|
7566
7494
|
word-break: break-word;
|
@@ -7965,7 +7893,7 @@ td.vd-show-print {
|
|
7965
7893
|
}
|
7966
7894
|
@media only screen and (max-width: 1000px) {
|
7967
7895
|
.vd-table-list-expanded-content {
|
7968
|
-
padding: 24px 24px 12px
|
7896
|
+
padding: 24px 24px 12px;
|
7969
7897
|
}
|
7970
7898
|
}
|
7971
7899
|
|
@@ -7979,7 +7907,7 @@ td.vd-show-print {
|
|
7979
7907
|
@media only screen and (max-width: 1000px) {
|
7980
7908
|
.vd-table-list-expanded-actions {
|
7981
7909
|
flex-basis: 100%;
|
7982
|
-
padding: 12px 24px
|
7910
|
+
padding: 12px 24px;
|
7983
7911
|
}
|
7984
7912
|
}
|
7985
7913
|
|
@@ -8110,7 +8038,7 @@ td.vd-show-print {
|
|
8110
8038
|
.pm-promotion-original-price {
|
8111
8039
|
text-decoration: line-through;
|
8112
8040
|
font-synthesis: none;
|
8113
|
-
text-rendering:
|
8041
|
+
text-rendering: optimizelegibility;
|
8114
8042
|
-webkit-font-smoothing: antialiased;
|
8115
8043
|
-moz-osx-font-smoothing: grayscale;
|
8116
8044
|
word-break: break-word;
|