@knime/kds-components 0.17.0 → 0.17.2
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/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts +8 -2
- package/dist/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts.map +1 -1
- package/dist/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts +8 -2
- package/dist/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts.map +1 -1
- package/dist/forms/inputs/DateInput/KdsDateInput.vue.d.ts +4 -1
- package/dist/forms/inputs/DateInput/KdsDateInput.vue.d.ts.map +1 -1
- package/dist/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts.map +1 -1
- package/dist/forms/inputs/SearchInput/types.d.ts +31 -1
- package/dist/forms/inputs/SearchInput/types.d.ts.map +1 -1
- package/dist/forms/inputs/index.d.ts +2 -0
- package/dist/forms/inputs/index.d.ts.map +1 -1
- package/dist/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts.map +1 -1
- package/dist/index.css +1444 -7
- package/dist/index.js +10676 -391
- package/dist/index.js.map +1 -1
- package/dist/overlays/Popover/KdsPopover.vue.d.ts +1 -0
- package/dist/overlays/Popover/KdsPopover.vue.d.ts.map +1 -1
- package/dist/overlays/Popover/enums.d.ts +5 -0
- package/dist/overlays/Popover/enums.d.ts.map +1 -1
- package/dist/overlays/Popover/index.d.ts +1 -1
- package/dist/overlays/Popover/index.d.ts.map +1 -1
- package/dist/overlays/Popover/types.d.ts +8 -1
- package/dist/overlays/Popover/types.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -980,7 +980,7 @@ html.kds-legacy {
|
|
|
980
980
|
}
|
|
981
981
|
|
|
982
982
|
.kds-popover {
|
|
983
|
-
&[data-v-
|
|
983
|
+
&[data-v-786e523e] {
|
|
984
984
|
padding: 0;
|
|
985
985
|
margin: 0;
|
|
986
986
|
overflow: visible;
|
|
@@ -1001,10 +1001,10 @@ html.kds-legacy {
|
|
|
1001
1001
|
|
|
1002
1002
|
/* noinspection CssInvalidFunction,CssInvalidAtRule */
|
|
1003
1003
|
}
|
|
1004
|
-
&.full-width[data-v-
|
|
1004
|
+
&.full-width[data-v-786e523e] {
|
|
1005
1005
|
min-inline-size: anchor-size(width);
|
|
1006
1006
|
}
|
|
1007
|
-
&.floating.top-right[data-v-
|
|
1007
|
+
&.floating.top-right[data-v-786e523e] {
|
|
1008
1008
|
inset: auto anchor(right) anchor(top) auto;
|
|
1009
1009
|
margin: var(--kds-spacing-container-0-25x) 0
|
|
1010
1010
|
var(--kds-spacing-container-0-25x) var(--kds-spacing-container-0-25x);
|
|
@@ -1012,7 +1012,7 @@ html.kds-legacy {
|
|
|
1012
1012
|
--kds-popover-try-top-left, --kds-popover-try-bottom-right,
|
|
1013
1013
|
--kds-popover-try-bottom-left, --kds-popover-try-top-right;
|
|
1014
1014
|
}
|
|
1015
|
-
&.floating.top-left[data-v-
|
|
1015
|
+
&.floating.top-left[data-v-786e523e] {
|
|
1016
1016
|
inset: auto auto anchor(top) anchor(left);
|
|
1017
1017
|
margin: var(--kds-spacing-container-0-25x)
|
|
1018
1018
|
var(--kds-spacing-container-0-25x) var(--kds-spacing-container-0-25x) 0;
|
|
@@ -1020,7 +1020,7 @@ html.kds-legacy {
|
|
|
1020
1020
|
--kds-popover-try-top-right, --kds-popover-try-bottom-left,
|
|
1021
1021
|
--kds-popover-try-bottom-right, --kds-popover-try-top-left;
|
|
1022
1022
|
}
|
|
1023
|
-
&.floating.bottom-right[data-v-
|
|
1023
|
+
&.floating.bottom-right[data-v-786e523e] {
|
|
1024
1024
|
inset: anchor(bottom) anchor(right) auto auto;
|
|
1025
1025
|
margin: var(--kds-spacing-container-0-25x) 0
|
|
1026
1026
|
var(--kds-spacing-container-0-25x) var(--kds-spacing-container-0-25x);
|
|
@@ -1028,7 +1028,7 @@ html.kds-legacy {
|
|
|
1028
1028
|
--kds-popover-try-bottom-left, --kds-popover-try-top-right,
|
|
1029
1029
|
--kds-popover-try-top-left, --kds-popover-try-bottom-right;
|
|
1030
1030
|
}
|
|
1031
|
-
&.floating.bottom-left[data-v-
|
|
1031
|
+
&.floating.bottom-left[data-v-786e523e] {
|
|
1032
1032
|
inset: anchor(bottom) auto auto anchor(left);
|
|
1033
1033
|
margin: var(--kds-spacing-container-0-25x)
|
|
1034
1034
|
var(--kds-spacing-container-0-25x) var(--kds-spacing-container-0-25x) 0;
|
|
@@ -1065,7 +1065,7 @@ html.kds-legacy {
|
|
|
1065
1065
|
margin: var(--kds-spacing-container-0-25x) var(--kds-spacing-container-0-25x)
|
|
1066
1066
|
var(--kds-spacing-container-0-25x) 0;
|
|
1067
1067
|
}
|
|
1068
|
-
.kds-popover-default-content[data-v-
|
|
1068
|
+
.kds-popover-default-content[data-v-786e523e] {
|
|
1069
1069
|
padding: var(--kds-spacing-container-0-75x);
|
|
1070
1070
|
font: var(--kds-font-base-body-small);
|
|
1071
1071
|
color: var(--kds-color-text-and-icon-neutral);
|
|
@@ -1662,6 +1662,1437 @@ html.kds-legacy {
|
|
|
1662
1662
|
outline-offset: calc(-1 * var(--kds-spacing-offset-focus));
|
|
1663
1663
|
}
|
|
1664
1664
|
|
|
1665
|
+
.vc-popover-content-wrapper {
|
|
1666
|
+
--popover-horizontal-content-offset: 8px;
|
|
1667
|
+
--popover-vertical-content-offset: 10px;
|
|
1668
|
+
--popover-caret-horizontal-offset: 18px;
|
|
1669
|
+
--popover-caret-vertical-offset: 8px;
|
|
1670
|
+
|
|
1671
|
+
position: absolute;
|
|
1672
|
+
display: block;
|
|
1673
|
+
outline: none;
|
|
1674
|
+
z-index: 10;
|
|
1675
|
+
}
|
|
1676
|
+
.vc-popover-content-wrapper:not(.is-interactive) {
|
|
1677
|
+
pointer-events: none;
|
|
1678
|
+
}
|
|
1679
|
+
.vc-popover-content {
|
|
1680
|
+
position: relative;
|
|
1681
|
+
color: var(--vc-popover-content-color);
|
|
1682
|
+
font-weight: var(--vc-font-medium);
|
|
1683
|
+
background-color: var(--vc-popover-content-bg);
|
|
1684
|
+
border: 1px solid;
|
|
1685
|
+
border-color: var(--vc-popover-content-border);
|
|
1686
|
+
border-radius: var(--vc-rounded-lg);
|
|
1687
|
+
padding: 4px;
|
|
1688
|
+
outline: none;
|
|
1689
|
+
z-index: 10;
|
|
1690
|
+
box-shadow: var(--vc-shadow-lg);
|
|
1691
|
+
}
|
|
1692
|
+
.vc-popover-content.direction-bottom {
|
|
1693
|
+
margin-top: var(--popover-vertical-content-offset);
|
|
1694
|
+
}
|
|
1695
|
+
.vc-popover-content.direction-top {
|
|
1696
|
+
margin-bottom: var(--popover-vertical-content-offset);
|
|
1697
|
+
}
|
|
1698
|
+
.vc-popover-content.direction-left {
|
|
1699
|
+
margin-right: var(--popover-horizontal-content-offset);
|
|
1700
|
+
}
|
|
1701
|
+
.vc-popover-content.direction-right {
|
|
1702
|
+
margin-left: var(--popover-horizontal-content-offset);
|
|
1703
|
+
}
|
|
1704
|
+
.vc-popover-caret {
|
|
1705
|
+
content: '';
|
|
1706
|
+
position: absolute;
|
|
1707
|
+
display: block;
|
|
1708
|
+
width: 12px;
|
|
1709
|
+
height: 12px;
|
|
1710
|
+
border-top: inherit;
|
|
1711
|
+
border-left: inherit;
|
|
1712
|
+
background-color: inherit;
|
|
1713
|
+
z-index: -1;
|
|
1714
|
+
}
|
|
1715
|
+
.vc-popover-caret.direction-bottom {
|
|
1716
|
+
top: 0;
|
|
1717
|
+
}
|
|
1718
|
+
.vc-popover-caret.direction-bottom.align-left {
|
|
1719
|
+
-webkit-transform: translateY(-50%) rotate(45deg);
|
|
1720
|
+
transform: translateY(-50%) rotate(45deg);
|
|
1721
|
+
}
|
|
1722
|
+
.vc-popover-caret.direction-bottom.align-center {
|
|
1723
|
+
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
|
|
1724
|
+
transform: translateX(-50%) translateY(-50%) rotate(45deg);
|
|
1725
|
+
}
|
|
1726
|
+
.vc-popover-caret.direction-bottom.align-right {
|
|
1727
|
+
-webkit-transform: translateY(-50%) rotate(45deg);
|
|
1728
|
+
transform: translateY(-50%) rotate(45deg);
|
|
1729
|
+
}
|
|
1730
|
+
.vc-popover-caret.direction-top {
|
|
1731
|
+
top: 100%;
|
|
1732
|
+
}
|
|
1733
|
+
.vc-popover-caret.direction-top.align-left {
|
|
1734
|
+
-webkit-transform: translateY(-50%) rotate(-135deg);
|
|
1735
|
+
transform: translateY(-50%) rotate(-135deg);
|
|
1736
|
+
}
|
|
1737
|
+
.vc-popover-caret.direction-top.align-center {
|
|
1738
|
+
-webkit-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
|
|
1739
|
+
transform: translateX(-50%) translateY(-50%) rotate(-135deg);
|
|
1740
|
+
}
|
|
1741
|
+
.vc-popover-caret.direction-top.align-right {
|
|
1742
|
+
-webkit-transform: translateY(-50%) rotate(-135deg);
|
|
1743
|
+
transform: translateY(-50%) rotate(-135deg);
|
|
1744
|
+
}
|
|
1745
|
+
.vc-popover-caret.direction-left {
|
|
1746
|
+
left: 100%;
|
|
1747
|
+
}
|
|
1748
|
+
.vc-popover-caret.direction-left.align-top {
|
|
1749
|
+
-webkit-transform: translateX(-50%) rotate(135deg);
|
|
1750
|
+
transform: translateX(-50%) rotate(135deg);
|
|
1751
|
+
}
|
|
1752
|
+
.vc-popover-caret.direction-left.align-middle {
|
|
1753
|
+
-webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
|
|
1754
|
+
transform: translateY(-50%) translateX(-50%) rotate(135deg);
|
|
1755
|
+
}
|
|
1756
|
+
.vc-popover-caret.direction-left.align-bottom {
|
|
1757
|
+
-webkit-transform: translateX(-50%) rotate(135deg);
|
|
1758
|
+
transform: translateX(-50%) rotate(135deg);
|
|
1759
|
+
}
|
|
1760
|
+
.vc-popover-caret.direction-right {
|
|
1761
|
+
left: 0;
|
|
1762
|
+
}
|
|
1763
|
+
.vc-popover-caret.direction-right.align-top {
|
|
1764
|
+
-webkit-transform: translateX(-50%) rotate(-45deg);
|
|
1765
|
+
transform: translateX(-50%) rotate(-45deg);
|
|
1766
|
+
}
|
|
1767
|
+
.vc-popover-caret.direction-right.align-middle {
|
|
1768
|
+
-webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
|
|
1769
|
+
transform: translateY(-50%) translateX(-50%) rotate(-45deg);
|
|
1770
|
+
}
|
|
1771
|
+
.vc-popover-caret.direction-right.align-bottom {
|
|
1772
|
+
-webkit-transform: translateX(-50%) rotate(-45deg);
|
|
1773
|
+
transform: translateX(-50%) rotate(-45deg);
|
|
1774
|
+
}
|
|
1775
|
+
.vc-popover-caret.align-left {
|
|
1776
|
+
left: var(--popover-caret-horizontal-offset);
|
|
1777
|
+
}
|
|
1778
|
+
.vc-popover-caret.align-center {
|
|
1779
|
+
left: 50%;
|
|
1780
|
+
}
|
|
1781
|
+
.vc-popover-caret.align-right {
|
|
1782
|
+
right: var(--popover-caret-horizontal-offset);
|
|
1783
|
+
}
|
|
1784
|
+
.vc-popover-caret.align-top {
|
|
1785
|
+
top: var(--popover-caret-vertical-offset);
|
|
1786
|
+
}
|
|
1787
|
+
.vc-popover-caret.align-middle {
|
|
1788
|
+
top: 50%;
|
|
1789
|
+
}
|
|
1790
|
+
.vc-popover-caret.align-bottom {
|
|
1791
|
+
bottom: var(--popover-caret-vertical-offset);
|
|
1792
|
+
}
|
|
1793
|
+
|
|
1794
|
+
.vc-day-popover-row {
|
|
1795
|
+
display: -webkit-flex;
|
|
1796
|
+
display: -ms-flexbox;
|
|
1797
|
+
display: flex;
|
|
1798
|
+
-webkit-align-items: center;
|
|
1799
|
+
-ms-flex-align: center;
|
|
1800
|
+
align-items: center;
|
|
1801
|
+
transition: var(--vc-day-content-transition);
|
|
1802
|
+
}
|
|
1803
|
+
.vc-day-popover-row-indicator {
|
|
1804
|
+
display: -webkit-flex;
|
|
1805
|
+
display: -ms-flexbox;
|
|
1806
|
+
display: flex;
|
|
1807
|
+
-webkit-justify-content: center;
|
|
1808
|
+
-ms-flex-pack: center;
|
|
1809
|
+
justify-content: center;
|
|
1810
|
+
-webkit-align-items: center;
|
|
1811
|
+
-ms-flex-align: center;
|
|
1812
|
+
align-items: center;
|
|
1813
|
+
-webkit-flex-grow: 0;
|
|
1814
|
+
-ms-flex-positive: 0;
|
|
1815
|
+
flex-grow: 0;
|
|
1816
|
+
width: 15px;
|
|
1817
|
+
}
|
|
1818
|
+
.vc-day-popover-row-indicator span {
|
|
1819
|
+
transition: var(--vc-day-content-transition);
|
|
1820
|
+
}
|
|
1821
|
+
.vc-day-popover-row-label {
|
|
1822
|
+
display: -webkit-flex;
|
|
1823
|
+
display: -ms-flexbox;
|
|
1824
|
+
display: flex;
|
|
1825
|
+
-webkit-align-items: center;
|
|
1826
|
+
-ms-flex-align: center;
|
|
1827
|
+
align-items: center;
|
|
1828
|
+
-webkit-flex-wrap: none;
|
|
1829
|
+
-ms-flex-wrap: none;
|
|
1830
|
+
flex-wrap: none;
|
|
1831
|
+
-webkit-flex-grow: 1;
|
|
1832
|
+
-ms-flex-positive: 1;
|
|
1833
|
+
flex-grow: 1;
|
|
1834
|
+
width: -webkit-max-content;
|
|
1835
|
+
width: max-content;
|
|
1836
|
+
margin-left: 4px;
|
|
1837
|
+
margin-right: 4px;
|
|
1838
|
+
font-size: var(--vc-text-xs);
|
|
1839
|
+
line-height: var(--vc-leading-normal);
|
|
1840
|
+
}
|
|
1841
|
+
.vc-day-popover-row-highlight {
|
|
1842
|
+
width: 8px;
|
|
1843
|
+
height: 5px;
|
|
1844
|
+
border-radius: 3px;
|
|
1845
|
+
}
|
|
1846
|
+
.vc-day-popover-row-dot {
|
|
1847
|
+
}
|
|
1848
|
+
.vc-day-popover-row-bar {
|
|
1849
|
+
width: 10px;
|
|
1850
|
+
height: 3px;
|
|
1851
|
+
}
|
|
1852
|
+
|
|
1853
|
+
.vc-base-icon {
|
|
1854
|
+
display: inline-block;
|
|
1855
|
+
stroke: currentColor;
|
|
1856
|
+
stroke-width: 2;
|
|
1857
|
+
fill: none;
|
|
1858
|
+
}
|
|
1859
|
+
|
|
1860
|
+
.vc-header {
|
|
1861
|
+
display: grid;
|
|
1862
|
+
grid-gap: 4px;
|
|
1863
|
+
-webkit-align-items: center;
|
|
1864
|
+
-ms-flex-align: center;
|
|
1865
|
+
align-items: center;
|
|
1866
|
+
height: 30px;
|
|
1867
|
+
margin-top: 10px;
|
|
1868
|
+
padding-left: 10px;
|
|
1869
|
+
padding-right: 10px;
|
|
1870
|
+
}
|
|
1871
|
+
.vc-header.is-lg {
|
|
1872
|
+
font-size: var(--vc-text-lg);
|
|
1873
|
+
}
|
|
1874
|
+
.vc-header.is-xl {
|
|
1875
|
+
font-size: var(--vc-text-xl);
|
|
1876
|
+
}
|
|
1877
|
+
.vc-header.is-2xl {
|
|
1878
|
+
font-size: var(--vc-text-2xl);
|
|
1879
|
+
}
|
|
1880
|
+
.vc-header .vc-title-wrapper {
|
|
1881
|
+
grid-row: 1;
|
|
1882
|
+
grid-column: title;
|
|
1883
|
+
}
|
|
1884
|
+
.vc-header .vc-prev {
|
|
1885
|
+
grid-row: 1;
|
|
1886
|
+
grid-column: prev;
|
|
1887
|
+
}
|
|
1888
|
+
.vc-header .vc-next {
|
|
1889
|
+
grid-row: 1;
|
|
1890
|
+
grid-column: next;
|
|
1891
|
+
}
|
|
1892
|
+
.vc-header .vc-title,
|
|
1893
|
+
.vc-header .vc-prev,
|
|
1894
|
+
.vc-header .vc-next {
|
|
1895
|
+
display: -webkit-flex;
|
|
1896
|
+
display: -ms-flexbox;
|
|
1897
|
+
display: flex;
|
|
1898
|
+
-webkit-align-items: center;
|
|
1899
|
+
-ms-flex-align: center;
|
|
1900
|
+
align-items: center;
|
|
1901
|
+
border: 0;
|
|
1902
|
+
border-radius: var(--vc-rounded);
|
|
1903
|
+
pointer-events: auto;
|
|
1904
|
+
-webkit-user-select: none;
|
|
1905
|
+
-ms-user-select: none;
|
|
1906
|
+
user-select: none;
|
|
1907
|
+
cursor: pointer;
|
|
1908
|
+
}
|
|
1909
|
+
.vc-header .vc-title {
|
|
1910
|
+
color: var(--vc-header-title-color);
|
|
1911
|
+
font-weight: var(--vc-font-semibold);
|
|
1912
|
+
white-space: nowrap;
|
|
1913
|
+
padding: 0 8px;
|
|
1914
|
+
margin: 0;
|
|
1915
|
+
line-height: 30px;
|
|
1916
|
+
}
|
|
1917
|
+
.vc-header .vc-title:hover {
|
|
1918
|
+
opacity: 0.75;
|
|
1919
|
+
}
|
|
1920
|
+
.vc-header .vc-arrow {
|
|
1921
|
+
display: -webkit-flex;
|
|
1922
|
+
display: -ms-flexbox;
|
|
1923
|
+
display: flex;
|
|
1924
|
+
-webkit-justify-content: center;
|
|
1925
|
+
-ms-flex-pack: center;
|
|
1926
|
+
justify-content: center;
|
|
1927
|
+
-webkit-align-items: center;
|
|
1928
|
+
-ms-flex-align: center;
|
|
1929
|
+
align-items: center;
|
|
1930
|
+
color: var(--vc-header-arrow-color);
|
|
1931
|
+
width: 28px;
|
|
1932
|
+
height: 30px;
|
|
1933
|
+
margin: 0;
|
|
1934
|
+
padding: 0;
|
|
1935
|
+
}
|
|
1936
|
+
.vc-header .vc-arrow:hover {
|
|
1937
|
+
background: var(--vc-header-arrow-hover-bg);
|
|
1938
|
+
}
|
|
1939
|
+
.vc-header .vc-arrow:disabled {
|
|
1940
|
+
opacity: 0.25;
|
|
1941
|
+
pointer-events: none;
|
|
1942
|
+
}
|
|
1943
|
+
|
|
1944
|
+
.vc-nav-header {
|
|
1945
|
+
display: -webkit-flex;
|
|
1946
|
+
display: -ms-flexbox;
|
|
1947
|
+
display: flex;
|
|
1948
|
+
-webkit-justify-content: space-between;
|
|
1949
|
+
-ms-flex-pack: justify;
|
|
1950
|
+
justify-content: space-between;
|
|
1951
|
+
}
|
|
1952
|
+
.vc-nav-title,
|
|
1953
|
+
.vc-nav-arrow,
|
|
1954
|
+
.vc-nav-item {
|
|
1955
|
+
font-size: var(--vc-text-sm);
|
|
1956
|
+
margin: 0;
|
|
1957
|
+
cursor: pointer;
|
|
1958
|
+
-webkit-user-select: none;
|
|
1959
|
+
-ms-user-select: none;
|
|
1960
|
+
user-select: none;
|
|
1961
|
+
border: 0;
|
|
1962
|
+
border-radius: var(--vc-rounded);
|
|
1963
|
+
white-space: nowrap;
|
|
1964
|
+
}
|
|
1965
|
+
.vc-nav-title:hover, .vc-nav-arrow:hover, .vc-nav-item:hover {
|
|
1966
|
+
background-color: var(--vc-nav-hover-bg);
|
|
1967
|
+
}
|
|
1968
|
+
.vc-nav-title:disabled, .vc-nav-arrow:disabled, .vc-nav-item:disabled {
|
|
1969
|
+
opacity: 0.25;
|
|
1970
|
+
pointer-events: none;
|
|
1971
|
+
}
|
|
1972
|
+
.vc-nav-title {
|
|
1973
|
+
color: var(--vc-nav-title-color);
|
|
1974
|
+
font-weight: var(--vc-font-bold);
|
|
1975
|
+
line-height: var(--vc-leading-snug);
|
|
1976
|
+
height: 30px;
|
|
1977
|
+
padding: 0 6px;
|
|
1978
|
+
}
|
|
1979
|
+
.vc-nav-arrow {
|
|
1980
|
+
display: -webkit-flex;
|
|
1981
|
+
display: -ms-flexbox;
|
|
1982
|
+
display: flex;
|
|
1983
|
+
-webkit-justify-content: center;
|
|
1984
|
+
-ms-flex-pack: center;
|
|
1985
|
+
justify-content: center;
|
|
1986
|
+
-webkit-align-items: center;
|
|
1987
|
+
-ms-flex-align: center;
|
|
1988
|
+
align-items: center;
|
|
1989
|
+
color: var(--vc-header-arrow-color);
|
|
1990
|
+
width: 26px;
|
|
1991
|
+
height: 30px;
|
|
1992
|
+
padding: 0;
|
|
1993
|
+
}
|
|
1994
|
+
.vc-nav-items {
|
|
1995
|
+
display: grid;
|
|
1996
|
+
grid-template-columns: repeat(3, 1fr);
|
|
1997
|
+
grid-row-gap: 2px;
|
|
1998
|
+
grid-column-gap: 5px;
|
|
1999
|
+
margin-top: 2px;
|
|
2000
|
+
}
|
|
2001
|
+
.vc-nav-item {
|
|
2002
|
+
width: 48px;
|
|
2003
|
+
text-align: center;
|
|
2004
|
+
font-weight: var(--vc-font-semibold);
|
|
2005
|
+
line-height: var(--vc-leading-snug);
|
|
2006
|
+
padding: 6px 0;
|
|
2007
|
+
}
|
|
2008
|
+
.vc-nav-item.is-active {
|
|
2009
|
+
color: var(--vc-nav-item-active-color);
|
|
2010
|
+
background-color: var(--vc-nav-item-active-bg);
|
|
2011
|
+
font-weight: var(--vc-font-bold);
|
|
2012
|
+
}
|
|
2013
|
+
.vc-nav-item.is-active:not(:focus) {
|
|
2014
|
+
box-shadow: var(--vc-nav-item-active-box-shadow);
|
|
2015
|
+
}
|
|
2016
|
+
.vc-nav-item.is-current {
|
|
2017
|
+
color: var(--vc-nav-item-current-color);
|
|
2018
|
+
}
|
|
2019
|
+
|
|
2020
|
+
.vc-day {
|
|
2021
|
+
position: relative;
|
|
2022
|
+
min-height: 32px;
|
|
2023
|
+
z-index: 1;
|
|
2024
|
+
/* &.is-not-in-month * {
|
|
2025
|
+
opacity: 0;
|
|
2026
|
+
pointer-events: none;
|
|
2027
|
+
} */
|
|
2028
|
+
}
|
|
2029
|
+
.vc-monthly .is-not-in-month * {
|
|
2030
|
+
opacity: 0;
|
|
2031
|
+
pointer-events: none;
|
|
2032
|
+
}
|
|
2033
|
+
.vc-day-layer {
|
|
2034
|
+
position: absolute;
|
|
2035
|
+
left: 0;
|
|
2036
|
+
right: 0;
|
|
2037
|
+
top: 0;
|
|
2038
|
+
bottom: 0;
|
|
2039
|
+
pointer-events: none;
|
|
2040
|
+
}
|
|
2041
|
+
.vc-day-box-center-center {
|
|
2042
|
+
display: -webkit-flex;
|
|
2043
|
+
display: -ms-flexbox;
|
|
2044
|
+
display: flex;
|
|
2045
|
+
-webkit-justify-content: center;
|
|
2046
|
+
-ms-flex-pack: center;
|
|
2047
|
+
justify-content: center;
|
|
2048
|
+
-webkit-align-items: center;
|
|
2049
|
+
-ms-flex-align: center;
|
|
2050
|
+
align-items: center;
|
|
2051
|
+
-webkit-transform-origin: 50% 50%;
|
|
2052
|
+
transform-origin: 50% 50%;
|
|
2053
|
+
}
|
|
2054
|
+
.vc-day-box-left-center {
|
|
2055
|
+
display: -webkit-flex;
|
|
2056
|
+
display: -ms-flexbox;
|
|
2057
|
+
display: flex;
|
|
2058
|
+
-webkit-justify-content: flex-start;
|
|
2059
|
+
-ms-flex-pack: start;
|
|
2060
|
+
justify-content: flex-start;
|
|
2061
|
+
-webkit-align-items: center;
|
|
2062
|
+
-ms-flex-align: center;
|
|
2063
|
+
align-items: center;
|
|
2064
|
+
-webkit-transform-origin: 0% 50%;
|
|
2065
|
+
transform-origin: 0% 50%;
|
|
2066
|
+
}
|
|
2067
|
+
.vc-day-box-right-center {
|
|
2068
|
+
display: -webkit-flex;
|
|
2069
|
+
display: -ms-flexbox;
|
|
2070
|
+
display: flex;
|
|
2071
|
+
-webkit-justify-content: flex-end;
|
|
2072
|
+
-ms-flex-pack: end;
|
|
2073
|
+
justify-content: flex-end;
|
|
2074
|
+
-webkit-align-items: center;
|
|
2075
|
+
-ms-flex-align: center;
|
|
2076
|
+
align-items: center;
|
|
2077
|
+
-webkit-transform-origin: 100% 50%;
|
|
2078
|
+
transform-origin: 100% 50%;
|
|
2079
|
+
}
|
|
2080
|
+
.vc-day-box-center-bottom {
|
|
2081
|
+
display: -webkit-flex;
|
|
2082
|
+
display: -ms-flexbox;
|
|
2083
|
+
display: flex;
|
|
2084
|
+
-webkit-justify-content: center;
|
|
2085
|
+
-ms-flex-pack: center;
|
|
2086
|
+
justify-content: center;
|
|
2087
|
+
-webkit-align-items: flex-end;
|
|
2088
|
+
-ms-flex-align: end;
|
|
2089
|
+
align-items: flex-end;
|
|
2090
|
+
}
|
|
2091
|
+
.vc-day-content {
|
|
2092
|
+
display: -webkit-flex;
|
|
2093
|
+
display: -ms-flexbox;
|
|
2094
|
+
display: flex;
|
|
2095
|
+
-webkit-justify-content: center;
|
|
2096
|
+
-ms-flex-pack: center;
|
|
2097
|
+
justify-content: center;
|
|
2098
|
+
-webkit-align-items: center;
|
|
2099
|
+
-ms-flex-align: center;
|
|
2100
|
+
align-items: center;
|
|
2101
|
+
font-size: var(--vc-text-sm);
|
|
2102
|
+
font-weight: var(--vc-font-medium);
|
|
2103
|
+
width: 28px;
|
|
2104
|
+
height: 28px;
|
|
2105
|
+
line-height: 28px;
|
|
2106
|
+
border-radius: var(--vc-rounded-full);
|
|
2107
|
+
-webkit-user-select: none;
|
|
2108
|
+
-ms-user-select: none;
|
|
2109
|
+
user-select: none;
|
|
2110
|
+
cursor: pointer;
|
|
2111
|
+
}
|
|
2112
|
+
.vc-day-content:hover {
|
|
2113
|
+
background-color: var(--vc-day-content-hover-bg);
|
|
2114
|
+
}
|
|
2115
|
+
.vc-day-content.vc-disabled {
|
|
2116
|
+
color: var(--vc-day-content-disabled-color);
|
|
2117
|
+
}
|
|
2118
|
+
|
|
2119
|
+
/* ----Content---- */
|
|
2120
|
+
.vc-content:not(.vc-base) {
|
|
2121
|
+
font-weight: var(--vc-font-bold);
|
|
2122
|
+
color: var(--vc-content-color);
|
|
2123
|
+
}
|
|
2124
|
+
|
|
2125
|
+
/* ----Highlights---- */
|
|
2126
|
+
.vc-highlights {
|
|
2127
|
+
overflow: hidden;
|
|
2128
|
+
pointer-events: none;
|
|
2129
|
+
z-index: -1;
|
|
2130
|
+
}
|
|
2131
|
+
.vc-highlight {
|
|
2132
|
+
width: 28px;
|
|
2133
|
+
height: 28px;
|
|
2134
|
+
}
|
|
2135
|
+
.vc-highlight.vc-highlight-base-start {
|
|
2136
|
+
width: 50% !important;
|
|
2137
|
+
border-radius: 0 !important;
|
|
2138
|
+
border-right-width: 0 !important;
|
|
2139
|
+
}
|
|
2140
|
+
.vc-highlight.vc-highlight-base-end {
|
|
2141
|
+
width: 50% !important;
|
|
2142
|
+
border-radius: 0 !important;
|
|
2143
|
+
border-left-width: 0 !important;
|
|
2144
|
+
}
|
|
2145
|
+
.vc-highlight.vc-highlight-base-middle {
|
|
2146
|
+
width: 100%;
|
|
2147
|
+
border-radius: 0 !important;
|
|
2148
|
+
border-left-width: 0 !important;
|
|
2149
|
+
border-right-width: 0 !important;
|
|
2150
|
+
margin: 0 -1px;
|
|
2151
|
+
}
|
|
2152
|
+
.vc-highlight-bg-outline,
|
|
2153
|
+
.vc-highlight-bg-none {
|
|
2154
|
+
background-color: var(--vc-highlight-outline-bg);
|
|
2155
|
+
border: 2px solid;
|
|
2156
|
+
border-color: var(--vc-highlight-outline-border);
|
|
2157
|
+
border-radius: var(--vc-rounded-full);
|
|
2158
|
+
}
|
|
2159
|
+
.vc-highlight-bg-light {
|
|
2160
|
+
background-color: var(--vc-highlight-light-bg);
|
|
2161
|
+
border-radius: var(--vc-rounded-full);
|
|
2162
|
+
}
|
|
2163
|
+
.vc-highlight-bg-solid {
|
|
2164
|
+
background-color: var(--vc-highlight-solid-bg);
|
|
2165
|
+
border-radius: var(--vc-rounded-full);
|
|
2166
|
+
}
|
|
2167
|
+
.vc-highlight-content-outline,
|
|
2168
|
+
.vc-highlight-content-none {
|
|
2169
|
+
font-weight: var(--vc-font-bold);
|
|
2170
|
+
color: var(--vc-highlight-outline-content-color);
|
|
2171
|
+
}
|
|
2172
|
+
.vc-highlight-content-light {
|
|
2173
|
+
font-weight: var(--vc-font-bold);
|
|
2174
|
+
color: var(--vc-highlight-light-content-color);
|
|
2175
|
+
}
|
|
2176
|
+
.vc-highlight-content-solid {
|
|
2177
|
+
font-weight: var(--vc-font-bold);
|
|
2178
|
+
color: var(--vc-highlight-solid-content-color);
|
|
2179
|
+
}
|
|
2180
|
+
|
|
2181
|
+
/* ----Dots---- */
|
|
2182
|
+
.vc-dots {
|
|
2183
|
+
display: -webkit-flex;
|
|
2184
|
+
display: -ms-flexbox;
|
|
2185
|
+
display: flex;
|
|
2186
|
+
-webkit-justify-content: center;
|
|
2187
|
+
-ms-flex-pack: center;
|
|
2188
|
+
justify-content: center;
|
|
2189
|
+
-webkit-align-items: center;
|
|
2190
|
+
-ms-flex-align: center;
|
|
2191
|
+
align-items: center;
|
|
2192
|
+
}
|
|
2193
|
+
.vc-dot {
|
|
2194
|
+
width: 5px;
|
|
2195
|
+
height: 5px;
|
|
2196
|
+
border-radius: 9999px;
|
|
2197
|
+
transition: var(--vc-day-content-transition);
|
|
2198
|
+
}
|
|
2199
|
+
.vc-dot:not(:last-child) {
|
|
2200
|
+
margin-right: 3px;
|
|
2201
|
+
}
|
|
2202
|
+
|
|
2203
|
+
/* ----Bars---- */
|
|
2204
|
+
.vc-bars {
|
|
2205
|
+
display: -webkit-flex;
|
|
2206
|
+
display: -ms-flexbox;
|
|
2207
|
+
display: flex;
|
|
2208
|
+
-webkit-justify-content: flex-start;
|
|
2209
|
+
-ms-flex-pack: start;
|
|
2210
|
+
justify-content: flex-start;
|
|
2211
|
+
-webkit-align-items: center;
|
|
2212
|
+
-ms-flex-align: center;
|
|
2213
|
+
align-items: center;
|
|
2214
|
+
width: 75%;
|
|
2215
|
+
}
|
|
2216
|
+
.vc-bar {
|
|
2217
|
+
-webkit-flex-grow: 1;
|
|
2218
|
+
-ms-flex-positive: 1;
|
|
2219
|
+
flex-grow: 1;
|
|
2220
|
+
height: 3px;
|
|
2221
|
+
transition: var(--vc-day-content-transition);
|
|
2222
|
+
}
|
|
2223
|
+
.vc-dot {
|
|
2224
|
+
background-color: var(--vc-dot-bg);
|
|
2225
|
+
}
|
|
2226
|
+
.vc-bar {
|
|
2227
|
+
background-color: var(--vc-bar-bg);
|
|
2228
|
+
}
|
|
2229
|
+
|
|
2230
|
+
.vc-pane {
|
|
2231
|
+
min-width: 250px;
|
|
2232
|
+
}
|
|
2233
|
+
.vc-weeknumber {
|
|
2234
|
+
display: -webkit-flex;
|
|
2235
|
+
display: -ms-flexbox;
|
|
2236
|
+
display: flex;
|
|
2237
|
+
-webkit-justify-content: center;
|
|
2238
|
+
-ms-flex-pack: center;
|
|
2239
|
+
justify-content: center;
|
|
2240
|
+
-webkit-align-items: center;
|
|
2241
|
+
-ms-flex-align: center;
|
|
2242
|
+
align-items: center;
|
|
2243
|
+
position: absolute;
|
|
2244
|
+
}
|
|
2245
|
+
.vc-weeknumber.is-left {
|
|
2246
|
+
left: calc(var(--vc-weeknumber-offset-inside) * -1);
|
|
2247
|
+
}
|
|
2248
|
+
.vc-weeknumber.is-right {
|
|
2249
|
+
right: calc(var(--vc-weeknumber-offset-inside) * -1);
|
|
2250
|
+
}
|
|
2251
|
+
.vc-weeknumber.is-left-outside {
|
|
2252
|
+
left: calc(var(--vc-weeknumber-offset-outside) * -1);
|
|
2253
|
+
}
|
|
2254
|
+
.vc-weeknumber.is-right-outside {
|
|
2255
|
+
right: calc(var(--vc-weeknumber-offset-outside) * -1);
|
|
2256
|
+
}
|
|
2257
|
+
.vc-weeknumber-content {
|
|
2258
|
+
display: -webkit-flex;
|
|
2259
|
+
display: -ms-flexbox;
|
|
2260
|
+
display: flex;
|
|
2261
|
+
-webkit-justify-content: center;
|
|
2262
|
+
-ms-flex-pack: center;
|
|
2263
|
+
justify-content: center;
|
|
2264
|
+
-webkit-align-items: center;
|
|
2265
|
+
-ms-flex-align: center;
|
|
2266
|
+
align-items: center;
|
|
2267
|
+
font-size: var(--vc-text-xs);
|
|
2268
|
+
font-weight: var(--vc-font-medium);
|
|
2269
|
+
font-style: italic;
|
|
2270
|
+
width: 28px;
|
|
2271
|
+
height: 28px;
|
|
2272
|
+
margin-top: 2px;
|
|
2273
|
+
color: var(--vc-weeknumber-color);
|
|
2274
|
+
-webkit-user-select: none;
|
|
2275
|
+
-ms-user-select: none;
|
|
2276
|
+
user-select: none;
|
|
2277
|
+
}
|
|
2278
|
+
.vc-weeks {
|
|
2279
|
+
position: relative;
|
|
2280
|
+
/* overflow: auto; */
|
|
2281
|
+
-webkit-overflow-scrolling: touch;
|
|
2282
|
+
padding: 6px;
|
|
2283
|
+
min-width: 232px;
|
|
2284
|
+
}
|
|
2285
|
+
.vc-weeks.vc-show-weeknumbers-left {
|
|
2286
|
+
margin-left: var(--vc-weeknumber-offset-inside);
|
|
2287
|
+
}
|
|
2288
|
+
.vc-weeks.vc-show-weeknumbers-right {
|
|
2289
|
+
margin-right: var(--vc-weeknumber-offset-inside);
|
|
2290
|
+
}
|
|
2291
|
+
.vc-weekday {
|
|
2292
|
+
text-align: center;
|
|
2293
|
+
color: var(--vc-weekday-color);
|
|
2294
|
+
font-size: var(--vc-text-sm);
|
|
2295
|
+
font-weight: var(--vc-font-bold);
|
|
2296
|
+
line-height: 14px;
|
|
2297
|
+
padding-top: 4px;
|
|
2298
|
+
padding-bottom: 8px;
|
|
2299
|
+
cursor: default;
|
|
2300
|
+
-webkit-user-select: none;
|
|
2301
|
+
-ms-user-select: none;
|
|
2302
|
+
user-select: none;
|
|
2303
|
+
}
|
|
2304
|
+
.vc-week,
|
|
2305
|
+
.vc-weekdays {
|
|
2306
|
+
display: grid;
|
|
2307
|
+
grid-template-columns: repeat(7, 1fr);
|
|
2308
|
+
position: relative;
|
|
2309
|
+
}
|
|
2310
|
+
|
|
2311
|
+
.vc-pane-container {
|
|
2312
|
+
width: 100%;
|
|
2313
|
+
position: relative;
|
|
2314
|
+
}
|
|
2315
|
+
.vc-pane-container.in-transition {
|
|
2316
|
+
overflow: hidden;
|
|
2317
|
+
}
|
|
2318
|
+
.vc-pane-layout {
|
|
2319
|
+
display: grid;
|
|
2320
|
+
}
|
|
2321
|
+
.vc-pane-header-wrapper {
|
|
2322
|
+
position: absolute;
|
|
2323
|
+
top: 0;
|
|
2324
|
+
width: 100%;
|
|
2325
|
+
pointer-events: none;
|
|
2326
|
+
}
|
|
2327
|
+
.vc-day-popover-container {
|
|
2328
|
+
font-size: var(--vc-text-xs);
|
|
2329
|
+
font-weight: var(--vc-font-medium);
|
|
2330
|
+
}
|
|
2331
|
+
.vc-day-popover-header {
|
|
2332
|
+
font-size: var(--vc-text-xs);
|
|
2333
|
+
color: var(--vc-day-popover-header-color);
|
|
2334
|
+
font-weight: var(--vc-font-semibold);
|
|
2335
|
+
text-align: center;
|
|
2336
|
+
}
|
|
2337
|
+
|
|
2338
|
+
.vc-base-select {
|
|
2339
|
+
position: relative;
|
|
2340
|
+
display: -webkit-flex;
|
|
2341
|
+
display: -ms-flexbox;
|
|
2342
|
+
display: flex;
|
|
2343
|
+
-webkit-justify-content: center;
|
|
2344
|
+
-ms-flex-pack: center;
|
|
2345
|
+
justify-content: center;
|
|
2346
|
+
-webkit-align-items: center;
|
|
2347
|
+
-ms-flex-align: center;
|
|
2348
|
+
align-items: center;
|
|
2349
|
+
height: 30px;
|
|
2350
|
+
font-size: var(--vc-text-base);
|
|
2351
|
+
font-weight: var(--vc-font-medium);
|
|
2352
|
+
}
|
|
2353
|
+
.vc-base-select.vc-has-icon select {
|
|
2354
|
+
padding: 0 27px 0 9px;
|
|
2355
|
+
}
|
|
2356
|
+
.vc-base-select.vc-has-icon .vc-base-sizer {
|
|
2357
|
+
padding: 0 28px 0 10px;
|
|
2358
|
+
}
|
|
2359
|
+
.vc-base-select.vc-fit-content select {
|
|
2360
|
+
position: absolute;
|
|
2361
|
+
top: 0;
|
|
2362
|
+
left: 0;
|
|
2363
|
+
width: 100%;
|
|
2364
|
+
}
|
|
2365
|
+
.vc-base-select .vc-base-icon {
|
|
2366
|
+
position: absolute;
|
|
2367
|
+
top: 6px;
|
|
2368
|
+
right: 4px;
|
|
2369
|
+
opacity: 0.6;
|
|
2370
|
+
pointer-events: none;
|
|
2371
|
+
}
|
|
2372
|
+
.vc-base-select .vc-base-sizer {
|
|
2373
|
+
font-size: var(--vc-text-base);
|
|
2374
|
+
font-weight: var(--vc-font-medium);
|
|
2375
|
+
color: transparent;
|
|
2376
|
+
padding: 0px 8px;
|
|
2377
|
+
margin: 0;
|
|
2378
|
+
}
|
|
2379
|
+
.vc-base-select select {
|
|
2380
|
+
display: -webkit-inline-flex;
|
|
2381
|
+
display: -ms-inline-flexbox;
|
|
2382
|
+
display: inline-flex;
|
|
2383
|
+
-webkit-justify-content: center;
|
|
2384
|
+
-ms-flex-pack: center;
|
|
2385
|
+
justify-content: center;
|
|
2386
|
+
color: var(--vc-select-color);
|
|
2387
|
+
display: block;
|
|
2388
|
+
-webkit-appearance: none;
|
|
2389
|
+
appearance: none;
|
|
2390
|
+
background-color: var(--vc-select-bg);
|
|
2391
|
+
border-radius: var(--vc-rounded);
|
|
2392
|
+
height: 30px;
|
|
2393
|
+
width: -webkit-max-content;
|
|
2394
|
+
width: max-content;
|
|
2395
|
+
padding: 0px 7px;
|
|
2396
|
+
margin: 0;
|
|
2397
|
+
line-height: var(--leading-none);
|
|
2398
|
+
text-indent: 0px;
|
|
2399
|
+
background-image: none;
|
|
2400
|
+
cursor: pointer;
|
|
2401
|
+
text-align: center;
|
|
2402
|
+
}
|
|
2403
|
+
.vc-base-select select:hover {
|
|
2404
|
+
background-color: var(--vc-select-hover-bg);
|
|
2405
|
+
}
|
|
2406
|
+
.vc-base-select select.vc-align-left {
|
|
2407
|
+
text-align: left;
|
|
2408
|
+
}
|
|
2409
|
+
.vc-base-select select.vc-align-right {
|
|
2410
|
+
text-align: right;
|
|
2411
|
+
}
|
|
2412
|
+
|
|
2413
|
+
.vc-time-picker {
|
|
2414
|
+
display: -webkit-flex;
|
|
2415
|
+
display: -ms-flexbox;
|
|
2416
|
+
display: flex;
|
|
2417
|
+
-webkit-flex-direction: column;
|
|
2418
|
+
-ms-flex-direction: column;
|
|
2419
|
+
flex-direction: column;
|
|
2420
|
+
-webkit-align-items: center;
|
|
2421
|
+
-ms-flex-align: center;
|
|
2422
|
+
align-items: center;
|
|
2423
|
+
padding: 8px 4px;
|
|
2424
|
+
}
|
|
2425
|
+
.vc-time-picker.vc-invalid {
|
|
2426
|
+
pointer-events: none;
|
|
2427
|
+
opacity: 0.5;
|
|
2428
|
+
}
|
|
2429
|
+
.vc-time-picker.vc-attached {
|
|
2430
|
+
border-top: 1px solid var(--vc-time-picker-border);
|
|
2431
|
+
}
|
|
2432
|
+
.vc-time-picker > * + * {
|
|
2433
|
+
margin-top: 4px;
|
|
2434
|
+
}
|
|
2435
|
+
.vc-time-header {
|
|
2436
|
+
display: -webkit-flex;
|
|
2437
|
+
display: -ms-flexbox;
|
|
2438
|
+
display: flex;
|
|
2439
|
+
-webkit-align-items: center;
|
|
2440
|
+
-ms-flex-align: center;
|
|
2441
|
+
align-items: center;
|
|
2442
|
+
font-size: var(--vc-text-sm);
|
|
2443
|
+
font-weight: var(--vc-font-semibold);
|
|
2444
|
+
text-transform: uppercase;
|
|
2445
|
+
margin-top: -4px;
|
|
2446
|
+
padding-left: 4px;
|
|
2447
|
+
padding-right: 4px;
|
|
2448
|
+
line-height: 21px;
|
|
2449
|
+
}
|
|
2450
|
+
.vc-time-select-group {
|
|
2451
|
+
display: -webkit-inline-flex;
|
|
2452
|
+
display: -ms-inline-flexbox;
|
|
2453
|
+
display: inline-flex;
|
|
2454
|
+
-webkit-align-items: center;
|
|
2455
|
+
-ms-flex-align: center;
|
|
2456
|
+
align-items: center;
|
|
2457
|
+
padding: 0 4px;
|
|
2458
|
+
background: var(--vc-time-select-group-bg);
|
|
2459
|
+
border-radius: var(--vc-rounded-md);
|
|
2460
|
+
border: 1px solid var(--vc-time-select-group-border);
|
|
2461
|
+
}
|
|
2462
|
+
.vc-time-select-group .vc-base-icon {
|
|
2463
|
+
margin-right: 4px;
|
|
2464
|
+
color: var(--vc-time-select-group-icon-color);
|
|
2465
|
+
}
|
|
2466
|
+
.vc-time-select-group select {
|
|
2467
|
+
background: transparent;
|
|
2468
|
+
padding: 0px 4px;
|
|
2469
|
+
}
|
|
2470
|
+
.vc-time-weekday {
|
|
2471
|
+
color: var(--vc-time-weekday-color);
|
|
2472
|
+
letter-spacing: var(--tracking-wide);
|
|
2473
|
+
}
|
|
2474
|
+
.vc-time-month {
|
|
2475
|
+
color: var(--vc-time-month-color);
|
|
2476
|
+
margin-left: 8px;
|
|
2477
|
+
}
|
|
2478
|
+
.vc-time-day {
|
|
2479
|
+
color: var(--vc-time-day-color);
|
|
2480
|
+
margin-left: 4px;
|
|
2481
|
+
}
|
|
2482
|
+
.vc-time-year {
|
|
2483
|
+
color: var(--vc-time-year-color);
|
|
2484
|
+
margin-left: 8px;
|
|
2485
|
+
}
|
|
2486
|
+
.vc-time-colon {
|
|
2487
|
+
margin: 0 1px 2px 2px;
|
|
2488
|
+
}
|
|
2489
|
+
.vc-time-decimal {
|
|
2490
|
+
margin: 0 0 0 1px;
|
|
2491
|
+
}
|
|
2492
|
+
.vc-none-enter-active,
|
|
2493
|
+
.vc-none-leave-active {
|
|
2494
|
+
transition-duration: 0s;
|
|
2495
|
+
}
|
|
2496
|
+
|
|
2497
|
+
.vc-fade-enter-active,
|
|
2498
|
+
.vc-fade-leave-active,
|
|
2499
|
+
.vc-slide-left-enter-active,
|
|
2500
|
+
.vc-slide-left-leave-active,
|
|
2501
|
+
.vc-slide-right-enter-active,
|
|
2502
|
+
.vc-slide-right-leave-active,
|
|
2503
|
+
.vc-slide-up-enter-active,
|
|
2504
|
+
.vc-slide-up-leave-active,
|
|
2505
|
+
.vc-slide-down-enter-active,
|
|
2506
|
+
.vc-slide-down-leave-active,
|
|
2507
|
+
.vc-slide-fade-enter-active,
|
|
2508
|
+
.vc-slide-fade-leave-active {
|
|
2509
|
+
transition: opacity var(--vc-slide-duration) var(--vc-slide-timing),
|
|
2510
|
+
-webkit-transform var(--vc-slide-duration) var(--vc-slide-timing);
|
|
2511
|
+
transition: transform var(--vc-slide-duration) var(--vc-slide-timing),
|
|
2512
|
+
opacity var(--vc-slide-duration) var(--vc-slide-timing);
|
|
2513
|
+
transition: transform var(--vc-slide-duration) var(--vc-slide-timing),
|
|
2514
|
+
opacity var(--vc-slide-duration) var(--vc-slide-timing),
|
|
2515
|
+
-webkit-transform var(--vc-slide-duration) var(--vc-slide-timing);
|
|
2516
|
+
-webkit-backface-visibility: hidden;
|
|
2517
|
+
backface-visibility: hidden;
|
|
2518
|
+
pointer-events: none;
|
|
2519
|
+
}
|
|
2520
|
+
|
|
2521
|
+
.vc-none-leave-active,
|
|
2522
|
+
.vc-fade-leave-active,
|
|
2523
|
+
.vc-slide-left-leave-active,
|
|
2524
|
+
.vc-slide-right-leave-active,
|
|
2525
|
+
.vc-slide-up-leave-active,
|
|
2526
|
+
.vc-slide-down-leave-active {
|
|
2527
|
+
position: absolute !important;
|
|
2528
|
+
width: 100%;
|
|
2529
|
+
}
|
|
2530
|
+
|
|
2531
|
+
.vc-none-enter-from,
|
|
2532
|
+
.vc-none-leave-to,
|
|
2533
|
+
.vc-fade-enter-from,
|
|
2534
|
+
.vc-fade-leave-to,
|
|
2535
|
+
.vc-slide-left-enter-from,
|
|
2536
|
+
.vc-slide-left-leave-to,
|
|
2537
|
+
.vc-slide-right-enter-from,
|
|
2538
|
+
.vc-slide-right-leave-to,
|
|
2539
|
+
.vc-slide-up-enter-from,
|
|
2540
|
+
.vc-slide-up-leave-to,
|
|
2541
|
+
.vc-slide-down-enter-from,
|
|
2542
|
+
.vc-slide-down-leave-to,
|
|
2543
|
+
.vc-slide-fade-enter-from,
|
|
2544
|
+
.vc-slide-fade-leave-to {
|
|
2545
|
+
opacity: 0;
|
|
2546
|
+
}
|
|
2547
|
+
|
|
2548
|
+
.vc-slide-left-enter-from,
|
|
2549
|
+
.vc-slide-right-leave-to,
|
|
2550
|
+
.vc-slide-fade-enter-from.direction-left,
|
|
2551
|
+
.vc-slide-fade-leave-to.direction-left {
|
|
2552
|
+
-webkit-transform: translateX(var(--vc-slide-translate));
|
|
2553
|
+
transform: translateX(var(--vc-slide-translate));
|
|
2554
|
+
}
|
|
2555
|
+
|
|
2556
|
+
.vc-slide-right-enter-from,
|
|
2557
|
+
.vc-slide-left-leave-to,
|
|
2558
|
+
.vc-slide-fade-enter-from.direction-right,
|
|
2559
|
+
.vc-slide-fade-leave-to.direction-right {
|
|
2560
|
+
-webkit-transform: translateX(calc(-1 * var(--vc-slide-translate)));
|
|
2561
|
+
transform: translateX(calc(-1 * var(--vc-slide-translate)));
|
|
2562
|
+
}
|
|
2563
|
+
|
|
2564
|
+
.vc-slide-up-enter-from,
|
|
2565
|
+
.vc-slide-down-leave-to,
|
|
2566
|
+
.vc-slide-fade-enter-from.direction-top,
|
|
2567
|
+
.vc-slide-fade-leave-to.direction-top {
|
|
2568
|
+
-webkit-transform: translateY(var(--vc-slide-translate));
|
|
2569
|
+
transform: translateY(var(--vc-slide-translate));
|
|
2570
|
+
}
|
|
2571
|
+
|
|
2572
|
+
.vc-slide-down-enter-from,
|
|
2573
|
+
.vc-slide-up-leave-to,
|
|
2574
|
+
.vc-slide-fade-enter-from.direction-bottom,
|
|
2575
|
+
.vc-slide-fade-leave-to.direction-bottom {
|
|
2576
|
+
-webkit-transform: translateY(calc(-1 * var(--vc-slide-translate)));
|
|
2577
|
+
transform: translateY(calc(-1 * var(--vc-slide-translate)));
|
|
2578
|
+
}
|
|
2579
|
+
|
|
2580
|
+
:root {
|
|
2581
|
+
--vc-white: #ffffff;
|
|
2582
|
+
--vc-black: #000000;
|
|
2583
|
+
|
|
2584
|
+
--vc-gray-50: #f8fafc;
|
|
2585
|
+
--vc-gray-100: #f1f5f9;
|
|
2586
|
+
--vc-gray-200: #e2e8f0;
|
|
2587
|
+
--vc-gray-300: #cbd5e1;
|
|
2588
|
+
--vc-gray-400: #94a3b8;
|
|
2589
|
+
--vc-gray-500: #64748b;
|
|
2590
|
+
--vc-gray-600: #475569;
|
|
2591
|
+
--vc-gray-700: #334155;
|
|
2592
|
+
--vc-gray-800: #1e293b;
|
|
2593
|
+
--vc-gray-900: #0f172a;
|
|
2594
|
+
|
|
2595
|
+
--vc-font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', 'Roboto',
|
|
2596
|
+
'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
|
|
2597
|
+
'Helvetica', 'Arial', sans-serif;
|
|
2598
|
+
|
|
2599
|
+
--vc-font-normal: 400;
|
|
2600
|
+
--vc-font-medium: 500;
|
|
2601
|
+
--vc-font-semibold: 600;
|
|
2602
|
+
--vc-font-bold: 700;
|
|
2603
|
+
|
|
2604
|
+
--vc-text-2xs: 10px;
|
|
2605
|
+
--vc-text-xs: 12px;
|
|
2606
|
+
--vc-text-sm: 14px;
|
|
2607
|
+
--vc-text-base: 16px;
|
|
2608
|
+
--vc-text-lg: 18px;
|
|
2609
|
+
--vc-text-xl: 20px;
|
|
2610
|
+
--vc-text-2xl: 24px;
|
|
2611
|
+
|
|
2612
|
+
--vc-leading-none: 1;
|
|
2613
|
+
--vc-leading-tight: 1.25;
|
|
2614
|
+
--vc-leading-snug: 1.375;
|
|
2615
|
+
--vc-leading-normal: 1.5;
|
|
2616
|
+
|
|
2617
|
+
--vc-rounded: 0.25rem;
|
|
2618
|
+
--vc-rounded-md: 0.375rem;
|
|
2619
|
+
--vc-rounded-lg: 0.5rem;
|
|
2620
|
+
--vc-rounded-full: 9999px;
|
|
2621
|
+
|
|
2622
|
+
--vc-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
|
|
2623
|
+
--vc-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
|
|
2624
|
+
0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
2625
|
+
--vc-shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
|
|
2626
|
+
|
|
2627
|
+
--vc-slide-translate: 22px;
|
|
2628
|
+
--vc-slide-duration: 0.15s;
|
|
2629
|
+
--vc-slide-timing: ease;
|
|
2630
|
+
|
|
2631
|
+
--vc-day-content-transition: all 0.13s ease-in;
|
|
2632
|
+
--vc-weeknumber-offset-inside: 26px;
|
|
2633
|
+
--vc-weeknumber-offset-outside: 34px;
|
|
2634
|
+
}
|
|
2635
|
+
|
|
2636
|
+
.vc-gray {
|
|
2637
|
+
--vc-accent-50: var(--vc-gray-50);
|
|
2638
|
+
--vc-accent-100: var(--vc-gray-100);
|
|
2639
|
+
--vc-accent-200: var(--vc-gray-200);
|
|
2640
|
+
--vc-accent-300: var(--vc-gray-300);
|
|
2641
|
+
--vc-accent-400: var(--vc-gray-400);
|
|
2642
|
+
--vc-accent-500: var(--vc-gray-500);
|
|
2643
|
+
--vc-accent-600: var(--vc-gray-600);
|
|
2644
|
+
--vc-accent-700: var(--vc-gray-700);
|
|
2645
|
+
--vc-accent-800: var(--vc-gray-800);
|
|
2646
|
+
--vc-accent-900: var(--vc-gray-900);
|
|
2647
|
+
}
|
|
2648
|
+
|
|
2649
|
+
.vc-red {
|
|
2650
|
+
--vc-accent-50: #fef2f2;
|
|
2651
|
+
--vc-accent-100: #fee2e2;
|
|
2652
|
+
--vc-accent-200: #fecaca;
|
|
2653
|
+
--vc-accent-300: #fca5a5;
|
|
2654
|
+
--vc-accent-400: #f87171;
|
|
2655
|
+
--vc-accent-500: #ef4444;
|
|
2656
|
+
--vc-accent-600: #dc2626;
|
|
2657
|
+
--vc-accent-700: #b91c1c;
|
|
2658
|
+
--vc-accent-800: #991b1b;
|
|
2659
|
+
--vc-accent-900: #7f1d1d;
|
|
2660
|
+
}
|
|
2661
|
+
|
|
2662
|
+
.vc-orange {
|
|
2663
|
+
--vc-accent-50: #fff7ed;
|
|
2664
|
+
--vc-accent-100: #ffedd5;
|
|
2665
|
+
--vc-accent-200: #fed7aa;
|
|
2666
|
+
--vc-accent-300: #fdba74;
|
|
2667
|
+
--vc-accent-400: #fb923c;
|
|
2668
|
+
--vc-accent-500: #f97316;
|
|
2669
|
+
--vc-accent-600: #ea580c;
|
|
2670
|
+
--vc-accent-700: #c2410c;
|
|
2671
|
+
--vc-accent-800: #9a3412;
|
|
2672
|
+
--vc-accent-900: #7c2d12;
|
|
2673
|
+
}
|
|
2674
|
+
|
|
2675
|
+
.vc-yellow {
|
|
2676
|
+
--vc-accent-50: #fefce8;
|
|
2677
|
+
--vc-accent-100: #fef9c3;
|
|
2678
|
+
--vc-accent-200: #fef08a;
|
|
2679
|
+
--vc-accent-300: #fde047;
|
|
2680
|
+
--vc-accent-400: #facc15;
|
|
2681
|
+
--vc-accent-500: #eab308;
|
|
2682
|
+
--vc-accent-600: #ca8a04;
|
|
2683
|
+
--vc-accent-700: #a16207;
|
|
2684
|
+
--vc-accent-800: #854d0e;
|
|
2685
|
+
--vc-accent-900: #713f12;
|
|
2686
|
+
}
|
|
2687
|
+
|
|
2688
|
+
.vc-green {
|
|
2689
|
+
--vc-accent-50: #f0fdf4;
|
|
2690
|
+
--vc-accent-100: #dcfce7;
|
|
2691
|
+
--vc-accent-200: #bbf7d0;
|
|
2692
|
+
--vc-accent-300: #86efac;
|
|
2693
|
+
--vc-accent-400: #4ade80;
|
|
2694
|
+
--vc-accent-500: #22c55e;
|
|
2695
|
+
--vc-accent-600: #16a34a;
|
|
2696
|
+
--vc-accent-700: #15803d;
|
|
2697
|
+
--vc-accent-800: #166534;
|
|
2698
|
+
--vc-accent-900: #14532d;
|
|
2699
|
+
}
|
|
2700
|
+
|
|
2701
|
+
.vc-teal {
|
|
2702
|
+
--vc-accent-50: #f0fdfa;
|
|
2703
|
+
--vc-accent-100: #ccfbf1;
|
|
2704
|
+
--vc-accent-200: #99f6e4;
|
|
2705
|
+
--vc-accent-300: #5eead4;
|
|
2706
|
+
--vc-accent-400: #2dd4bf;
|
|
2707
|
+
--vc-accent-500: #14b8a6;
|
|
2708
|
+
--vc-accent-600: #0d9488;
|
|
2709
|
+
--vc-accent-700: #0f766e;
|
|
2710
|
+
--vc-accent-800: #115e59;
|
|
2711
|
+
--vc-accent-900: #134e4a;
|
|
2712
|
+
}
|
|
2713
|
+
|
|
2714
|
+
.vc-blue {
|
|
2715
|
+
--vc-accent-50: #eff6ff;
|
|
2716
|
+
--vc-accent-100: #dbeafe;
|
|
2717
|
+
--vc-accent-200: #bfdbfe;
|
|
2718
|
+
--vc-accent-300: #93c5fd;
|
|
2719
|
+
--vc-accent-400: #60a5fa;
|
|
2720
|
+
--vc-accent-500: #3b82f6;
|
|
2721
|
+
--vc-accent-600: #2563eb;
|
|
2722
|
+
--vc-accent-700: #1d4ed8;
|
|
2723
|
+
--vc-accent-800: #1e40af;
|
|
2724
|
+
--vc-accent-900: #1e3a8a;
|
|
2725
|
+
}
|
|
2726
|
+
|
|
2727
|
+
.vc-indigo {
|
|
2728
|
+
--vc-accent-50: #eef2ff;
|
|
2729
|
+
--vc-accent-100: #e0e7ff;
|
|
2730
|
+
--vc-accent-200: #c7d2fe;
|
|
2731
|
+
--vc-accent-300: #a5b4fc;
|
|
2732
|
+
--vc-accent-400: #818cf8;
|
|
2733
|
+
--vc-accent-500: #6366f1;
|
|
2734
|
+
--vc-accent-600: #4f46e5;
|
|
2735
|
+
--vc-accent-700: #4338ca;
|
|
2736
|
+
--vc-accent-800: #3730a3;
|
|
2737
|
+
--vc-accent-900: #312e81;
|
|
2738
|
+
}
|
|
2739
|
+
|
|
2740
|
+
.vc-purple {
|
|
2741
|
+
--vc-accent-50: #faf5ff;
|
|
2742
|
+
--vc-accent-100: #f3e8ff;
|
|
2743
|
+
--vc-accent-200: #e9d5ff;
|
|
2744
|
+
--vc-accent-300: #d8b4fe;
|
|
2745
|
+
--vc-accent-400: #c084fc;
|
|
2746
|
+
--vc-accent-500: #a855f7;
|
|
2747
|
+
--vc-accent-600: #9333ea;
|
|
2748
|
+
--vc-accent-700: #7e22ce;
|
|
2749
|
+
--vc-accent-800: #6b21a8;
|
|
2750
|
+
--vc-accent-900: #581c87;
|
|
2751
|
+
}
|
|
2752
|
+
|
|
2753
|
+
.vc-pink {
|
|
2754
|
+
--vc-accent-50: #fdf2f8;
|
|
2755
|
+
--vc-accent-100: #fce7f3;
|
|
2756
|
+
--vc-accent-200: #fbcfe8;
|
|
2757
|
+
--vc-accent-300: #f9a8d4;
|
|
2758
|
+
--vc-accent-400: #f472b6;
|
|
2759
|
+
--vc-accent-500: #ec4899;
|
|
2760
|
+
--vc-accent-600: #db2777;
|
|
2761
|
+
--vc-accent-700: #be185d;
|
|
2762
|
+
--vc-accent-800: #9d174d;
|
|
2763
|
+
--vc-accent-900: #831843;
|
|
2764
|
+
}
|
|
2765
|
+
|
|
2766
|
+
.vc-focus:focus-within {
|
|
2767
|
+
outline: 0;
|
|
2768
|
+
box-shadow: var(--vc-focus-ring);
|
|
2769
|
+
}
|
|
2770
|
+
|
|
2771
|
+
.vc-light {
|
|
2772
|
+
/* Base */
|
|
2773
|
+
--vc-color: var(--vc-gray-900);
|
|
2774
|
+
--vc-bg: var(--vc-white);
|
|
2775
|
+
--vc-border: var(--vc-gray-300);
|
|
2776
|
+
--vc-hover-bg: hsla(211, 25%, 84%, 0.3);
|
|
2777
|
+
--vc-focus-ring: 0 0 0 2px rgb(59, 131, 246, 0.4);
|
|
2778
|
+
/* Calendar header */
|
|
2779
|
+
--vc-header-arrow-color: var(--vc-gray-500);
|
|
2780
|
+
--vc-header-arrow-hover-bg: var(--vc-gray-200);
|
|
2781
|
+
--vc-header-title-color: var(--vc-gray-900);
|
|
2782
|
+
/* Calendar weekdays */
|
|
2783
|
+
--vc-weekday-color: var(--vc-gray-500);
|
|
2784
|
+
/* Calendar weeknumbers */
|
|
2785
|
+
--vc-weeknumber-color: var(--vc-gray-400);
|
|
2786
|
+
/* Calendar nav */
|
|
2787
|
+
--vc-nav-hover-bg: var(--vc-gray-200);
|
|
2788
|
+
--vc-nav-title-color: var(--vc-gray-900);
|
|
2789
|
+
--vc-nav-item-hover-box-shadow: none;
|
|
2790
|
+
--vc-nav-item-active-color: var(--vc-white);
|
|
2791
|
+
--vc-nav-item-active-bg: var(--vc-accent-500);
|
|
2792
|
+
--vc-nav-item-active-box-shadow: var(--vc-shadow);
|
|
2793
|
+
--vc-nav-item-current-color: var(--vc-accent-600);
|
|
2794
|
+
/* Calendar day popover */
|
|
2795
|
+
--vc-day-popover-container-color: var(--vc-white);
|
|
2796
|
+
--vc-day-popover-container-bg: var(--vc-gray-800);
|
|
2797
|
+
--vc-day-popover-container-border: var(--vc-gray-700);
|
|
2798
|
+
--vc-day-popover-header-color: var(--vc-gray-700);
|
|
2799
|
+
/* Popover content */
|
|
2800
|
+
--vc-popover-content-color: var(--vc-gray-900);
|
|
2801
|
+
--vc-popover-content-bg: var(--vc-gray-50);
|
|
2802
|
+
--vc-popover-content-border: var(--vc-gray-300);
|
|
2803
|
+
/* Time picker */
|
|
2804
|
+
--vc-time-picker-border: var(--vc-gray-300);
|
|
2805
|
+
--vc-time-weekday-color: var(--vc-gray-700);
|
|
2806
|
+
--vc-time-month-color: var(--vc-accent-600);
|
|
2807
|
+
--vc-time-day-color: var(--vc-accent-600);
|
|
2808
|
+
--vc-time-year-color: var(--vc-gray-500);
|
|
2809
|
+
/* Time select group */
|
|
2810
|
+
--vc-time-select-group-bg: var(--vc-gray-50);
|
|
2811
|
+
--vc-time-select-group-border: var(--vc-gray-300);
|
|
2812
|
+
--vc-time-select-group-icon-color: var(--vc-accent-500);
|
|
2813
|
+
/* Base select */
|
|
2814
|
+
--vc-select-color: var(--vc-gray-900);
|
|
2815
|
+
--vc-select-bg: var(--vc-gray-100);
|
|
2816
|
+
--vc-select-hover-bg: var(--vc-gray-200);
|
|
2817
|
+
/* Calendar day */
|
|
2818
|
+
--vc-day-content-hover-bg: var(--vc-hover-bg);
|
|
2819
|
+
--vc-day-content-disabled-color: var(--vc-gray-400);
|
|
2820
|
+
}
|
|
2821
|
+
|
|
2822
|
+
/* Calendar attributes */
|
|
2823
|
+
|
|
2824
|
+
.vc-light.vc-attr,
|
|
2825
|
+
.vc-light .vc-attr {
|
|
2826
|
+
--vc-content-color: var(--vc-accent-600);
|
|
2827
|
+
--vc-highlight-outline-bg: var(--vc-white);
|
|
2828
|
+
--vc-highlight-outline-border: var(--vc-accent-600);
|
|
2829
|
+
--vc-highlight-outline-content-color: var(--vc-accent-700);
|
|
2830
|
+
--vc-highlight-light-bg: var(--vc-accent-200);
|
|
2831
|
+
--vc-highlight-light-content-color: var(--vc-accent-900);
|
|
2832
|
+
--vc-highlight-solid-bg: var(--vc-accent-600);
|
|
2833
|
+
--vc-highlight-solid-content-color: var(--vc-white);
|
|
2834
|
+
--vc-dot-bg: var(--vc-accent-600);
|
|
2835
|
+
--vc-bar-bg: var(--vc-accent-600);
|
|
2836
|
+
}
|
|
2837
|
+
|
|
2838
|
+
.vc-dark {
|
|
2839
|
+
/* Base */
|
|
2840
|
+
--vc-color: var(--vc-white);
|
|
2841
|
+
--vc-bg: var(--vc-gray-900);
|
|
2842
|
+
--vc-border: var(--vc-gray-700);
|
|
2843
|
+
--vc-hover-bg: hsla(216, 15%, 52%, 0.3);
|
|
2844
|
+
--vc-focus-ring: 0 0 0 2px rgb(59 130 246 / 0.7);
|
|
2845
|
+
/* Calendar header */
|
|
2846
|
+
--vc-header-arrow-color: var(--vc-gray-300);
|
|
2847
|
+
--vc-header-arrow-hover-bg: var(--vc-gray-800);
|
|
2848
|
+
--vc-header-title-color: var(--vc-gray-100);
|
|
2849
|
+
/* Calendar weekdays */
|
|
2850
|
+
--vc-weekday-color: var(--vc-accent-200);
|
|
2851
|
+
/* Calendar weeknumbers */
|
|
2852
|
+
--vc-weeknumber-color: var(--vc-gray-500);
|
|
2853
|
+
/* Calendar nav */
|
|
2854
|
+
--vc-nav-hover-bg: var(--vc-gray-700);
|
|
2855
|
+
--vc-nav-title-color: var(--vc-gray-100);
|
|
2856
|
+
--vc-nav-item-hover-box-shadow: none;
|
|
2857
|
+
--vc-nav-item-active-color: var(--vc-white);
|
|
2858
|
+
--vc-nav-item-active-bg: var(--vc-accent-500);
|
|
2859
|
+
--vc-nav-item-active-box-shadow: none;
|
|
2860
|
+
--vc-nav-item-current-color: var(--vc-accent-400);
|
|
2861
|
+
/* Calendar day popover */
|
|
2862
|
+
--vc-day-popover-container-color: var(--vc-gray-800);
|
|
2863
|
+
--vc-day-popover-container-bg: var(--vc-white);
|
|
2864
|
+
--vc-day-popover-container-border: var(--vc-gray-100);
|
|
2865
|
+
--vc-day-popover-header-color: var(--vc-gray-300);
|
|
2866
|
+
/* Popover content */
|
|
2867
|
+
--vc-popover-content-color: var(--vc-white);
|
|
2868
|
+
--vc-popover-content-bg: var(--vc-gray-800);
|
|
2869
|
+
--vc-popover-content-border: var(--vc-gray-700);
|
|
2870
|
+
/* Time picker */
|
|
2871
|
+
--vc-time-picker-border: var(--vc-gray-700);
|
|
2872
|
+
--vc-time-weekday-color: var(--vc-gray-400);
|
|
2873
|
+
--vc-time-month-color: var(--vc-accent-400);
|
|
2874
|
+
--vc-time-day-color: var(--vc-accent-400);
|
|
2875
|
+
--vc-time-year-color: var(--vc-gray-500);
|
|
2876
|
+
/* Time select group */
|
|
2877
|
+
--vc-time-select-group-bg: var(--vc-gray-700);
|
|
2878
|
+
--vc-time-select-group-border: var(--vc-gray-500);
|
|
2879
|
+
--vc-time-select-group-icon-color: var(--vc-accent-400);
|
|
2880
|
+
/* Base select */
|
|
2881
|
+
--vc-select-color: var(--vc-gray-200);
|
|
2882
|
+
--vc-select-bg: var(--vc-gray-700);
|
|
2883
|
+
--vc-select-hover-bg: var(--vc-gray-600);
|
|
2884
|
+
/* Calendar day */
|
|
2885
|
+
--vc-day-content-hover-bg: var(--vc-hover-bg);
|
|
2886
|
+
--vc-day-content-disabled-color: var(--vc-gray-600);
|
|
2887
|
+
}
|
|
2888
|
+
|
|
2889
|
+
/* Calendar attributes */
|
|
2890
|
+
|
|
2891
|
+
.vc-dark.vc-attr,
|
|
2892
|
+
.vc-dark .vc-attr {
|
|
2893
|
+
--vc-content-color: var(--vc-accent-500);
|
|
2894
|
+
--vc-highlight-outline-bg: var(--vc-gray-900);
|
|
2895
|
+
--vc-highlight-outline-border: var(--vc-accent-300);
|
|
2896
|
+
--vc-highlight-outline-content-color: var(--vc-accent-200);
|
|
2897
|
+
--vc-highlight-light-bg: var(--vc-accent-800);
|
|
2898
|
+
--vc-highlight-light-content-color: var(--vc-accent-100);
|
|
2899
|
+
--vc-highlight-solid-bg: var(--vc-accent-500);
|
|
2900
|
+
--vc-highlight-solid-content-color: var(--vc-white);
|
|
2901
|
+
--vc-dot-bg: var(--vc-accent-500);
|
|
2902
|
+
--vc-bar-bg: var(--vc-accent-500);
|
|
2903
|
+
}
|
|
2904
|
+
|
|
2905
|
+
.vc-container {
|
|
2906
|
+
position: relative;
|
|
2907
|
+
display: -webkit-inline-flex;
|
|
2908
|
+
display: -ms-inline-flexbox;
|
|
2909
|
+
display: inline-flex;
|
|
2910
|
+
width: -webkit-max-content;
|
|
2911
|
+
width: max-content;
|
|
2912
|
+
height: -webkit-max-content;
|
|
2913
|
+
height: max-content;
|
|
2914
|
+
font-family: var(--vc-font-family);
|
|
2915
|
+
color: var(--vc-color);
|
|
2916
|
+
background-color: var(--vc-bg);
|
|
2917
|
+
-webkit-font-smoothing: antialiased;
|
|
2918
|
+
-moz-osx-font-smoothing: grayscale;
|
|
2919
|
+
-webkit-tap-highlight-color: transparent;
|
|
2920
|
+
}
|
|
2921
|
+
|
|
2922
|
+
.vc-container,
|
|
2923
|
+
.vc-container * {
|
|
2924
|
+
box-sizing: border-box;
|
|
2925
|
+
}
|
|
2926
|
+
|
|
2927
|
+
.vc-container:focus, .vc-container *:focus {
|
|
2928
|
+
outline: none;
|
|
2929
|
+
}
|
|
2930
|
+
|
|
2931
|
+
/* Hides double border within popovers */
|
|
2932
|
+
|
|
2933
|
+
.vc-container .vc-container {
|
|
2934
|
+
border: none;
|
|
2935
|
+
}
|
|
2936
|
+
|
|
2937
|
+
.vc-bordered {
|
|
2938
|
+
border: 1px solid;
|
|
2939
|
+
border-color: var(--vc-border);
|
|
2940
|
+
border-radius: var(--vc-rounded-lg);
|
|
2941
|
+
}
|
|
2942
|
+
|
|
2943
|
+
.vc-expanded {
|
|
2944
|
+
min-width: 100%;
|
|
2945
|
+
}
|
|
2946
|
+
|
|
2947
|
+
.vc-transparent {
|
|
2948
|
+
background-color: transparent;
|
|
2949
|
+
}
|
|
2950
|
+
|
|
2951
|
+
.vc-date-picker-content {
|
|
2952
|
+
padding: 0;
|
|
2953
|
+
background-color: var(--vc-bg);
|
|
2954
|
+
}
|
|
2955
|
+
|
|
2956
|
+
.vc-date-picker-content .vc-container {
|
|
2957
|
+
border: 0;
|
|
2958
|
+
}
|
|
2959
|
+
|
|
2960
|
+
.v-calendar-date-picker {
|
|
2961
|
+
--vc-bg: var(--kds-color-surface-default);
|
|
2962
|
+
--vc-font-family: var(--kds-core-font-family-roboto);
|
|
2963
|
+
--vc-color: var(--kds-color-text-and-icon-neutral);
|
|
2964
|
+
--vc-border: transparent;
|
|
2965
|
+
--vc-rounded: var(--kds-border-radius-container-0-25x);
|
|
2966
|
+
|
|
2967
|
+
--vc-font-normal: 400;
|
|
2968
|
+
--vc-font-medium: 500;
|
|
2969
|
+
--vc-font-semibold: 600;
|
|
2970
|
+
--vc-font-bold: 700;
|
|
2971
|
+
|
|
2972
|
+
--vc-text-2xs: var(--kds-core-font-size-0-62x);
|
|
2973
|
+
--vc-text-xs: var(--kds-core-font-size-0-62x);
|
|
2974
|
+
--vc-text-sm: var(--kds-core-font-size-0-75x);
|
|
2975
|
+
--vc-text-base: var(--kds-core-font-size-0-75x);
|
|
2976
|
+
--vc-text-lg: var(--kds-core-font-size-0-87x);
|
|
2977
|
+
--vc-text-xl: var(--kds-core-font-size-1x);
|
|
2978
|
+
--vc-text-2xl: var(--kds-core-font-size-1-13x);
|
|
2979
|
+
|
|
2980
|
+
--vc-popover-content-color: var(--vc-color);
|
|
2981
|
+
--vc-popover-content-bg: var(--kds-color-surface-default);
|
|
2982
|
+
--vc-popover-content-border: var(--kds-color-border-neutral);
|
|
2983
|
+
|
|
2984
|
+
box-shadow: var(--kds-elevation-level-3);
|
|
2985
|
+
& .vc-highlight-content-solid {
|
|
2986
|
+
font-weight: var(--kds-core-font-weight-medium);
|
|
2987
|
+
color: var(--kds-color-text-and-icon-selected);
|
|
2988
|
+
background-color: var(--kds-color-background-selected-initial);
|
|
2989
|
+
}
|
|
2990
|
+
& button,
|
|
2991
|
+
& .vc-arrow {
|
|
2992
|
+
color: var(--kds-color-text-and-icon-neutral);
|
|
2993
|
+
background-color: var(--kds-color-background-neutral-initial);
|
|
2994
|
+
border: var(--kds-border-action-transparent);
|
|
2995
|
+
&.vc-prev,
|
|
2996
|
+
&.vc-next {
|
|
2997
|
+
width: var(--kds-dimension-component-width-1-25x);
|
|
2998
|
+
height: var(--kds-dimension-component-height-1-25x);
|
|
2999
|
+
border-radius: var(--kds-border-radius-container-0-25x);
|
|
3000
|
+
}
|
|
3001
|
+
&:hover,
|
|
3002
|
+
&.vc-arrow:hover {
|
|
3003
|
+
background-color: var(--kds-color-background-neutral-hover);
|
|
3004
|
+
}
|
|
3005
|
+
&:active,
|
|
3006
|
+
&.vc-arrow:active {
|
|
3007
|
+
background-color: var(--kds-color-background-neutral-active);
|
|
3008
|
+
}
|
|
3009
|
+
&:focus-within {
|
|
3010
|
+
box-shadow: none;
|
|
3011
|
+
}
|
|
3012
|
+
}
|
|
3013
|
+
& .vc-pane {
|
|
3014
|
+
width: max-content;
|
|
3015
|
+
min-width: initial;
|
|
3016
|
+
& .vc-weeks {
|
|
3017
|
+
display: grid;
|
|
3018
|
+
gap: 4px;
|
|
3019
|
+
width: max-content;
|
|
3020
|
+
min-width: initial;
|
|
3021
|
+
& .vc-week {
|
|
3022
|
+
gap: 4px;
|
|
3023
|
+
& .vc-day {
|
|
3024
|
+
min-height: var(--kds-dimension-component-height-1-5x);
|
|
3025
|
+
border-radius: var(--kds-border-radius-container-0-25x);
|
|
3026
|
+
& .vc-highlight {
|
|
3027
|
+
border-radius: var(--kds-border-radius-container-0-25x);
|
|
3028
|
+
}
|
|
3029
|
+
& .vc-day-content {
|
|
3030
|
+
width: var(--kds-dimension-component-height-1-5x);
|
|
3031
|
+
height: var(--kds-dimension-component-height-1-5x);
|
|
3032
|
+
border-radius: var(--kds-border-radius-container-0-25x);
|
|
3033
|
+
}
|
|
3034
|
+
&:focus-within {
|
|
3035
|
+
background-color: var(--kds-color-background-neutral-active);
|
|
3036
|
+
box-shadow: none;
|
|
3037
|
+
}
|
|
3038
|
+
}
|
|
3039
|
+
}
|
|
3040
|
+
}
|
|
3041
|
+
}
|
|
3042
|
+
.vc-focus:focus-within {
|
|
3043
|
+
outline: var(--kds-border-action-focused);
|
|
3044
|
+
outline-offset: var(--kds-spacing-offset-focus);
|
|
3045
|
+
box-shadow: none;
|
|
3046
|
+
}
|
|
3047
|
+
}
|
|
3048
|
+
.vc-popover-content {
|
|
3049
|
+
--vc-popover-content-color: var(--kds-color-text-and-icon-neutral);
|
|
3050
|
+
--vc-popover-content-bg: var(--kds-color-surface-muted);
|
|
3051
|
+
--vc-popover-content-border: transparent;
|
|
3052
|
+
|
|
3053
|
+
box-shadow: var(--kds-elevation-level-3);
|
|
3054
|
+
& .vc-nav-item,
|
|
3055
|
+
& .vc-nav-arrow,
|
|
3056
|
+
& .vc-nav-title {
|
|
3057
|
+
width: initial;
|
|
3058
|
+
height: var(--kds-dimension-component-height-1-5x);
|
|
3059
|
+
padding: 0 var(--kds-spacing-container-0-25x);
|
|
3060
|
+
font-size: var(--kds-core-font-size-0-75x);
|
|
3061
|
+
font-weight: var(--kds-core-font-weight-regular);
|
|
3062
|
+
line-height: var(--kds-core-line-height-singleline);
|
|
3063
|
+
color: var(--kds-color-text-and-icon-neutral);
|
|
3064
|
+
background-color: var(--kds-color-background-neutral-initial);
|
|
3065
|
+
border: var(--kds-border-action-transparent);
|
|
3066
|
+
&.is-left,
|
|
3067
|
+
&.is-right {
|
|
3068
|
+
width: var(--kds-dimension-component-width-1-25x);
|
|
3069
|
+
height: var(--kds-dimension-component-height-1-25x);
|
|
3070
|
+
padding: 0;
|
|
3071
|
+
margin-top: 2px;
|
|
3072
|
+
border-radius: var(--kds-border-radius-container-0-25x);
|
|
3073
|
+
}
|
|
3074
|
+
&:hover,
|
|
3075
|
+
&.vc-arrow:hover {
|
|
3076
|
+
background-color: var(--kds-color-background-neutral-hover);
|
|
3077
|
+
}
|
|
3078
|
+
&:active,
|
|
3079
|
+
&.vc-arrow:active {
|
|
3080
|
+
background-color: var(--kds-color-background-neutral-active);
|
|
3081
|
+
}
|
|
3082
|
+
&:focus-within {
|
|
3083
|
+
box-shadow: none;
|
|
3084
|
+
}
|
|
3085
|
+
&.is-active {
|
|
3086
|
+
color: var(--kds-color-text-and-icon-selected);
|
|
3087
|
+
background-color: var(--kds-color-background-selected-initial);
|
|
3088
|
+
box-shadow: none;
|
|
3089
|
+
&:hover {
|
|
3090
|
+
background-color: var(--kds-color-background-selected-hover);
|
|
3091
|
+
}
|
|
3092
|
+
}
|
|
3093
|
+
}
|
|
3094
|
+
}
|
|
3095
|
+
|
|
1665
3096
|
.kds-date-time-format-popover[data-v-892448f6] {
|
|
1666
3097
|
display: flex;
|
|
1667
3098
|
flex-direction: column;
|
|
@@ -1680,6 +3111,12 @@ html.kds-legacy {
|
|
|
1680
3111
|
height: var(--kds-dimension-component-height-12x);
|
|
1681
3112
|
}
|
|
1682
3113
|
|
|
3114
|
+
.kds-search-results-container[data-v-873d26bd] {
|
|
3115
|
+
background-color: var(--kds-color-surface-default);
|
|
3116
|
+
border-radius: var(--kds-border-radius-container-0-50x);
|
|
3117
|
+
box-shadow: var(--kds-elevation-level-3);
|
|
3118
|
+
}
|
|
3119
|
+
|
|
1683
3120
|
textarea {
|
|
1684
3121
|
&[data-v-7a6592b5] {
|
|
1685
3122
|
box-sizing: border-box;
|