@utahdts/utah-design-system-header 3.0.3 → 3.0.4
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/style.css
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap");
|
|
2
|
+
|
|
2
3
|
/*
|
|
3
4
|
BEM standard: Block, Element, Modifier
|
|
4
5
|
Block: use dashes to separate words:
|
|
@@ -20,7 +21,6 @@ BEM standard: Block, Element, Modifier
|
|
|
20
21
|
############ _settings-index.scss ############
|
|
21
22
|
variables and settings
|
|
22
23
|
*/
|
|
23
|
-
|
|
24
24
|
/*
|
|
25
25
|
############ _class-vars.scss ############
|
|
26
26
|
CSS Classes - SCSS Variables
|
|
@@ -304,7 +304,6 @@ variables and settings
|
|
|
304
304
|
margin-top: auto;
|
|
305
305
|
margin-bottom: auto;
|
|
306
306
|
}
|
|
307
|
-
|
|
308
307
|
/*
|
|
309
308
|
############ _settings-index.scss ############
|
|
310
309
|
variables and settings
|
|
@@ -343,7 +342,6 @@ Grid variables
|
|
|
343
342
|
.utah-design-system .grid-fixed .grid-column-span-2 {
|
|
344
343
|
grid-column: span 2;
|
|
345
344
|
}
|
|
346
|
-
|
|
347
345
|
/*
|
|
348
346
|
############ _settings-index.scss ############
|
|
349
347
|
variables and settings
|
|
@@ -432,7 +430,6 @@ Font size variables
|
|
|
432
430
|
.utah-design-system .font-black {
|
|
433
431
|
font-weight: var(--font-weight-black);
|
|
434
432
|
}
|
|
435
|
-
|
|
436
433
|
/*
|
|
437
434
|
############ _color-swatches.scss ############
|
|
438
435
|
base color swatches for the design system
|
|
@@ -729,7 +726,6 @@ variables and settings
|
|
|
729
726
|
.utah-design-system .utds-icon-after-logout::after {
|
|
730
727
|
content: "5";
|
|
731
728
|
}
|
|
732
|
-
|
|
733
729
|
/*
|
|
734
730
|
############ _media-size-vars.scss ############
|
|
735
731
|
Media Sizes - SCSS Variables
|
|
@@ -894,7 +890,6 @@ Media Sizes - SCSS Variables
|
|
|
894
890
|
background: rgba(0, 0, 0, 0.6);
|
|
895
891
|
backdrop-filter: blur(6px) brightness(60%);
|
|
896
892
|
}
|
|
897
|
-
|
|
898
893
|
/*
|
|
899
894
|
BEM standard: Block, Element, Modifier
|
|
900
895
|
Block: use dashes to separate words:
|
|
@@ -1181,7 +1176,6 @@ css resets, etc.
|
|
|
1181
1176
|
.utah-design-system [hidden] {
|
|
1182
1177
|
display: none;
|
|
1183
1178
|
}
|
|
1184
|
-
|
|
1185
1179
|
/*
|
|
1186
1180
|
############ _elements-index.scss ############
|
|
1187
1181
|
elemental html: h1, h2, h3, ul, li, etc.
|
|
@@ -1260,7 +1254,6 @@ elemental html: h1, h2, h3, ul, li, etc.
|
|
|
1260
1254
|
.utah-design-system dialog {
|
|
1261
1255
|
border: none;
|
|
1262
1256
|
}
|
|
1263
|
-
|
|
1264
1257
|
/*
|
|
1265
1258
|
############ _objects-index.scss ############
|
|
1266
1259
|
containers and general design patterns, 2up, 3up, layout grids, etc.
|
|
@@ -1269,7 +1262,6 @@ containers and general design patterns, 2up, 3up, layout grids, etc.
|
|
|
1269
1262
|
font-size: var(--font-size-m);
|
|
1270
1263
|
line-height: 1.6rem;
|
|
1271
1264
|
}
|
|
1272
|
-
|
|
1273
1265
|
/*
|
|
1274
1266
|
############ _components-index.scss ############
|
|
1275
1267
|
component specific, BEM (Block, Element, Modifier)
|
|
@@ -1320,7 +1312,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
1320
1312
|
border: 1px solid var(--gray-3-1-contrast);
|
|
1321
1313
|
border-top: 0;
|
|
1322
1314
|
}
|
|
1323
|
-
|
|
1324
1315
|
/*
|
|
1325
1316
|
############ _action-card.scss ############
|
|
1326
1317
|
*/
|
|
@@ -1391,7 +1382,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
1391
1382
|
display: flex;
|
|
1392
1383
|
justify-content: space-between;
|
|
1393
1384
|
}
|
|
1394
|
-
|
|
1395
1385
|
/*
|
|
1396
1386
|
############ _action-card.scss ############
|
|
1397
1387
|
*/
|
|
@@ -1425,7 +1415,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
1425
1415
|
max-height: 100%;
|
|
1426
1416
|
max-width: 33%;
|
|
1427
1417
|
}
|
|
1428
|
-
|
|
1429
1418
|
@keyframes fade-in {
|
|
1430
1419
|
0% {
|
|
1431
1420
|
opacity: 0;
|
|
@@ -1495,7 +1484,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
1495
1484
|
opacity: 1;
|
|
1496
1485
|
}
|
|
1497
1486
|
}
|
|
1498
|
-
|
|
1499
1487
|
/*
|
|
1500
1488
|
############ _drawer.scss ############
|
|
1501
1489
|
*/
|
|
@@ -1548,7 +1536,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
1548
1536
|
.utah-design-system .drawer__close-button.icon-button--small [class*=utds-icon-before-]::before {
|
|
1549
1537
|
font-size: 0.7rem;
|
|
1550
1538
|
}
|
|
1551
|
-
|
|
1552
1539
|
.utah-design-system .tab-group__list {
|
|
1553
1540
|
display: flex;
|
|
1554
1541
|
justify-content: space-evenly;
|
|
@@ -1631,7 +1618,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
1631
1618
|
width: 5px;
|
|
1632
1619
|
height: 100%;
|
|
1633
1620
|
}
|
|
1634
|
-
|
|
1635
1621
|
/*
|
|
1636
1622
|
############ _button.scss ############
|
|
1637
1623
|
*/
|
|
@@ -1750,7 +1736,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
1750
1736
|
background-color: var(--primary-color-dark);
|
|
1751
1737
|
color: white;
|
|
1752
1738
|
}
|
|
1753
|
-
|
|
1754
1739
|
.utah-design-system .button--secondary-color {
|
|
1755
1740
|
border-color: var(--secondary-color);
|
|
1756
1741
|
color: var(--secondary-color);
|
|
@@ -1767,7 +1752,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
1767
1752
|
background-color: var(--secondary-color-dark);
|
|
1768
1753
|
color: white;
|
|
1769
1754
|
}
|
|
1770
|
-
|
|
1771
1755
|
.utah-design-system .button--accent-color {
|
|
1772
1756
|
border-color: var(--accent-color);
|
|
1773
1757
|
color: var(--accent-color);
|
|
@@ -1784,7 +1768,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
1784
1768
|
background-color: var(--accent-color-dark);
|
|
1785
1769
|
color: white;
|
|
1786
1770
|
}
|
|
1787
|
-
|
|
1788
1771
|
.utah-design-system .button--solid {
|
|
1789
1772
|
background: var(--gray-color);
|
|
1790
1773
|
color: white;
|
|
@@ -1810,7 +1793,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
1810
1793
|
color: white;
|
|
1811
1794
|
border-color: var(--primary-color-dark);
|
|
1812
1795
|
}
|
|
1813
|
-
|
|
1814
1796
|
.utah-design-system .button--solid.button--primary-color.contrast-border-dark {
|
|
1815
1797
|
border-color: var(--gray-on-primary-color);
|
|
1816
1798
|
}
|
|
@@ -1831,7 +1813,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
1831
1813
|
color: white;
|
|
1832
1814
|
border-color: var(--secondary-color-dark);
|
|
1833
1815
|
}
|
|
1834
|
-
|
|
1835
1816
|
.utah-design-system .button--solid.button--secondary-color.contrast-border-dark {
|
|
1836
1817
|
border-color: var(--gray-on-secondary-color);
|
|
1837
1818
|
}
|
|
@@ -1852,7 +1833,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
1852
1833
|
color: white;
|
|
1853
1834
|
border-color: var(--accent-color-dark);
|
|
1854
1835
|
}
|
|
1855
|
-
|
|
1856
1836
|
.utah-design-system .button--solid.button--accent-color.contrast-border-dark {
|
|
1857
1837
|
border-color: var(--gray-on-accent-color);
|
|
1858
1838
|
}
|
|
@@ -1903,7 +1883,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
1903
1883
|
background: var(--primary-color);
|
|
1904
1884
|
color: var(--gray-color);
|
|
1905
1885
|
}
|
|
1906
|
-
|
|
1907
1886
|
.utah-design-system .dark-background-color .button.button--secondary-color {
|
|
1908
1887
|
border-color: var(--secondary-color);
|
|
1909
1888
|
background: white;
|
|
@@ -1923,7 +1902,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
1923
1902
|
background: var(--secondary-color);
|
|
1924
1903
|
color: var(--gray-color);
|
|
1925
1904
|
}
|
|
1926
|
-
|
|
1927
1905
|
.utah-design-system .dark-background-color .button.button--accent-color {
|
|
1928
1906
|
border-color: var(--accent-color);
|
|
1929
1907
|
background: white;
|
|
@@ -1943,7 +1921,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
1943
1921
|
background: var(--accent-color);
|
|
1944
1922
|
color: var(--gray-color);
|
|
1945
1923
|
}
|
|
1946
|
-
|
|
1947
1924
|
.utah-design-system .dark-background-color .button--solid {
|
|
1948
1925
|
border-color: white;
|
|
1949
1926
|
background: white;
|
|
@@ -1973,7 +1950,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
1973
1950
|
background: var(--primary-color-dark);
|
|
1974
1951
|
color: white;
|
|
1975
1952
|
}
|
|
1976
|
-
|
|
1977
1953
|
.utah-design-system .dark-background-color .button--solid.button--secondary-color {
|
|
1978
1954
|
border-color: white;
|
|
1979
1955
|
background: var(--secondary-color);
|
|
@@ -1993,7 +1969,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
1993
1969
|
background: var(--secondary-color-dark);
|
|
1994
1970
|
color: white;
|
|
1995
1971
|
}
|
|
1996
|
-
|
|
1997
1972
|
.utah-design-system .dark-background-color .button--solid.button--accent-color {
|
|
1998
1973
|
border-color: white;
|
|
1999
1974
|
background: var(--accent-color);
|
|
@@ -2013,7 +1988,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
2013
1988
|
background: var(--accent-color-dark);
|
|
2014
1989
|
color: white;
|
|
2015
1990
|
}
|
|
2016
|
-
|
|
2017
1991
|
/*
|
|
2018
1992
|
############ _icon-button.scss ############
|
|
2019
1993
|
*/
|
|
@@ -2054,7 +2028,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
2054
2028
|
color: var(--primary-color-dark);
|
|
2055
2029
|
background: var(--hover-gray-color);
|
|
2056
2030
|
}
|
|
2057
|
-
|
|
2058
2031
|
.secondary-color-is-light.utah-design-system .icon-button--borderless.button--secondary-color {
|
|
2059
2032
|
border-color: transparent;
|
|
2060
2033
|
}
|
|
@@ -2062,7 +2035,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
2062
2035
|
color: var(--secondary-color-dark);
|
|
2063
2036
|
background: var(--hover-gray-color);
|
|
2064
2037
|
}
|
|
2065
|
-
|
|
2066
2038
|
.accent-color-is-light.utah-design-system .icon-button--borderless.button--accent-color {
|
|
2067
2039
|
border-color: transparent;
|
|
2068
2040
|
}
|
|
@@ -2070,7 +2042,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
2070
2042
|
color: var(--accent-color-dark);
|
|
2071
2043
|
background: var(--hover-gray-color);
|
|
2072
2044
|
}
|
|
2073
|
-
|
|
2074
2045
|
.utah-design-system .icon-button--borderless[disabled], .utah-design-system .icon-button--borderless[disable]:hover {
|
|
2075
2046
|
background: transparent !important;
|
|
2076
2047
|
border-color: transparent !important;
|
|
@@ -2126,7 +2097,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
2126
2097
|
padding: 0 var(--spacing-s);
|
|
2127
2098
|
gap: var(--spacing-xs);
|
|
2128
2099
|
}
|
|
2129
|
-
|
|
2130
2100
|
.utah-design-system .tag {
|
|
2131
2101
|
padding: 0 var(--spacing-s);
|
|
2132
2102
|
display: flex;
|
|
@@ -2287,7 +2257,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
2287
2257
|
.utah-design-system .tag--clearable .tag--small {
|
|
2288
2258
|
padding: 0 0 0 var(--spacing-xs);
|
|
2289
2259
|
}
|
|
2290
|
-
|
|
2291
2260
|
.utah-design-system .footer-agency-information {
|
|
2292
2261
|
background: var(--gray-color);
|
|
2293
2262
|
color: white;
|
|
@@ -2339,7 +2308,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
2339
2308
|
box-shadow: none;
|
|
2340
2309
|
text-decoration: underline;
|
|
2341
2310
|
}
|
|
2342
|
-
|
|
2343
2311
|
.utah-design-system .footer-social-media-bar {
|
|
2344
2312
|
background: var(--primary-color);
|
|
2345
2313
|
padding: 0 var(--spacing-xl);
|
|
@@ -2378,7 +2346,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
2378
2346
|
box-shadow: none;
|
|
2379
2347
|
background: var(--primary-color-dark);
|
|
2380
2348
|
}
|
|
2381
|
-
|
|
2382
2349
|
.utah-design-system .input-wrapper {
|
|
2383
2350
|
margin: 0 0 var(--spacing-s) 0;
|
|
2384
2351
|
}
|
|
@@ -2410,7 +2377,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
2410
2377
|
font-size: var(--font-size-l);
|
|
2411
2378
|
line-height: 0.5;
|
|
2412
2379
|
}
|
|
2413
|
-
|
|
2414
2380
|
.utah-design-system textarea {
|
|
2415
2381
|
color: var(--gray-color);
|
|
2416
2382
|
min-height: var(--form-ele-medium);
|
|
@@ -2462,7 +2428,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
2462
2428
|
.utah-design-system .text-area__label {
|
|
2463
2429
|
display: block;
|
|
2464
2430
|
}
|
|
2465
|
-
|
|
2466
2431
|
.utah-design-system input[type=text],
|
|
2467
2432
|
.utah-design-system input[type=email],
|
|
2468
2433
|
.utah-design-system input[type=password],
|
|
@@ -2528,7 +2493,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
2528
2493
|
.utah-design-system .text-input__clear-button[disabled]:active {
|
|
2529
2494
|
transform: translateY(-50%);
|
|
2530
2495
|
}
|
|
2531
|
-
|
|
2532
2496
|
.utah-design-system .combo-box-input[type=text] {
|
|
2533
2497
|
padding: 0 var(--spacing-xl) 0 var(--spacing-xs);
|
|
2534
2498
|
}
|
|
@@ -2637,7 +2601,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
2637
2601
|
position: absolute;
|
|
2638
2602
|
top: 50%;
|
|
2639
2603
|
}
|
|
2640
|
-
|
|
2641
2604
|
.utah-design-system .multi-select {
|
|
2642
2605
|
background: white;
|
|
2643
2606
|
color: var(--gray-color);
|
|
@@ -2727,7 +2690,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
2727
2690
|
.utah-design-system .multi-select--focused.multi-select--disabled {
|
|
2728
2691
|
outline: none;
|
|
2729
2692
|
}
|
|
2730
|
-
|
|
2731
2693
|
.utah-design-system .date-input[type=text] {
|
|
2732
2694
|
padding: 0 var(--spacing-xl) 0 var(--spacing-xs);
|
|
2733
2695
|
}
|
|
@@ -2780,7 +2742,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
2780
2742
|
.utah-design-system .date-input__popup .input-wrapper--calendar-input {
|
|
2781
2743
|
margin: 0;
|
|
2782
2744
|
}
|
|
2783
|
-
|
|
2784
2745
|
.utah-design-system .calendar-input__grid {
|
|
2785
2746
|
display: grid;
|
|
2786
2747
|
grid-auto-rows: 1fr;
|
|
@@ -2860,7 +2821,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
2860
2821
|
.utah-design-system .date-input__popup .calendar-input__grid:not(:has(+ .calendar-input__today)) {
|
|
2861
2822
|
border-bottom: 0;
|
|
2862
2823
|
}
|
|
2863
|
-
|
|
2864
2824
|
.utah-design-system .time-input__wrapper [class*=utds-icon-before-clock]::before {
|
|
2865
2825
|
font-size: 1.1rem;
|
|
2866
2826
|
}
|
|
@@ -2879,7 +2839,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
2879
2839
|
.utah-design-system .time-input__clock-icon--is-disabled {
|
|
2880
2840
|
color: var(--form-ele-disabled-color);
|
|
2881
2841
|
}
|
|
2882
|
-
|
|
2883
2842
|
.character-count {
|
|
2884
2843
|
text-align: right;
|
|
2885
2844
|
font-size: var(--font-size-s);
|
|
@@ -2888,7 +2847,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
2888
2847
|
.character-count--over-limit {
|
|
2889
2848
|
color: var(--danger-color);
|
|
2890
2849
|
}
|
|
2891
|
-
|
|
2892
2850
|
.utah-design-system input[type=checkbox] {
|
|
2893
2851
|
width: var(--form-checkbox-medium);
|
|
2894
2852
|
height: var(--form-checkbox-medium);
|
|
@@ -2964,7 +2922,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
2964
2922
|
position: relative;
|
|
2965
2923
|
z-index: 1;
|
|
2966
2924
|
}
|
|
2967
|
-
|
|
2968
2925
|
.utah-design-system select {
|
|
2969
2926
|
color: var(--gray-color);
|
|
2970
2927
|
min-height: var(--form-ele-medium);
|
|
@@ -3015,7 +2972,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
3015
2972
|
.utah-design-system .select-input__clear-button[disabled]:active {
|
|
3016
2973
|
transform: translateY(-50%);
|
|
3017
2974
|
}
|
|
3018
|
-
|
|
3019
2975
|
.utah-design-system .info-box {
|
|
3020
2976
|
display: flex;
|
|
3021
2977
|
align-items: center;
|
|
@@ -3061,7 +3017,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
3061
3017
|
.utah-design-system .info-box__success::before {
|
|
3062
3018
|
background-color: var(--success-color);
|
|
3063
3019
|
}
|
|
3064
|
-
|
|
3065
3020
|
.utah-design-system input[type=radio] {
|
|
3066
3021
|
appearance: none;
|
|
3067
3022
|
border-radius: var(--radius-circle);
|
|
@@ -3139,7 +3094,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
3139
3094
|
position: relative;
|
|
3140
3095
|
z-index: 1;
|
|
3141
3096
|
}
|
|
3142
|
-
|
|
3143
3097
|
.utah-design-system input[type=checkbox].switch {
|
|
3144
3098
|
border: 0;
|
|
3145
3099
|
clip: rect(0 0 0 0);
|
|
@@ -3283,7 +3237,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
3283
3237
|
.utah-design-system .input-wrapper--switch label {
|
|
3284
3238
|
padding: var(--spacing-3xs) var(--spacing-xs);
|
|
3285
3239
|
}
|
|
3286
|
-
|
|
3287
3240
|
.utah-design-system fieldset {
|
|
3288
3241
|
border: none;
|
|
3289
3242
|
padding: 0;
|
|
@@ -3294,7 +3247,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
3294
3247
|
.utah-design-system fieldset .input-wrapper:last-of-type {
|
|
3295
3248
|
margin: 0 0 var(--spacing-xs) 0;
|
|
3296
3249
|
}
|
|
3297
|
-
|
|
3298
3250
|
.utah-design-system .file-input__box {
|
|
3299
3251
|
border: 1px dashed var(--gray-color);
|
|
3300
3252
|
position: relative;
|
|
@@ -3371,7 +3323,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
3371
3323
|
width: 100%;
|
|
3372
3324
|
z-index: 2;
|
|
3373
3325
|
}
|
|
3374
|
-
|
|
3375
3326
|
.utah-design-system.main-menu__outer {
|
|
3376
3327
|
position: relative;
|
|
3377
3328
|
z-index: 2500;
|
|
@@ -3446,7 +3397,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
3446
3397
|
outline: none;
|
|
3447
3398
|
outline-offset: 0;
|
|
3448
3399
|
}
|
|
3449
|
-
|
|
3450
3400
|
.utah-design-system .menu-item__title {
|
|
3451
3401
|
display: flex;
|
|
3452
3402
|
flex-direction: row;
|
|
@@ -3513,7 +3463,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
3513
3463
|
.utah-design-system .menu-item__plain .menu-item__title-blank {
|
|
3514
3464
|
font-size: var(--font-size-xs);
|
|
3515
3465
|
}
|
|
3516
|
-
|
|
3517
3466
|
.utah-design-system .pagination ul {
|
|
3518
3467
|
display: flex;
|
|
3519
3468
|
list-style-type: none;
|
|
@@ -3574,7 +3523,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
3574
3523
|
.utah-design-system .pagination__next [class*=utds-icon-before-]::before, .utah-design-system .pagination__prev [class*=utds-icon-before-]::before {
|
|
3575
3524
|
font-size: 0.9rem;
|
|
3576
3525
|
}
|
|
3577
|
-
|
|
3578
3526
|
.utah-design-system .menu-side-panel {
|
|
3579
3527
|
margin: var(--spacing) 0 0 0;
|
|
3580
3528
|
font-size: var(--font-size-xs);
|
|
@@ -3650,7 +3598,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
3650
3598
|
.utah-design-system .menu-side-panel .menu-item__chevron svg {
|
|
3651
3599
|
transition: transform var(--timing-quick) ease;
|
|
3652
3600
|
}
|
|
3653
|
-
|
|
3654
3601
|
@media screen and (max-width: 1024px) {
|
|
3655
3602
|
.utah-design-system .menu-side-panel .menu-item__title a.menu-item--selected::after {
|
|
3656
3603
|
left: 0;
|
|
@@ -3685,7 +3632,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
3685
3632
|
pointer-events: all;
|
|
3686
3633
|
margin: var(--spacing) var(--spacing-l);
|
|
3687
3634
|
}
|
|
3688
|
-
|
|
3689
3635
|
.utah-design-system ul.vertical-menu {
|
|
3690
3636
|
list-style-type: none;
|
|
3691
3637
|
margin: 0;
|
|
@@ -3807,7 +3753,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
3807
3753
|
.utah-design-system .menu-item--mega-menu .vertical-menu li > ul {
|
|
3808
3754
|
margin-left: 0;
|
|
3809
3755
|
}
|
|
3810
|
-
|
|
3811
3756
|
.utah-design-system .menu-item--mega-menu .popup__content {
|
|
3812
3757
|
padding: var(--spacing) var(--spacing-l);
|
|
3813
3758
|
}
|
|
@@ -3823,7 +3768,6 @@ component specific, BEM (Block, Element, Modifier)
|
|
|
3823
3768
|
font-size: var(--font-size);
|
|
3824
3769
|
font-weight: var(--font-weight-semi-bold);
|
|
3825
3770
|
}
|
|
3826
|
-
|
|
3827
3771
|
/*
|
|
3828
3772
|
BEM standard: Block, Element, Modifier
|
|
3829
3773
|
Block: use dashes to separate words:
|
|
@@ -4014,7 +3958,6 @@ BEM standard: Block, Element, Modifier
|
|
|
4014
3958
|
.utah-design-system.banner-global__wrapper .banner__wrapper {
|
|
4015
3959
|
position: relative;
|
|
4016
3960
|
}
|
|
4017
|
-
|
|
4018
3961
|
/*
|
|
4019
3962
|
BEM standard: Block, Element, Modifier
|
|
4020
3963
|
Block: use dashes to separate words:
|
|
@@ -4134,7 +4077,6 @@ BEM standard: Block, Element, Modifier
|
|
|
4134
4077
|
.utah-design-system .menu-item--mega-menu .popup__content {
|
|
4135
4078
|
max-width: 720px;
|
|
4136
4079
|
}
|
|
4137
|
-
|
|
4138
4080
|
/*
|
|
4139
4081
|
BEM standard: Block, Element, Modifier
|
|
4140
4082
|
Block: use dashes to separate words:
|
|
@@ -4223,7 +4165,6 @@ BEM standard: Block, Element, Modifier
|
|
|
4223
4165
|
.utah-design-system .tooltip__wrapper[data-popper-placement^=right] .tooltip__arrow {
|
|
4224
4166
|
left: -3px;
|
|
4225
4167
|
}
|
|
4226
|
-
|
|
4227
4168
|
/*
|
|
4228
4169
|
BEM standard: Block, Element, Modifier
|
|
4229
4170
|
Block: use dashes to separate words:
|
|
@@ -4293,7 +4234,6 @@ BEM standard: Block, Element, Modifier
|
|
|
4293
4234
|
max-width: 990px;
|
|
4294
4235
|
border-radius: var(--radius-large);
|
|
4295
4236
|
}
|
|
4296
|
-
|
|
4297
4237
|
/*
|
|
4298
4238
|
BEM standard: Block, Element, Modifier
|
|
4299
4239
|
Block: use dashes to separate words:
|
|
@@ -4353,7 +4293,6 @@ BEM standard: Block, Element, Modifier
|
|
|
4353
4293
|
display: block;
|
|
4354
4294
|
font-size: 1.3rem;
|
|
4355
4295
|
}
|
|
4356
|
-
|
|
4357
4296
|
.utah-design-system .documentation-template {
|
|
4358
4297
|
display: flex;
|
|
4359
4298
|
flex-direction: row;
|
|
@@ -4410,7 +4349,6 @@ BEM standard: Block, Element, Modifier
|
|
|
4410
4349
|
max-height: 100vh;
|
|
4411
4350
|
overflow: auto;
|
|
4412
4351
|
}
|
|
4413
|
-
|
|
4414
4352
|
@media screen and (max-width: 1300px) {
|
|
4415
4353
|
.utah-design-system .documentation-template__right-group {
|
|
4416
4354
|
max-width: calc(100% - 2 * var(--spacing-xl) - (var(--documentation-left-width) + 2px));
|
|
@@ -4465,7 +4403,6 @@ BEM standard: Block, Element, Modifier
|
|
|
4465
4403
|
padding: 0 var(--spacing-2xl);
|
|
4466
4404
|
box-sizing: border-box;
|
|
4467
4405
|
}
|
|
4468
|
-
|
|
4469
4406
|
@media screen and (max-width: 640px) {
|
|
4470
4407
|
.utah-design-system .landing-page-template .content-width {
|
|
4471
4408
|
padding: 0 var(--spacing-l);
|
|
@@ -4501,7 +4438,6 @@ BEM standard: Block, Element, Modifier
|
|
|
4501
4438
|
right: var(--spacing);
|
|
4502
4439
|
background-color: transparent;
|
|
4503
4440
|
}
|
|
4504
|
-
|
|
4505
4441
|
.utah-design-system .pre-code__wrapper {
|
|
4506
4442
|
position: relative;
|
|
4507
4443
|
width: 100%;
|
|
@@ -4540,7 +4476,6 @@ BEM standard: Block, Element, Modifier
|
|
|
4540
4476
|
max-height: 200px;
|
|
4541
4477
|
overflow: scroll;
|
|
4542
4478
|
}
|
|
4543
|
-
|
|
4544
4479
|
.utah-design-system input.input--height-small,
|
|
4545
4480
|
.utah-design-system .input--height-small {
|
|
4546
4481
|
min-height: var(--form-ele-small);
|
|
@@ -4549,7 +4484,6 @@ BEM standard: Block, Element, Modifier
|
|
|
4549
4484
|
.utah-design-system .input--height-small1x {
|
|
4550
4485
|
min-height: var(--form-ele-small1x);
|
|
4551
4486
|
}
|
|
4552
|
-
|
|
4553
4487
|
.utah-design-system .badge {
|
|
4554
4488
|
background-color: var(--badge-color);
|
|
4555
4489
|
border-radius: var(--radius-circle);
|
|
@@ -4575,7 +4509,6 @@ BEM standard: Block, Element, Modifier
|
|
|
4575
4509
|
width: 9px;
|
|
4576
4510
|
height: 9px;
|
|
4577
4511
|
}
|
|
4578
|
-
|
|
4579
4512
|
.utah-design-system .skeleton {
|
|
4580
4513
|
animation: skeleton 2s ease-in-out 0.5s infinite;
|
|
4581
4514
|
background-color: var(--gray-3-1-contrast);
|
|
@@ -4594,7 +4527,6 @@ BEM standard: Block, Element, Modifier
|
|
|
4594
4527
|
min-width: calc(2 * var(--spacing-6xl));
|
|
4595
4528
|
min-height: var(--spacing-l);
|
|
4596
4529
|
}
|
|
4597
|
-
|
|
4598
4530
|
.utah-design-system .spinner {
|
|
4599
4531
|
display: flex;
|
|
4600
4532
|
align-items: center;
|
|
@@ -4640,7 +4572,6 @@ BEM standard: Block, Element, Modifier
|
|
|
4640
4572
|
animation: spinner-animation 2s linear 4;
|
|
4641
4573
|
}
|
|
4642
4574
|
}
|
|
4643
|
-
|
|
4644
4575
|
.utah-design-system .table__wrapper {
|
|
4645
4576
|
overflow-x: auto;
|
|
4646
4577
|
}
|
|
@@ -4885,7 +4816,6 @@ BEM standard: Block, Element, Modifier
|
|
|
4885
4816
|
margin: var(--spacing);
|
|
4886
4817
|
border-radius: var(--radius-small);
|
|
4887
4818
|
}
|
|
4888
|
-
|
|
4889
4819
|
.utah-design-system .on-this-page {
|
|
4890
4820
|
font-size: var(--font-size-xs);
|
|
4891
4821
|
}
|
|
@@ -4914,7 +4844,6 @@ BEM standard: Block, Element, Modifier
|
|
|
4914
4844
|
box-shadow: inset 0 0 0 1000px var(--hover-gray-color);
|
|
4915
4845
|
color: var(--primary-color);
|
|
4916
4846
|
}
|
|
4917
|
-
|
|
4918
4847
|
/* ---- Project Components ---- */
|
|
4919
4848
|
/*
|
|
4920
4849
|
############ _popup.scss ############
|
|
@@ -4962,21 +4891,17 @@ BEM standard: Block, Element, Modifier
|
|
|
4962
4891
|
.utah-design-system .color-family button .utds-icon-before-check.is-light {
|
|
4963
4892
|
color: black;
|
|
4964
4893
|
}
|
|
4965
|
-
|
|
4966
4894
|
/* ---- Utah Header ---- */
|
|
4967
4895
|
.utds-citizen-experience-wrapper, .utds-citizen-experience-wrapper--mobile {
|
|
4968
4896
|
justify-content: flex-end;
|
|
4969
4897
|
flex: 1;
|
|
4970
4898
|
}
|
|
4971
|
-
|
|
4972
4899
|
.utds-citizen-experience-wrapper {
|
|
4973
4900
|
display: flex;
|
|
4974
4901
|
}
|
|
4975
|
-
|
|
4976
4902
|
.utds-citizen-experience-wrapper--mobile {
|
|
4977
4903
|
display: none;
|
|
4978
4904
|
}
|
|
4979
|
-
|
|
4980
4905
|
.utah-design-system .utds-action-items-wrapper {
|
|
4981
4906
|
display: flex;
|
|
4982
4907
|
gap: var(--spacing);
|
|
@@ -5012,7 +4937,6 @@ BEM standard: Block, Element, Modifier
|
|
|
5012
4937
|
.utah-design-system .utds-header-action-item__title {
|
|
5013
4938
|
margin-left: var(--spacing-xs);
|
|
5014
4939
|
}
|
|
5015
|
-
|
|
5016
4940
|
.utds-header {
|
|
5017
4941
|
padding: var(--spacing-s) var(--spacing-l);
|
|
5018
4942
|
border-bottom: 1px solid #d7d7d7 !important;
|
|
@@ -5032,11 +4956,9 @@ BEM standard: Block, Element, Modifier
|
|
|
5032
4956
|
.utds-header--small {
|
|
5033
4957
|
height: 60px;
|
|
5034
4958
|
}
|
|
5035
|
-
|
|
5036
4959
|
.utds-header-desktop--hidden {
|
|
5037
4960
|
display: none !important;
|
|
5038
4961
|
}
|
|
5039
|
-
|
|
5040
4962
|
.utah-design-system .utds-logo-wrapper {
|
|
5041
4963
|
position: relative;
|
|
5042
4964
|
height: 100%;
|
|
@@ -5135,7 +5057,6 @@ BEM standard: Block, Element, Modifier
|
|
|
5135
5057
|
.utah-design-system a[href].utds-title-wrapper {
|
|
5136
5058
|
text-decoration: none;
|
|
5137
5059
|
}
|
|
5138
|
-
|
|
5139
5060
|
@media screen and (max-width: 768px) {
|
|
5140
5061
|
.utah-design-system .utds-title-wrapper {
|
|
5141
5062
|
font-size: var(--font-size-xl);
|
|
@@ -5206,7 +5127,6 @@ BEM standard: Block, Element, Modifier
|
|
|
5206
5127
|
.utah-design-system .utds-official-website-popup__copyright {
|
|
5207
5128
|
font-size: var(--font-size-s);
|
|
5208
5129
|
}
|
|
5209
|
-
|
|
5210
5130
|
.utds-badge__wrapper {
|
|
5211
5131
|
align-items: center;
|
|
5212
5132
|
background-color: var(--danger-color);
|
|
@@ -5236,11 +5156,9 @@ BEM standard: Block, Element, Modifier
|
|
|
5236
5156
|
top: 2px;
|
|
5237
5157
|
width: 9px;
|
|
5238
5158
|
}
|
|
5239
|
-
|
|
5240
5159
|
.utah-design-system .main-menu__hamburger.icon-button .utds-icon-before-x-icon::before {
|
|
5241
5160
|
font-size: 0.9rem;
|
|
5242
5161
|
}
|
|
5243
|
-
|
|
5244
5162
|
.utah-design-system.utds-header-mobile-menu,
|
|
5245
5163
|
.utah-design-system .utds-header-mobile__utah-id-wrapper,
|
|
5246
5164
|
.utah-design-system .icon-button.main-menu__hamburger,
|
|
@@ -5249,7 +5167,6 @@ BEM standard: Block, Element, Modifier
|
|
|
5249
5167
|
.utah-design-system .main-menu__search-placeholder {
|
|
5250
5168
|
display: none;
|
|
5251
5169
|
}
|
|
5252
|
-
|
|
5253
5170
|
.utds-header-mobile-menu {
|
|
5254
5171
|
opacity: 0;
|
|
5255
5172
|
pointer-events: none;
|
|
@@ -5319,7 +5236,6 @@ BEM standard: Block, Element, Modifier
|
|
|
5319
5236
|
.utah-design-system .utds-header-mobile-menu__action-item .icon-button [class*=utds-icon-before-home]::before {
|
|
5320
5237
|
font-size: 1.4rem;
|
|
5321
5238
|
}
|
|
5322
|
-
|
|
5323
5239
|
.utds-header-mobile-menu__content {
|
|
5324
5240
|
padding: var(--spacing-s) var(--spacing);
|
|
5325
5241
|
}
|
|
@@ -5332,14 +5248,12 @@ BEM standard: Block, Element, Modifier
|
|
|
5332
5248
|
.utds-header-mobile-menu__content-item.is-open {
|
|
5333
5249
|
display: block;
|
|
5334
5250
|
}
|
|
5335
|
-
|
|
5336
5251
|
.utds-header-mobile__utah-id-wrapper {
|
|
5337
5252
|
padding: var(--spacing-xs) 0;
|
|
5338
5253
|
}
|
|
5339
5254
|
.utds-header-mobile__utah-id-wrapper button.utds-utah-id__button {
|
|
5340
5255
|
min-height: var(--form-ele-small);
|
|
5341
5256
|
}
|
|
5342
|
-
|
|
5343
5257
|
.utah-design-system.utds-footer {
|
|
5344
5258
|
background: var(--gray-color);
|
|
5345
5259
|
padding: var(--spacing-xl);
|
|
@@ -5351,7 +5265,6 @@ BEM standard: Block, Element, Modifier
|
|
|
5351
5265
|
box-sizing: border-box;
|
|
5352
5266
|
width: 100%;
|
|
5353
5267
|
}
|
|
5354
|
-
|
|
5355
5268
|
.utds-footer__horizontal-divider {
|
|
5356
5269
|
position: absolute;
|
|
5357
5270
|
width: calc(100% - 2 * var(--spacing-xl));
|
|
@@ -5419,7 +5332,6 @@ BEM standard: Block, Element, Modifier
|
|
|
5419
5332
|
display: block;
|
|
5420
5333
|
margin-left: var(--spacing-s);
|
|
5421
5334
|
}
|
|
5422
|
-
|
|
5423
5335
|
@media screen and (max-width: 768px) {
|
|
5424
5336
|
.utah-design-system.utds-footer {
|
|
5425
5337
|
flex-wrap: wrap;
|
|
@@ -5691,7 +5603,6 @@ utility classes, atomic css
|
|
|
5691
5603
|
.utah-design-system .radius-circle {
|
|
5692
5604
|
border-radius: var(--radius-circle);
|
|
5693
5605
|
}
|
|
5694
|
-
|
|
5695
5606
|
/*
|
|
5696
5607
|
############ _super-index.scss ############
|
|
5697
5608
|
Overall overrides, @media, themes, etc. that supersede styles higher in the pyramid
|