@ihk-gfi/lux-components-theme 21.1.0 → 21.3.0
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/package.json +1 -1
- package/prebuilt-themes/luxtheme-authentic-min.css +1 -1
- package/prebuilt-themes/luxtheme-authentic-min.css.map +1 -1
- package/prebuilt-themes/luxtheme-authentic.css +339 -59
- package/prebuilt-themes/luxtheme-authentic.css.map +1 -1
- package/prebuilt-themes/luxtheme-green-min.css +1 -1
- package/prebuilt-themes/luxtheme-green-min.css.map +1 -1
- package/prebuilt-themes/luxtheme-green.css +341 -61
- package/prebuilt-themes/luxtheme-green.css.map +1 -1
- package/src/base-templates/common/_luxstyles.scss +42 -0
- package/src/base-templates/components/_luxAppHeaderAc.scss +1 -1
- package/src/base-templates/components/_luxButton.scss +1 -0
- package/src/base-templates/components/_luxButtonFlat.scss +8 -8
- package/src/base-templates/components/_luxButtonIcon.scss +44 -0
- package/src/base-templates/components/_luxButtonRaised.scss +2 -2
- package/src/base-templates/components/_luxButtonRoundedStroked.scss +11 -4
- package/src/base-templates/components/_luxButtonSpinner.scss +3 -3
- package/src/base-templates/components/_luxButtonToggle.scss +61 -0
- package/src/base-templates/components/_luxConsent.scss +63 -0
- package/src/base-templates/components/_luxDialog.scss +15 -12
- package/src/base-templates/components/_luxFormControlWrapper.scss +1 -1
- package/src/base-templates/components/_luxInput.scss +4 -8
- package/src/base-templates/components/_luxMenu.scss +26 -3
- package/src/base-templates/components/_luxSelect.scss +41 -1
- package/src/base-templates/components/_luxTile.scss +1 -1
- package/src/base-templates/components/_luxTileAc.scss +5 -1
- package/src/theme-authentic/_variables.scss +85 -18
- package/src/theme-authentic/lux-authentic.scss +2 -0
- package/src/theme-green/_variables.scss +86 -19
- package/src/theme-green/lux-green.scss +2 -0
|
@@ -1605,13 +1605,37 @@
|
|
|
1605
1605
|
--lux-theme-dark-primary-text: var(--mat-sys-on-surface);
|
|
1606
1606
|
--lux-theme-dark-secondary-text: var(--mat-sys-on-surface-variant);
|
|
1607
1607
|
--lux-theme-dark-disabled-text: var(--mat-sys-outline);
|
|
1608
|
-
--lux-theme-dark-dividers:
|
|
1608
|
+
--lux-theme-dark-dividers: rgba(0, 51, 102, 0.1);
|
|
1609
1609
|
--lux-theme-dark-focused: rgba(0, 0, 0, 0.12);
|
|
1610
1610
|
--lux-theme-light-primary-text: white;
|
|
1611
1611
|
--lux-theme-light-secondary-text: rgba(255, 255, 255, 0.74);
|
|
1612
1612
|
--lux-theme-light-disabled-text: rgba(255, 255, 255, 0.38);
|
|
1613
1613
|
--lux-theme-light-dividers: rgba(255, 255, 255, 0.2);
|
|
1614
1614
|
--lux-theme-light-focused: rgba(255, 255, 255, 0.12);
|
|
1615
|
+
--lux-theme-breakpoint-xs: 599px;
|
|
1616
|
+
--lux-theme-breakpoint-sm: 959px;
|
|
1617
|
+
--lux-theme-breakpoint-md: 1279px;
|
|
1618
|
+
--lux-theme-breakpoint-lg: 1919px;
|
|
1619
|
+
--lux-theme-breakpoint-xl: 4999px;
|
|
1620
|
+
--lux-theme-radius-xs: 2px;
|
|
1621
|
+
--lux-theme-radius-sm: 4px;
|
|
1622
|
+
--lux-theme-radius-md: 8px;
|
|
1623
|
+
--lux-theme-radius-lg: 16px;
|
|
1624
|
+
--lux-theme-radius-xl: 24px;
|
|
1625
|
+
--lux-theme-radius-xxl: 999px;
|
|
1626
|
+
--lux-theme-spacing-xxs: 2px;
|
|
1627
|
+
--lux-theme-spacing-xs: 4px;
|
|
1628
|
+
--lux-theme-spacing-sm: 8px;
|
|
1629
|
+
--lux-theme-spacing-md: 16px;
|
|
1630
|
+
--lux-theme-spacing-lg: 24px;
|
|
1631
|
+
--lux-theme-spacing-xl: 32px;
|
|
1632
|
+
--lux-theme-spacing-xxl: 48px;
|
|
1633
|
+
--lux-theme-spacing-xxxl: 64px;
|
|
1634
|
+
--lux-theme-font-size-xs: 0.75rem;
|
|
1635
|
+
--lux-theme-font-size-sm: 0.875rem;
|
|
1636
|
+
--lux-theme-font-size-md: 1rem;
|
|
1637
|
+
--lux-theme-font-size-lg: 1.125rem;
|
|
1638
|
+
--lux-theme-font-size-xl: 1.25rem;
|
|
1615
1639
|
--lux-theme-primary-color: #003366;
|
|
1616
1640
|
--lux-theme-accent-color: ;
|
|
1617
1641
|
--lux-theme-warn-color: #ba1a1a;
|
|
@@ -1691,6 +1715,11 @@
|
|
|
1691
1715
|
--lux-theme-app-gradient-reverse: linear-gradient(270deg, #ffffff 0%, var(--mat-sys-surface-container) 100%);
|
|
1692
1716
|
--lux-theme-app-border-color: var(--mat-sys-outline-variant);
|
|
1693
1717
|
--lux-theme-app-border-radius: 4px;
|
|
1718
|
+
--lux-theme-state-layer-color: var(--lux-theme-primary-40);
|
|
1719
|
+
--lux-theme-app-state-layer-color: #3a5f94;
|
|
1720
|
+
--lux-theme-hover-state-layer-opacity: 0.08;
|
|
1721
|
+
--lux-theme-focus-state-layer-opacity: 0.12;
|
|
1722
|
+
--lux-theme-pressed-state-layer-opacity: 0.16;
|
|
1694
1723
|
--lux-theme-form-border-width: 1px;
|
|
1695
1724
|
--lux-theme-form-min-height: 50px;
|
|
1696
1725
|
--lux-theme-form-dense-min-height: 38px;
|
|
@@ -1699,6 +1728,7 @@
|
|
|
1699
1728
|
--lux-theme-form-control-label-margin: 0 0.5rem 0.25rem 0.5rem;
|
|
1700
1729
|
--lux-theme-form-control-error-margin: 0.25rem calc(0.5rem + 1px) 0 calc(0.5rem + 3px);
|
|
1701
1730
|
--lux-theme-form-border-color: var(--mat-sys-outline);
|
|
1731
|
+
--lux-theme-form-hover-border-color: var(--lux-theme-neutral-10);
|
|
1702
1732
|
--lux-theme-form-focus-border-color: var(--lux-theme-primary-20);
|
|
1703
1733
|
--lux-theme-form-focus-box-shadow: 0 0 0 1px var(--lux-theme-primary-20) inset;
|
|
1704
1734
|
--lux-theme-form-error-border-color: var(--mat-sys-error);
|
|
@@ -1717,7 +1747,7 @@
|
|
|
1717
1747
|
--lux-theme-outline-color-dark: var(--lux-theme-custom-lightblue);
|
|
1718
1748
|
--lux-theme-hover-color: var(--mat-option-hover-state-layer-color);
|
|
1719
1749
|
--lux-theme-on-hover-color: var(--mat-option-label-text-color);
|
|
1720
|
-
--lux-theme-hover-color-for-dark-background:
|
|
1750
|
+
--lux-theme-hover-color-for-dark-background: var(--lux-theme-primary-40);
|
|
1721
1751
|
--lux-theme-selected-border-color: #003366;
|
|
1722
1752
|
--lux-theme-selected-bg-color: var(--mat-option-selected-state-layer-color);
|
|
1723
1753
|
--lux-theme-on-selected-color: var(--mat-option-selected-state-label-text-color);
|
|
@@ -1770,6 +1800,13 @@
|
|
|
1770
1800
|
--lux-theme-button-text-primary-text-color: var(--lux-theme-primary-color);
|
|
1771
1801
|
--lux-theme-button-text-accent-text-color: var(--mat-sys-on-tertiary-container);
|
|
1772
1802
|
--lux-theme-button-text-warn-text-color: var(--mat-sys-error);
|
|
1803
|
+
--lux-theme-button-icon-default-text-color: var(--lux-theme-dark-primary-text);
|
|
1804
|
+
--lux-theme-button-icon-primary-text-color: var(--lux-theme-primary-color);
|
|
1805
|
+
--lux-theme-button-icon-accent-text-color: var(--mat-sys-on-tertiary-container);
|
|
1806
|
+
--lux-theme-button-icon-warn-text-color: var(--mat-sys-error);
|
|
1807
|
+
--lux-theme-button-icon-size: 18px;
|
|
1808
|
+
--lux-theme-button-icon-container-size: 36px;
|
|
1809
|
+
--lux-theme-button-icon-container-shape: 50%;
|
|
1773
1810
|
--lux-theme-button-flat-default-text-color: var(--lux-theme-dark-primary-text);
|
|
1774
1811
|
--lux-theme-button-flat-default-container-color: #ffffff;
|
|
1775
1812
|
--lux-theme-button-flat-primary-text-color: var(--mat-sys-on-primary);
|
|
@@ -1832,6 +1869,19 @@
|
|
|
1832
1869
|
--lux-theme-button-flat-text-tracking: 0.078125rem;
|
|
1833
1870
|
--lux-theme-button-raised-text-tracking: 0.078125rem;
|
|
1834
1871
|
--lux-theme-button-stroked-text-tracking: 0.078125rem;
|
|
1872
|
+
--lux-theme-button-toggle-height: 2.25rem;
|
|
1873
|
+
--lux-theme-button-toggle-height-dense: 1.5rem;
|
|
1874
|
+
--lux-theme-button-toggle-shape: var(--lux-theme-app-border-radius);
|
|
1875
|
+
--lux-theme-button-toggle-text-color: var(--lux-theme-primary-color);
|
|
1876
|
+
--lux-theme-button-toggle-divider-color: var(--lux-theme-primary-color);
|
|
1877
|
+
--lux-theme-button-toggle-disabled-divider-color: var(--lux-theme-app-border-color);
|
|
1878
|
+
--lux-theme-button-toggle-selected-state-text-color: var(--lux-theme-primary-color);
|
|
1879
|
+
--lux-theme-button-toggle-selected-state-background-color: var(--mat-sys-surface-container-high);
|
|
1880
|
+
--lux-theme-button-toggle-hover-state-layer-opacity: 0.08;
|
|
1881
|
+
--lux-theme-button-toggle-disabled-selected-state-text-color: var(--lux-theme-dark-disabled-text);
|
|
1882
|
+
--lux-theme-button-toggle-disabled-selected-state-background-color: var(--lux-theme-app-border-color);
|
|
1883
|
+
--lux-theme-button-toggle-disabled-state-text-color: var(--lux-theme-dark-disabled-text);
|
|
1884
|
+
--lux-theme-button-toggle-disabled-state-background-color: transparent;
|
|
1835
1885
|
--lux-theme-card-title-line-height: 2rem;
|
|
1836
1886
|
--lux-theme-card-title-text-size: 1.5rem;
|
|
1837
1887
|
--lux-theme-card-title-text-weight: 500;
|
|
@@ -1844,15 +1894,15 @@
|
|
|
1844
1894
|
--lux-theme-card-padding: 20px;
|
|
1845
1895
|
--lux-theme-datepicker-icon-color: #003366;
|
|
1846
1896
|
--lux-theme-datepicker-panel-shape: var(--lux-theme-app-border-radius);
|
|
1847
|
-
--lux-theme-datepicker-panel-text-color:
|
|
1897
|
+
--lux-theme-datepicker-panel-text-color: var(--lux-theme-primary-20);
|
|
1848
1898
|
--lux-theme-datepicker-panel-font-size: 1rem;
|
|
1849
1899
|
--lux-theme-datepicker-panel-date-border-radius: 999px;
|
|
1850
1900
|
--lux-theme-datepicker-panel-date-background-color: var(--lux-theme-panel-bg-color);
|
|
1851
|
-
--lux-theme-datepicker-panel-date-selected-color: #
|
|
1852
|
-
--lux-theme-datepicker-panel-date-selected-background-color:
|
|
1853
|
-
--lux-theme-datepicker-panel-date-hover-background-color:
|
|
1854
|
-
--lux-theme-dialog-close-button-hover-color: var(--lux-theme-
|
|
1855
|
-
--lux-theme-dialog-close-button-hover-background-color:
|
|
1901
|
+
--lux-theme-datepicker-panel-date-selected-color: #ffffff;
|
|
1902
|
+
--lux-theme-datepicker-panel-date-selected-background-color: var(--lux-theme-primary-20);
|
|
1903
|
+
--lux-theme-datepicker-panel-date-hover-background-color: var(--lux-theme-panel-option-hover-state-layer-color);
|
|
1904
|
+
--lux-theme-dialog-close-button-hover-color: var(--lux-theme-on-hover-color);
|
|
1905
|
+
--lux-theme-dialog-close-button-hover-background-color: var(--lux-theme-hover-color);
|
|
1856
1906
|
--lux-theme-file-upload-padding: 16px 48px 12px 48px;
|
|
1857
1907
|
--lux-theme-file-upload-background-image: var(--lux-theme-app-gradient);
|
|
1858
1908
|
--lux-theme-file-upload-item-container-border: 1px solid var(--lux-theme-app-border-color);
|
|
@@ -1892,10 +1942,16 @@
|
|
|
1892
1942
|
--lux-theme-link-plain-background-color: transparent;
|
|
1893
1943
|
--lux-theme-link-plain-hover-color: var(--mat-sys-on-primary-container);
|
|
1894
1944
|
--lux-theme-link-plain-hover-background-color: var(--mat-sys-primary-container);
|
|
1895
|
-
--lux-theme-lookup-invalid-option-text-color: var(--
|
|
1945
|
+
--lux-theme-lookup-invalid-option-text-color: var(--mat-sys-on-error-container);
|
|
1896
1946
|
--lux-theme-lookup-invalid-option-font-weight: 300;
|
|
1897
1947
|
--lux-theme-menu-item-font-color: var(--lux-theme-primary-color);
|
|
1898
1948
|
--lux-theme-menu-item-subtitle-font-color: var(--mat-sys-secondary-container);
|
|
1949
|
+
--lux-theme-menu-item-subtitle-font-size: 0.875rem;
|
|
1950
|
+
--lux-theme-menu-panel-header-font-color: var(--lux-theme-dark-secondary-text);
|
|
1951
|
+
--lux-theme-menu-panel-header-font-weight: 600;
|
|
1952
|
+
--lux-theme-menu-panel-header-font-size: 1rem;
|
|
1953
|
+
--lux-theme-menu-item-icon-size: 20px;
|
|
1954
|
+
--lux-theme-menu-item-icon-size-large: 40px;
|
|
1899
1955
|
--lux-theme-menu-item-font-size: 1rem;
|
|
1900
1956
|
--lux-theme-menu-button-item-font-size: 0.875rem;
|
|
1901
1957
|
--lux-theme-menu-button-text-container-shape: 4px;
|
|
@@ -1958,7 +2014,7 @@
|
|
|
1958
2014
|
--lux-theme-side-nav-button-color: var(--lux-theme-dark-primary-text);
|
|
1959
2015
|
--lux-theme-tabble-alternate-row-bg-color: var(--mat-sys-surface-container-high);
|
|
1960
2016
|
--lux-theme-tabs-text-font: var(--lux-theme-app-font-family);
|
|
1961
|
-
--lux-theme-tabs-label-text-size:
|
|
2017
|
+
--lux-theme-tabs-label-text-size: 1rem;
|
|
1962
2018
|
--lux-theme-tabs-label-text-weight: 600;
|
|
1963
2019
|
--lux-theme-tabs-border-radius: var(--lux-theme-card-shape);
|
|
1964
2020
|
--lux-theme-textbox-default-color: #ffffff;
|
|
@@ -1981,11 +2037,14 @@
|
|
|
1981
2037
|
--lux-theme-textbox-yellow-on-color: var(--lux-theme-custom-on-yellow);
|
|
1982
2038
|
--lux-theme-textbox-yellow-border-color: var(--lux-theme-custom-yellow);
|
|
1983
2039
|
--lux-theme-textbox-yellow-icon-color: var(--lux-theme-custom-yellow);
|
|
1984
|
-
--lux-theme-tile-font-hover-color:
|
|
1985
|
-
--lux-theme-tile-icon-color:
|
|
1986
|
-
--lux-theme-tile-
|
|
1987
|
-
--lux-theme-tile-
|
|
2040
|
+
--lux-theme-tile-font-hover-color: var(--mat-sys-on-tertiary-container);
|
|
2041
|
+
--lux-theme-tile-icon-color: var(--mat-sys-tertiary);
|
|
2042
|
+
--lux-theme-tile-border-radius: var(--lux-theme-app-border-radius);
|
|
2043
|
+
--lux-theme-tile-borderradius: var(--lux-theme-tile-border-radius);
|
|
2044
|
+
--lux-theme-tile-bottom-line-color: var(--mat-sys-tertiary);
|
|
1988
2045
|
--lux-theme-tile-ac-icon-color: var(--lux-theme-primary-color);
|
|
2046
|
+
--lux-theme-tile-ac-hover-bg-color: var(--lux-theme-app-gradient-reverse);
|
|
2047
|
+
--lux-theme-tile-ac-hover-border-color: var(--lux-theme-form-hover-border-color);
|
|
1989
2048
|
--lux-theme-tour-hint-overlay-backdrop-color: rgba(0, 0, 0, 0.12);
|
|
1990
2049
|
--lux-theme-panel-option-min-height: 24px;
|
|
1991
2050
|
--lux-theme-panel-option-padding: 12px 0;
|
|
@@ -3254,6 +3313,48 @@ h6 {
|
|
|
3254
3313
|
margin-block-end: 0.8rem;
|
|
3255
3314
|
}
|
|
3256
3315
|
|
|
3316
|
+
.lux-h1,
|
|
3317
|
+
h1.lux-h1 {
|
|
3318
|
+
font-family: var(--lux-theme-app-headline-font);
|
|
3319
|
+
font-size: 2rem;
|
|
3320
|
+
font-weight: 500;
|
|
3321
|
+
}
|
|
3322
|
+
|
|
3323
|
+
.lux-h2,
|
|
3324
|
+
h2.lux-h2 {
|
|
3325
|
+
font-family: var(--lux-theme-app-headline-font);
|
|
3326
|
+
font-size: 1.5rem;
|
|
3327
|
+
font-weight: 500;
|
|
3328
|
+
}
|
|
3329
|
+
|
|
3330
|
+
.lux-h3,
|
|
3331
|
+
h3.lux-h3 {
|
|
3332
|
+
font-family: var(--lux-theme-app-headline-font);
|
|
3333
|
+
font-size: 1.25rem;
|
|
3334
|
+
font-weight: 500;
|
|
3335
|
+
}
|
|
3336
|
+
|
|
3337
|
+
.lux-h4,
|
|
3338
|
+
h4.lux-h4 {
|
|
3339
|
+
font-family: var(--lux-theme-app-headline-font);
|
|
3340
|
+
font-size: 1rem;
|
|
3341
|
+
font-weight: 500;
|
|
3342
|
+
}
|
|
3343
|
+
|
|
3344
|
+
.lux-h5,
|
|
3345
|
+
h5.lux-h5 {
|
|
3346
|
+
font-family: var(--lux-theme-app-headline-font);
|
|
3347
|
+
font-size: 0.875rem;
|
|
3348
|
+
font-weight: 700;
|
|
3349
|
+
}
|
|
3350
|
+
|
|
3351
|
+
.lux-h6,
|
|
3352
|
+
h6.lux-h6 {
|
|
3353
|
+
font-family: var(--lux-theme-app-headline-font);
|
|
3354
|
+
font-size: 0.75rem;
|
|
3355
|
+
font-weight: 700;
|
|
3356
|
+
}
|
|
3357
|
+
|
|
3257
3358
|
a:not(.lux-link) {
|
|
3258
3359
|
background-color: var(--lux-theme-link-plain-background-color);
|
|
3259
3360
|
color: var(--lux-theme-link-plain-color);
|
|
@@ -36718,7 +36819,7 @@ lux-app-header-ac .lux-image:focus-visible {
|
|
|
36718
36819
|
lux-app-header-ac lux-button.lux-rounded:not(.lux-stroked):not([disabled]) .mat-primary {
|
|
36719
36820
|
--mat-fab-foreground-color: var(--mat-sys-primary);
|
|
36720
36821
|
--mat-fab-container-color: var(--mat-sys-on-primary);
|
|
36721
|
-
--mat-fab-hover-state-layer-opacity:
|
|
36822
|
+
--mat-fab-hover-state-layer-opacity: var(--lux-theme-hover-state-layer-opacity);
|
|
36722
36823
|
}
|
|
36723
36824
|
lux-app-header-ac lux-button button.lux-button.mat-mdc-fab.mat-primary:not(.lux-stroked):not([disabled]) {
|
|
36724
36825
|
min-width: 2.25rem;
|
|
@@ -37155,8 +37256,8 @@ lux-link.lux-raised {
|
|
|
37155
37256
|
--mat-button-protected-container-height: var(--lux-theme-button-raised-container-height);
|
|
37156
37257
|
--mat-button-protected-label-text-color: var(--lux-theme-button-raised-default-text-color);
|
|
37157
37258
|
--mat-button-protected-container-color: var(--lux-theme-button-raised-default-container-color);
|
|
37158
|
-
--mat-button-protected-focus-state-layer-opacity:
|
|
37159
|
-
--mat-button-protected-hover-state-layer-opacity:
|
|
37259
|
+
--mat-button-protected-focus-state-layer-opacity: var(--lux-theme-focus-state-layer-opacity);
|
|
37260
|
+
--mat-button-protected-hover-state-layer-opacity: var(--lux-theme-hover-state-layer-opacity);
|
|
37160
37261
|
}
|
|
37161
37262
|
lux-button.lux-raised .mat-primary,
|
|
37162
37263
|
lux-link.lux-raised .mat-primary {
|
|
@@ -37206,29 +37307,29 @@ lux-link.lux-flat {
|
|
|
37206
37307
|
--mat-button-filled-container-height: var(--lux-theme-button-flat-container-height);
|
|
37207
37308
|
--mat-button-filled-label-text-color: var(--lux-theme-button-flat-default-text-color);
|
|
37208
37309
|
--mat-button-filled-container-color: var(--lux-theme-button-flat-default-container-color);
|
|
37209
|
-
--mat-button-filled-focus-state-layer-opacity:
|
|
37210
|
-
--mat-button-filled-hover-state-layer-opacity:
|
|
37310
|
+
--mat-button-filled-focus-state-layer-opacity: var(--lux-theme-focus-state-layer-opacity);
|
|
37311
|
+
--mat-button-filled-hover-state-layer-opacity: var(--lux-theme-hover-state-layer-opacity);
|
|
37211
37312
|
}
|
|
37212
37313
|
lux-button.lux-flat .mat-primary,
|
|
37213
37314
|
lux-link.lux-flat .mat-primary {
|
|
37214
37315
|
--mat-button-filled-label-text-color: var(--lux-theme-button-flat-primary-text-color);
|
|
37215
37316
|
--mat-button-filled-container-color: var(--lux-theme-button-flat-primary-container-color);
|
|
37216
|
-
--mat-button-filled-focus-state-layer-opacity:
|
|
37217
|
-
--mat-button-filled-hover-state-layer-opacity:
|
|
37317
|
+
--mat-button-filled-focus-state-layer-opacity: var(--lux-theme-focus-state-layer-opacity);
|
|
37318
|
+
--mat-button-filled-hover-state-layer-opacity: var(--lux-theme-hover-state-layer-opacity);
|
|
37218
37319
|
}
|
|
37219
37320
|
lux-button.lux-flat .mat-accent,
|
|
37220
37321
|
lux-link.lux-flat .mat-accent {
|
|
37221
37322
|
--mat-button-filled-label-text-color: var(--lux-theme-button-flat-accent-text-color);
|
|
37222
37323
|
--mat-button-filled-container-color: var(--lux-theme-button-flat-accent-container-color);
|
|
37223
|
-
--mat-button-filled-focus-state-layer-opacity:
|
|
37224
|
-
--mat-button-filled-hover-state-layer-opacity:
|
|
37324
|
+
--mat-button-filled-focus-state-layer-opacity: var(--lux-theme-focus-state-layer-opacity);
|
|
37325
|
+
--mat-button-filled-hover-state-layer-opacity: var(--lux-theme-hover-state-layer-opacity);
|
|
37225
37326
|
}
|
|
37226
37327
|
lux-button.lux-flat .mat-warn,
|
|
37227
37328
|
lux-link.lux-flat .mat-warn {
|
|
37228
37329
|
--mat-button-filled-label-text-color: var(--lux-theme-button-flat-warn-text-color);
|
|
37229
37330
|
--mat-button-filled-container-color: var(--lux-theme-button-flat-warn-container-color);
|
|
37230
|
-
--mat-button-filled-focus-state-layer-opacity:
|
|
37231
|
-
--mat-button-filled-hover-state-layer-opacity:
|
|
37331
|
+
--mat-button-filled-focus-state-layer-opacity: var(--lux-theme-focus-state-layer-opacity);
|
|
37332
|
+
--mat-button-filled-hover-state-layer-opacity: var(--lux-theme-hover-state-layer-opacity);
|
|
37232
37333
|
}
|
|
37233
37334
|
|
|
37234
37335
|
lux-button.lux-rounded:not(.lux-stroked),
|
|
@@ -37300,19 +37401,19 @@ lux-button.lux-rounded.lux-stroked .lux-stroked.mat-primary,
|
|
|
37300
37401
|
lux-link.lux-rounded.lux-stroked .lux-stroked.mat-primary {
|
|
37301
37402
|
--mat-fab-foreground-color: var(--lux-theme-button-rounded-stroked-primary-text-color);
|
|
37302
37403
|
--mat-fab-container-color: transparent;
|
|
37303
|
-
--mat-fab-hover-state-layer-opacity:
|
|
37404
|
+
--mat-fab-hover-state-layer-opacity: var(--lux-theme-hover-state-layer-opacity);
|
|
37304
37405
|
}
|
|
37305
37406
|
lux-button.lux-rounded.lux-stroked .lux-stroked.mat-accent,
|
|
37306
37407
|
lux-link.lux-rounded.lux-stroked .lux-stroked.mat-accent {
|
|
37307
37408
|
--mat-fab-foreground-color: var(--lux-theme-button-rounded-stroked-accent-text-color);
|
|
37308
37409
|
--mat-fab-container-color: transparent;
|
|
37309
|
-
--mat-fab-hover-state-layer-opacity:
|
|
37410
|
+
--mat-fab-hover-state-layer-opacity: var(--lux-theme-hover-state-layer-opacity);
|
|
37310
37411
|
}
|
|
37311
37412
|
lux-button.lux-rounded.lux-stroked .lux-stroked.mat-warn,
|
|
37312
37413
|
lux-link.lux-rounded.lux-stroked .lux-stroked.mat-warn {
|
|
37313
37414
|
--mat-fab-foreground-color: var(--lux-theme-button-rounded-stroked-warn-text-color);
|
|
37314
37415
|
--mat-fab-container-color: transparent;
|
|
37315
|
-
--mat-fab-hover-state-layer-opacity:
|
|
37416
|
+
--mat-fab-hover-state-layer-opacity: var(--lux-theme-hover-state-layer-opacity);
|
|
37316
37417
|
}
|
|
37317
37418
|
lux-button.lux-rounded.lux-stroked .mat-mdc-fab-base,
|
|
37318
37419
|
lux-link.lux-rounded.lux-stroked .mat-mdc-fab-base {
|
|
@@ -37324,24 +37425,54 @@ lux-link.lux-rounded.lux-stroked .lux-icon {
|
|
|
37324
37425
|
width: var(--lux-theme-button-rounded-stroked-text-size);
|
|
37325
37426
|
height: var(--lux-theme-button-rounded-stroked-text-size);
|
|
37326
37427
|
}
|
|
37327
|
-
lux-button.lux-rounded.lux-stroked .lux-stroked
|
|
37328
|
-
lux-link.lux-rounded.lux-stroked .lux-stroked
|
|
37428
|
+
lux-button.lux-rounded.lux-stroked .lux-stroked,
|
|
37429
|
+
lux-link.lux-rounded.lux-stroked .lux-stroked {
|
|
37329
37430
|
border: 1px solid;
|
|
37431
|
+
}
|
|
37432
|
+
lux-button.lux-rounded.lux-stroked .lux-stroked:disabled,
|
|
37433
|
+
lux-link.lux-rounded.lux-stroked .lux-stroked:disabled {
|
|
37434
|
+
border-color: transparent;
|
|
37435
|
+
}
|
|
37436
|
+
lux-button.lux-rounded.lux-stroked .lux-stroked:not(:disabled),
|
|
37437
|
+
lux-link.lux-rounded.lux-stroked .lux-stroked:not(:disabled) {
|
|
37330
37438
|
border-color: var(--lux-theme-button-rounded-stroked-default-text-color);
|
|
37331
37439
|
}
|
|
37332
|
-
lux-button.lux-rounded.lux-stroked .lux-stroked:not(:disabled)
|
|
37333
|
-
lux-link.lux-rounded.lux-stroked .lux-stroked:not(:disabled)
|
|
37440
|
+
lux-button.lux-rounded.lux-stroked .lux-stroked:not(:disabled).mat-primary,
|
|
37441
|
+
lux-link.lux-rounded.lux-stroked .lux-stroked:not(:disabled).mat-primary {
|
|
37334
37442
|
border-color: var(--lux-theme-button-rounded-stroked-primary-text-color);
|
|
37335
37443
|
}
|
|
37336
|
-
lux-button.lux-rounded.lux-stroked .lux-stroked:not(:disabled)
|
|
37337
|
-
lux-link.lux-rounded.lux-stroked .lux-stroked:not(:disabled)
|
|
37444
|
+
lux-button.lux-rounded.lux-stroked .lux-stroked:not(:disabled).mat-accent,
|
|
37445
|
+
lux-link.lux-rounded.lux-stroked .lux-stroked:not(:disabled).mat-accent {
|
|
37338
37446
|
border-color: var(--lux-theme-button-rounded-stroked-accent-text-color);
|
|
37339
37447
|
}
|
|
37340
|
-
lux-button.lux-rounded.lux-stroked .lux-stroked:not(:disabled)
|
|
37341
|
-
lux-link.lux-rounded.lux-stroked .lux-stroked:not(:disabled)
|
|
37448
|
+
lux-button.lux-rounded.lux-stroked .lux-stroked:not(:disabled).mat-warn,
|
|
37449
|
+
lux-link.lux-rounded.lux-stroked .lux-stroked:not(:disabled).mat-warn {
|
|
37342
37450
|
border-color: var(--lux-theme-button-rounded-stroked-warn-text-color);
|
|
37343
37451
|
}
|
|
37344
37452
|
|
|
37453
|
+
lux-button.lux-icon-button {
|
|
37454
|
+
--mat-icon-button-container-shape: var(--lux-theme-button-icon-container-shape);
|
|
37455
|
+
--mat-icon-button-icon-color: var(--lux-theme-button-icon-default-text-color);
|
|
37456
|
+
--mat-icon-button-icon-size: var(--lux-theme-button-icon-size);
|
|
37457
|
+
--mat-icon-button-state-layer-size: var(--lux-theme-button-icon-container-size);
|
|
37458
|
+
--mat-icon-button-state-layer-color: var(--lux-theme-state-layer-color);
|
|
37459
|
+
--mat-icon-button-touch-target-size: var(--lux-theme-button-icon-container-size);
|
|
37460
|
+
}
|
|
37461
|
+
lux-button.lux-icon-button lux-icon,
|
|
37462
|
+
lux-button.lux-icon-button .lux-icon {
|
|
37463
|
+
width: var(--lux-theme-button-icon-size);
|
|
37464
|
+
height: var(--lux-theme-button-icon-size);
|
|
37465
|
+
}
|
|
37466
|
+
lux-button.lux-icon-button .mat-primary {
|
|
37467
|
+
--mat-icon-button-icon-color: var(--lux-theme-button-icon-primary-text-color);
|
|
37468
|
+
}
|
|
37469
|
+
lux-button.lux-icon-button .mat-accent {
|
|
37470
|
+
--mat-icon-button-icon-color: var(--lux-theme-button-icon-accent-text-color);
|
|
37471
|
+
}
|
|
37472
|
+
lux-button.lux-icon-button .mat-warn {
|
|
37473
|
+
--mat-icon-button-icon-color: var(--lux-theme-button-icon-warn-text-color);
|
|
37474
|
+
}
|
|
37475
|
+
|
|
37345
37476
|
lux-button.lux-raised mat-progress-spinner, lux-button.lux-flat mat-progress-spinner, lux-button.lux-rounded:not(.lux-stroked) mat-progress-spinner,
|
|
37346
37477
|
lux-link.lux-raised mat-progress-spinner,
|
|
37347
37478
|
lux-link.lux-flat mat-progress-spinner,
|
|
@@ -37382,10 +37513,10 @@ lux-button .mat-warn mat-progress-spinner,
|
|
|
37382
37513
|
lux-link .mat-warn mat-progress-spinner {
|
|
37383
37514
|
--mat-progress-spinner-active-indicator-color: var(--lux-theme-button-text-warn-text-color);
|
|
37384
37515
|
}
|
|
37385
|
-
lux-button .lux-button-spinner mat-progress-spinner,
|
|
37386
|
-
lux-link .lux-button-spinner mat-progress-spinner {
|
|
37387
|
-
width:
|
|
37388
|
-
height:
|
|
37516
|
+
lux-button .lux-button-spinner .lux-progress-small mat-progress-spinner,
|
|
37517
|
+
lux-link .lux-button-spinner .lux-progress-small mat-progress-spinner {
|
|
37518
|
+
width: 1.125rem !important;
|
|
37519
|
+
height: 1.125rem !important;
|
|
37389
37520
|
}
|
|
37390
37521
|
lux-button .lux-button-spinner .spinner-padding,
|
|
37391
37522
|
lux-link .lux-button-spinner .spinner-padding {
|
|
@@ -37475,6 +37606,49 @@ lux-link a:not([disabled]):focus-visible {
|
|
|
37475
37606
|
outline-offset: 1px;
|
|
37476
37607
|
}
|
|
37477
37608
|
|
|
37609
|
+
lux-button-toggle {
|
|
37610
|
+
--mat-button-toggle-shape: var(--lux-theme-button-toggle-shape);
|
|
37611
|
+
--mat-button-toggle-text-color: var(--lux-theme-button-toggle-text-color);
|
|
37612
|
+
--mat-button-toggle-selected-state-text-color: var(--lux-theme-button-toggle-selected-state-text-color);
|
|
37613
|
+
--mat-button-toggle-selected-state-background-color: var(--lux-theme-button-toggle-selected-state-background-color);
|
|
37614
|
+
--mat-button-toggle-hover-state-layer-opacity: var(--lux-theme-button-toggle-hover-state-layer-opacity);
|
|
37615
|
+
--mat-button-toggle-disabled-selected-state-text-color: var(--lux-theme-button-toggle-disabled-selected-state-text-color);
|
|
37616
|
+
--mat-button-toggle-disabled-selected-state-background-color: var(--lux-theme-button-toggle-disabled-selected-state-background-color);
|
|
37617
|
+
--mat-button-toggle-disabled-state-text-color: var(--lux-theme-button-toggle-disabled-state-text-color);
|
|
37618
|
+
--mat-button-toggle-disabled-state-background-color: var(--lux-theme-button-toggle-disabled-state-background-color);
|
|
37619
|
+
--mat-button-toggle-height: var(--lux-theme-button-toggle-height);
|
|
37620
|
+
--mat-button-toggle-divider-color: var(--lux-theme-button-toggle-divider-color);
|
|
37621
|
+
}
|
|
37622
|
+
lux-button-toggle mat-button-toggle-group[aria-disabled=true] {
|
|
37623
|
+
--mat-button-toggle-divider-color: var(--lux-theme-button-toggle-disabled-divider-color);
|
|
37624
|
+
}
|
|
37625
|
+
lux-button-toggle.lux-dense {
|
|
37626
|
+
--mat-button-toggle-height: var(--lux-theme-button-toggle-height-dense);
|
|
37627
|
+
}
|
|
37628
|
+
lux-button-toggle .lux-button-toggle-wrapper {
|
|
37629
|
+
display: flex;
|
|
37630
|
+
flex-direction: column;
|
|
37631
|
+
gap: 0.25rem;
|
|
37632
|
+
}
|
|
37633
|
+
lux-button-toggle .lux-button-toggle-misc {
|
|
37634
|
+
display: flex;
|
|
37635
|
+
margin-left: 12px;
|
|
37636
|
+
font-size: 0.75rem;
|
|
37637
|
+
line-height: 1.2rem;
|
|
37638
|
+
color: var(--lux-theme-dark-secondary-text);
|
|
37639
|
+
word-wrap: break-word;
|
|
37640
|
+
}
|
|
37641
|
+
lux-button-toggle .lux-button-toggle-error {
|
|
37642
|
+
display: flex;
|
|
37643
|
+
align-items: center;
|
|
37644
|
+
justify-content: center;
|
|
37645
|
+
text-align: center;
|
|
37646
|
+
background-color: var(--lux-theme-form-error-msg-background);
|
|
37647
|
+
border-radius: 4px;
|
|
37648
|
+
padding-right: 2px;
|
|
37649
|
+
color: var(--mat-sys-on-error-container);
|
|
37650
|
+
}
|
|
37651
|
+
|
|
37478
37652
|
lux-card {
|
|
37479
37653
|
--mat-card-outlined-container-color: var(--lux-theme-card-background-color);
|
|
37480
37654
|
--mat-card-outlined-container-shape: var(--lux-theme-card-shape);
|
|
@@ -37690,6 +37864,56 @@ lux-chips-ac mat-chip-row.cdk-focused:not(.cdk-mouse-focused):not(.cdk-program-f
|
|
|
37690
37864
|
border-radius: 4px;
|
|
37691
37865
|
}
|
|
37692
37866
|
|
|
37867
|
+
lux-consent-dialog lux-toggle-ac lux-form-control-wrapper .lux-form-control-wrapper .lux-form-control-misc-authentic {
|
|
37868
|
+
font-size: 0.875rem;
|
|
37869
|
+
}
|
|
37870
|
+
lux-consent-dialog .lux-consent-description {
|
|
37871
|
+
margin-top: 0;
|
|
37872
|
+
padding-top: 0;
|
|
37873
|
+
}
|
|
37874
|
+
lux-consent-dialog .lux-consent-card {
|
|
37875
|
+
padding: 4px;
|
|
37876
|
+
}
|
|
37877
|
+
lux-consent-dialog .essential-always-active {
|
|
37878
|
+
font-weight: 700;
|
|
37879
|
+
}
|
|
37880
|
+
lux-consent-dialog .essential-hint {
|
|
37881
|
+
display: flex;
|
|
37882
|
+
font-size: 0.875rem;
|
|
37883
|
+
line-height: 1em;
|
|
37884
|
+
font-weight: 400;
|
|
37885
|
+
color: rgba(0, 0, 0, 0.6);
|
|
37886
|
+
word-wrap: break-word;
|
|
37887
|
+
margin: 0.25em calc(0.5em + 1px) 0 calc(0.5em + 1px);
|
|
37888
|
+
}
|
|
37889
|
+
lux-consent-dialog .lux-consent-dialog-actions {
|
|
37890
|
+
display: flex;
|
|
37891
|
+
gap: 0.5rem;
|
|
37892
|
+
flex-direction: row;
|
|
37893
|
+
flex-wrap: wrap;
|
|
37894
|
+
}
|
|
37895
|
+
lux-consent-dialog .storage-type-title {
|
|
37896
|
+
padding-left: 26px;
|
|
37897
|
+
}
|
|
37898
|
+
lux-consent-dialog .storage-name {
|
|
37899
|
+
word-break: break-all;
|
|
37900
|
+
}
|
|
37901
|
+
|
|
37902
|
+
lux-consent-dialog.mobile-view .lux-consent-dialog-actions {
|
|
37903
|
+
display: flex;
|
|
37904
|
+
flex-direction: column;
|
|
37905
|
+
flex: 1 1 auto;
|
|
37906
|
+
justify-content: space-between;
|
|
37907
|
+
}
|
|
37908
|
+
lux-consent-dialog.mobile-view .lux-consent-dialog-actions lux-button {
|
|
37909
|
+
display: flex;
|
|
37910
|
+
flex: 1 1 auto;
|
|
37911
|
+
}
|
|
37912
|
+
lux-consent-dialog.mobile-view .lux-consent-dialog-actions lux-button button {
|
|
37913
|
+
display: flex;
|
|
37914
|
+
flex: 1 1 auto;
|
|
37915
|
+
}
|
|
37916
|
+
|
|
37693
37917
|
:root {
|
|
37694
37918
|
--mat-option-label-text-size: var(--lux-theme-panel-option-label-text-size);
|
|
37695
37919
|
--mat-option-label-text-color: var(--lux-theme-panel-option-label-text-color);
|
|
@@ -37759,6 +37983,12 @@ lux-datetimepicker-ac button:not(:disabled) .lux-datetimepicker-toggle-icon {
|
|
|
37759
37983
|
|
|
37760
37984
|
.cdk-overlay-pane.mat-mdc-dialog-panel .mat-mdc-dialog-container {
|
|
37761
37985
|
border-radius: var(--lux-theme-app-border-radius);
|
|
37986
|
+
width: unset;
|
|
37987
|
+
height: unset;
|
|
37988
|
+
min-width: 100%;
|
|
37989
|
+
max-width: 100%;
|
|
37990
|
+
min-height: 100%;
|
|
37991
|
+
max-height: 100%;
|
|
37762
37992
|
}
|
|
37763
37993
|
|
|
37764
37994
|
.cdk-overlay-pane.mat-mdc-dialog-panel.lux-dialog {
|
|
@@ -37767,10 +37997,6 @@ lux-datetimepicker-ac button:not(:disabled) .lux-datetimepicker-toggle-icon {
|
|
|
37767
37997
|
--mat-dialog-container-min-width: 0;
|
|
37768
37998
|
}
|
|
37769
37999
|
|
|
37770
|
-
lux-dialog-preset {
|
|
37771
|
-
height: 100%;
|
|
37772
|
-
}
|
|
37773
|
-
|
|
37774
38000
|
lux-dialog-action {
|
|
37775
38001
|
flex-flow: row wrap;
|
|
37776
38002
|
gap: 8px;
|
|
@@ -37782,7 +38008,6 @@ lux-dialog-structure {
|
|
|
37782
38008
|
--mat-dialog-supporting-text-size: 1rem;
|
|
37783
38009
|
display: flex;
|
|
37784
38010
|
flex: 1 1 auto;
|
|
37785
|
-
min-height: 100%;
|
|
37786
38011
|
}
|
|
37787
38012
|
lux-dialog-structure .lux-dialog {
|
|
37788
38013
|
outline-width: 0;
|
|
@@ -37802,7 +38027,6 @@ lux-dialog-structure .lux-dialog .mat-mdc-dialog-container {
|
|
|
37802
38027
|
lux-dialog-structure .lux-dialog .lux-dialog-content {
|
|
37803
38028
|
margin: 0;
|
|
37804
38029
|
padding: 0;
|
|
37805
|
-
max-height: 100%;
|
|
37806
38030
|
font-family: var(--lux-theme-app-font-family);
|
|
37807
38031
|
letter-spacing: normal;
|
|
37808
38032
|
color: var(--lux-theme-dark-primary-text);
|
|
@@ -38502,7 +38726,7 @@ lux-form-control-wrapper .lux-form-control-wrapper .lux-no-input-row {
|
|
|
38502
38726
|
padding: 0;
|
|
38503
38727
|
}
|
|
38504
38728
|
lux-form-control-wrapper .lux-form-control-wrapper:hover:not(.lux-form-control-disabled-authentic):not(.lux-focused-authentic):not(.lux-form-control-error-authentic) .lux-form-control-container-authentic:not(.lux-no-input-row) {
|
|
38505
|
-
border-color: var(--lux-theme-
|
|
38729
|
+
border-color: var(--lux-theme-form-hover-border-color);
|
|
38506
38730
|
}
|
|
38507
38731
|
lux-form-control-wrapper .lux-form-control-wrapper.lux-focused-authentic .lux-form-control-label-authentic > * {
|
|
38508
38732
|
color: var(--lux-theme-primary-30);
|
|
@@ -38662,14 +38886,10 @@ lux-form-control-wrapper input {
|
|
|
38662
38886
|
font-size: var(--lux-theme-form-control-font-size);
|
|
38663
38887
|
}
|
|
38664
38888
|
|
|
38665
|
-
lux-input-ac
|
|
38666
|
-
lux-input-ac
|
|
38667
|
-
|
|
38889
|
+
lux-input-ac lux-input-ac-prefix,
|
|
38890
|
+
lux-input-ac lux-input-ac-suffix {
|
|
38891
|
+
display: flex;
|
|
38668
38892
|
white-space: nowrap;
|
|
38669
|
-
display: inline-block;
|
|
38670
|
-
flex: 1 1 auto;
|
|
38671
|
-
max-height: 1.5em;
|
|
38672
|
-
align-items: center;
|
|
38673
38893
|
}
|
|
38674
38894
|
|
|
38675
38895
|
lux-link-plain {
|
|
@@ -39151,6 +39371,14 @@ lux-menu .lux-menu-trigger > lux-button button {
|
|
|
39151
39371
|
.lux-menu-panel .lux-menu-item-icon {
|
|
39152
39372
|
align-self: center;
|
|
39153
39373
|
vertical-align: middle;
|
|
39374
|
+
width: var(--lux-theme-menu-item-icon-size);
|
|
39375
|
+
height: var(--lux-theme-menu-item-icon-size);
|
|
39376
|
+
}
|
|
39377
|
+
.lux-menu-panel .lux-menu-item-icon .lux-icon,
|
|
39378
|
+
.lux-menu-panel .lux-menu-item-icon mat-icon {
|
|
39379
|
+
width: 100%;
|
|
39380
|
+
height: 100%;
|
|
39381
|
+
font-size: var(--lux-theme-menu-item-icon-size);
|
|
39154
39382
|
}
|
|
39155
39383
|
.lux-menu-panel .lux-menu-item-icon mat-icon {
|
|
39156
39384
|
margin: 0;
|
|
@@ -39191,7 +39419,7 @@ lux-menu .lux-menu-trigger > lux-button button {
|
|
|
39191
39419
|
}
|
|
39192
39420
|
.lux-menu-section-panel .lux-button-label-subtitle {
|
|
39193
39421
|
color: var(--lux-theme-menu-item-subtitle-font-color);
|
|
39194
|
-
font-size:
|
|
39422
|
+
font-size: var(--lux-theme-menu-item-subtitle-font-size);
|
|
39195
39423
|
font-style: normal;
|
|
39196
39424
|
font-weight: 400;
|
|
39197
39425
|
letter-spacing: 0.07px;
|
|
@@ -39203,8 +39431,9 @@ lux-menu .lux-menu-trigger > lux-button button {
|
|
|
39203
39431
|
align-items: flex-start;
|
|
39204
39432
|
gap: 4px;
|
|
39205
39433
|
align-self: stretch;
|
|
39206
|
-
font-
|
|
39207
|
-
font-
|
|
39434
|
+
color: var(--lux-theme-menu-panel-header-font-color);
|
|
39435
|
+
font-weight: var(--lux-theme-menu-panel-header-font-weight);
|
|
39436
|
+
font-size: var(--lux-theme-menu-panel-header-font-size);
|
|
39208
39437
|
font-style: normal;
|
|
39209
39438
|
line-height: 120%;
|
|
39210
39439
|
}
|
|
@@ -39264,6 +39493,14 @@ lux-menu .lux-menu-trigger > lux-button button {
|
|
|
39264
39493
|
.lux-menu-section-panel .lux-menu-item-badge-right {
|
|
39265
39494
|
text-align: end;
|
|
39266
39495
|
}
|
|
39496
|
+
.lux-menu-section-panel.lux-menu-panel-large .lux-menu-item-icon {
|
|
39497
|
+
width: var(--lux-theme-menu-item-icon-size-large);
|
|
39498
|
+
height: var(--lux-theme-menu-item-icon-size-large);
|
|
39499
|
+
}
|
|
39500
|
+
.lux-menu-section-panel.lux-menu-panel-large .lux-menu-item-icon .lux-icon,
|
|
39501
|
+
.lux-menu-section-panel.lux-menu-panel-large .lux-menu-item-icon mat-icon {
|
|
39502
|
+
font-size: var(--lux-theme-menu-item-icon-size-large);
|
|
39503
|
+
}
|
|
39267
39504
|
|
|
39268
39505
|
lux-message-box {
|
|
39269
39506
|
display: block;
|
|
@@ -39515,6 +39752,46 @@ lux-radio-ac.lux-form-control-readonly {
|
|
|
39515
39752
|
--mat-select-panel-background-color: var(--lux-theme-panel-bg-color);
|
|
39516
39753
|
--mat-select-container-elevation-shadow: 0 0 0 1px var(--mat-card-outlined-outline-color, var(--mat-sys-outline-variant));
|
|
39517
39754
|
}
|
|
39755
|
+
.lux-select-panel-ac lux-select-panel-filter,
|
|
39756
|
+
.lux-select-panel-ac-multiple lux-select-panel-filter {
|
|
39757
|
+
position: sticky;
|
|
39758
|
+
top: 0;
|
|
39759
|
+
z-index: 2;
|
|
39760
|
+
display: block;
|
|
39761
|
+
box-sizing: border-box;
|
|
39762
|
+
background-color: var(--lux-theme-panel-bg-color);
|
|
39763
|
+
border-bottom: 1px solid var(--mat-card-outlined-outline-color, var(--mat-sys-outline-variant));
|
|
39764
|
+
}
|
|
39765
|
+
.lux-select-panel-ac .lux-select-panel-filter,
|
|
39766
|
+
.lux-select-panel-ac-multiple .lux-select-panel-filter {
|
|
39767
|
+
display: block;
|
|
39768
|
+
box-sizing: border-box;
|
|
39769
|
+
padding: 8px 8px 4px;
|
|
39770
|
+
background-color: var(--lux-theme-panel-bg-color);
|
|
39771
|
+
}
|
|
39772
|
+
.lux-select-panel-ac .lux-select-panel-filter-option,
|
|
39773
|
+
.lux-select-panel-ac-multiple .lux-select-panel-filter-option {
|
|
39774
|
+
position: sticky;
|
|
39775
|
+
top: 0;
|
|
39776
|
+
z-index: 3;
|
|
39777
|
+
min-height: auto !important;
|
|
39778
|
+
padding: 0 !important;
|
|
39779
|
+
pointer-events: auto;
|
|
39780
|
+
cursor: default;
|
|
39781
|
+
}
|
|
39782
|
+
.lux-select-panel-ac .lux-select-panel-filter-option .mdc-list-item__primary-text,
|
|
39783
|
+
.lux-select-panel-ac-multiple .lux-select-panel-filter-option .mdc-list-item__primary-text {
|
|
39784
|
+
width: 100%;
|
|
39785
|
+
}
|
|
39786
|
+
.lux-select-panel-ac.lux-select-panel-ac-filter,
|
|
39787
|
+
.lux-select-panel-ac-multiple.lux-select-panel-ac-filter {
|
|
39788
|
+
padding-top: 0;
|
|
39789
|
+
scroll-padding-top: var(--lux-select-filter-offset, 0px);
|
|
39790
|
+
}
|
|
39791
|
+
.lux-select-panel-ac.lux-select-panel-ac-filter .mat-mdc-option,
|
|
39792
|
+
.lux-select-panel-ac-multiple.lux-select-panel-ac-filter .mat-mdc-option {
|
|
39793
|
+
scroll-margin-top: var(--lux-select-filter-offset, 0px);
|
|
39794
|
+
}
|
|
39518
39795
|
|
|
39519
39796
|
lux-select-ac {
|
|
39520
39797
|
--mat-select-enabled-arrow-color: var(--lux-theme-primary-color);
|
|
@@ -40684,7 +40961,7 @@ lux-tile .lux-notification-new {
|
|
|
40684
40961
|
background-color: var(--lux-theme-accent-70);
|
|
40685
40962
|
}
|
|
40686
40963
|
lux-tile mat-card[class~=lux-cursor].mat-mdc-card {
|
|
40687
|
-
border-radius: var(--lux-theme-tile-
|
|
40964
|
+
border-radius: var(--lux-theme-tile-border-radius);
|
|
40688
40965
|
overflow: hidden !important;
|
|
40689
40966
|
padding: 24px;
|
|
40690
40967
|
}
|
|
@@ -40864,7 +41141,10 @@ lux-tile-ac .lux-tile-ac:focus-visible {
|
|
|
40864
41141
|
--mat-card-elevated-container-elevation: 0 0 0 var(--lux-theme-outline-width) var(--lux-theme-outline-color-dark), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
|
40865
41142
|
}
|
|
40866
41143
|
lux-tile-ac:hover {
|
|
40867
|
-
--mat-card-elevated-container-elevation: 0 0 0 1px
|
|
41144
|
+
--mat-card-elevated-container-elevation: 0 0 0 1px var(--lux-theme-tile-ac-hover-border-color), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
|
41145
|
+
}
|
|
41146
|
+
lux-tile-ac:hover .lux-tile-ac {
|
|
41147
|
+
background-image: var(--lux-theme-tile-ac-hover-bg-color);
|
|
40868
41148
|
}
|
|
40869
41149
|
|
|
40870
41150
|
lux-toggle-ac {
|