@utahdts/utah-design-system-header 0.2.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,4256 @@
1
+ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
2
+ /* Document
3
+ ========================================================================== */
4
+ /**
5
+ * 1. Correct the line height in all browsers.
6
+ * 2. Prevent adjustments of font size after orientation changes in iOS.
7
+ */
8
+ html {
9
+ line-height: 1.15; /* 1 */
10
+ -webkit-text-size-adjust: 100%; /* 2 */
11
+ }
12
+
13
+ /* Sections
14
+ ========================================================================== */
15
+ /**
16
+ * Remove the margin in all browsers.
17
+ */
18
+ body {
19
+ margin: 0;
20
+ }
21
+
22
+ /**
23
+ * Render the `main` element consistently in IE.
24
+ */
25
+ main {
26
+ display: block;
27
+ }
28
+
29
+ /**
30
+ * Correct the font size and margin on `h1` elements within `section` and
31
+ * `article` contexts in Chrome, Firefox, and Safari.
32
+ */
33
+ h1 {
34
+ font-size: 2em;
35
+ margin: 0.67em 0;
36
+ }
37
+
38
+ /* Grouping content
39
+ ========================================================================== */
40
+ /**
41
+ * 1. Add the correct box sizing in Firefox.
42
+ * 2. Show the overflow in Edge and IE.
43
+ */
44
+ hr {
45
+ box-sizing: content-box; /* 1 */
46
+ height: 0; /* 1 */
47
+ overflow: visible; /* 2 */
48
+ }
49
+
50
+ /**
51
+ * 1. Correct the inheritance and scaling of font size in all browsers.
52
+ * 2. Correct the odd `em` font sizing in all browsers.
53
+ */
54
+ pre {
55
+ font-family: monospace, monospace; /* 1 */
56
+ font-size: 1em; /* 2 */
57
+ }
58
+
59
+ /* Text-level semantics
60
+ ========================================================================== */
61
+ /**
62
+ * Remove the gray background on active links in IE 10.
63
+ */
64
+ a {
65
+ background-color: transparent;
66
+ }
67
+
68
+ /**
69
+ * 1. Remove the bottom border in Chrome 57-
70
+ * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
71
+ */
72
+ abbr[title] {
73
+ border-bottom: none; /* 1 */
74
+ text-decoration: underline; /* 2 */
75
+ text-decoration: underline dotted; /* 2 */
76
+ }
77
+
78
+ /**
79
+ * Add the correct font weight in Chrome, Edge, and Safari.
80
+ */
81
+ b,
82
+ strong {
83
+ font-weight: bolder;
84
+ }
85
+
86
+ /**
87
+ * 1. Correct the inheritance and scaling of font size in all browsers.
88
+ * 2. Correct the odd `em` font sizing in all browsers.
89
+ */
90
+ code,
91
+ kbd,
92
+ samp {
93
+ font-family: monospace, monospace; /* 1 */
94
+ font-size: 1em; /* 2 */
95
+ }
96
+
97
+ /**
98
+ * Add the correct font size in all browsers.
99
+ */
100
+ small {
101
+ font-size: 80%;
102
+ }
103
+
104
+ /**
105
+ * Prevent `sub` and `sup` elements from affecting the line height in
106
+ * all browsers.
107
+ */
108
+ sub,
109
+ sup {
110
+ font-size: 75%;
111
+ line-height: 0;
112
+ position: relative;
113
+ vertical-align: baseline;
114
+ }
115
+
116
+ sub {
117
+ bottom: -0.25em;
118
+ }
119
+
120
+ sup {
121
+ top: -0.5em;
122
+ }
123
+
124
+ /* Embedded content
125
+ ========================================================================== */
126
+ /**
127
+ * Remove the border on images inside links in IE 10.
128
+ */
129
+ img {
130
+ border-style: none;
131
+ }
132
+
133
+ /* Forms
134
+ ========================================================================== */
135
+ /**
136
+ * 1. Change the font styles in all browsers.
137
+ * 2. Remove the margin in Firefox and Safari.
138
+ */
139
+ button,
140
+ input,
141
+ optgroup,
142
+ select,
143
+ textarea {
144
+ font-family: inherit; /* 1 */
145
+ font-size: 100%; /* 1 */
146
+ line-height: 1.15; /* 1 */
147
+ margin: 0; /* 2 */
148
+ }
149
+
150
+ /**
151
+ * Show the overflow in IE.
152
+ * 1. Show the overflow in Edge.
153
+ */
154
+ button,
155
+ input { /* 1 */
156
+ overflow: visible;
157
+ }
158
+
159
+ /**
160
+ * Remove the inheritance of text transform in Edge, Firefox, and IE.
161
+ * 1. Remove the inheritance of text transform in Firefox.
162
+ */
163
+ button,
164
+ select { /* 1 */
165
+ text-transform: none;
166
+ }
167
+
168
+ /**
169
+ * Correct the inability to style clickable types in iOS and Safari.
170
+ */
171
+ button,
172
+ [type=button],
173
+ [type=reset],
174
+ [type=submit] {
175
+ -webkit-appearance: button;
176
+ }
177
+
178
+ /**
179
+ * Remove the inner border and padding in Firefox.
180
+ */
181
+ button::-moz-focus-inner,
182
+ [type=button]::-moz-focus-inner,
183
+ [type=reset]::-moz-focus-inner,
184
+ [type=submit]::-moz-focus-inner {
185
+ border-style: none;
186
+ padding: 0;
187
+ }
188
+
189
+ /**
190
+ * Restore the focus styles unset by the previous rule.
191
+ */
192
+ button:-moz-focusring,
193
+ [type=button]:-moz-focusring,
194
+ [type=reset]:-moz-focusring,
195
+ [type=submit]:-moz-focusring {
196
+ outline: 1px dotted ButtonText;
197
+ }
198
+
199
+ /**
200
+ * Correct the padding in Firefox.
201
+ */
202
+ fieldset {
203
+ padding: 0.35em 0.75em 0.625em;
204
+ }
205
+
206
+ /**
207
+ * 1. Correct the text wrapping in Edge and IE.
208
+ * 2. Correct the color inheritance from `fieldset` elements in IE.
209
+ * 3. Remove the padding so developers are not caught out when they zero out
210
+ * `fieldset` elements in all browsers.
211
+ */
212
+ legend {
213
+ box-sizing: border-box; /* 1 */
214
+ color: inherit; /* 2 */
215
+ display: table; /* 1 */
216
+ max-width: 100%; /* 1 */
217
+ padding: 0; /* 3 */
218
+ white-space: normal; /* 1 */
219
+ }
220
+
221
+ /**
222
+ * Add the correct vertical alignment in Chrome, Firefox, and Opera.
223
+ */
224
+ progress {
225
+ vertical-align: baseline;
226
+ }
227
+
228
+ /**
229
+ * Remove the default vertical scrollbar in IE 10+.
230
+ */
231
+ textarea {
232
+ overflow: auto;
233
+ }
234
+
235
+ /**
236
+ * 1. Add the correct box sizing in IE 10.
237
+ * 2. Remove the padding in IE 10.
238
+ */
239
+ [type=checkbox],
240
+ [type=radio] {
241
+ box-sizing: border-box; /* 1 */
242
+ padding: 0; /* 2 */
243
+ }
244
+
245
+ /**
246
+ * Correct the cursor style of increment and decrement buttons in Chrome.
247
+ */
248
+ [type=number]::-webkit-inner-spin-button,
249
+ [type=number]::-webkit-outer-spin-button {
250
+ height: auto;
251
+ }
252
+
253
+ /**
254
+ * 1. Correct the odd appearance in Chrome and Safari.
255
+ * 2. Correct the outline style in Safari.
256
+ */
257
+ [type=search] {
258
+ -webkit-appearance: textfield; /* 1 */
259
+ outline-offset: -2px; /* 2 */
260
+ }
261
+
262
+ /**
263
+ * Remove the inner padding in Chrome and Safari on macOS.
264
+ */
265
+ [type=search]::-webkit-search-decoration {
266
+ -webkit-appearance: none;
267
+ }
268
+
269
+ /**
270
+ * 1. Correct the inability to style clickable types in iOS and Safari.
271
+ * 2. Change font properties to `inherit` in Safari.
272
+ */
273
+ ::-webkit-file-upload-button {
274
+ -webkit-appearance: button; /* 1 */
275
+ font: inherit; /* 2 */
276
+ }
277
+
278
+ /* Interactive
279
+ ========================================================================== */
280
+ /*
281
+ * Add the correct display in Edge, IE 10+, and Firefox.
282
+ */
283
+ details {
284
+ display: block;
285
+ }
286
+
287
+ /*
288
+ * Add the correct display in all browsers.
289
+ */
290
+ summary {
291
+ display: list-item;
292
+ }
293
+
294
+ /* Misc
295
+ ========================================================================== */
296
+ /**
297
+ * Add the correct display in IE 10+.
298
+ */
299
+ template {
300
+ display: none;
301
+ }
302
+
303
+ /**
304
+ * Add the correct display in IE 10.
305
+ */
306
+ [hidden] {
307
+ display: none;
308
+ }
309
+
310
+ /*
311
+ BEM standard: Block, Element, Modifier
312
+ Block: use dashes to separate words:
313
+ - my-react-component
314
+ - super-list
315
+ - cats-r-great
316
+ Element: use two underscores for elements
317
+ Elements are children at any level of the Block:
318
+ - my-react-component__block
319
+ - super-list__name
320
+ - super-list__info
321
+ - cats-r-great__whiskers
322
+ Modifier: use two dashes for modifiers
323
+ - my-react-component--alt
324
+ - super-list--flat
325
+ - cats-r-great--black
326
+ */
327
+ /*
328
+ ############ _settings-index.scss ############
329
+ CSS Class Variables
330
+ */
331
+ /*
332
+ ############ _spacing.scss ############
333
+ 8px horizontal spacing
334
+ */
335
+ .utah-design-system {
336
+ --spacing-3xs: 2px;
337
+ --spacing-2xs: 4px;
338
+ --spacing-xs: 8px;
339
+ --spacing-s: 12px;
340
+ --spacing: 16px;
341
+ --spacing-l: 24px;
342
+ --spacing-xl: 32px;
343
+ --spacing-2xl: 40px;
344
+ --spacing-3xl: 48px;
345
+ --spacing-4xl: 64px;
346
+ --spacing-5xl: 80px;
347
+ --spacing-6xl: 96px;
348
+ }
349
+
350
+ .utah-design-system .m-spacing {
351
+ margin: var(--spacing);
352
+ }
353
+
354
+ .utah-design-system .mt-spacing {
355
+ margin-top: var(--spacing);
356
+ }
357
+
358
+ .utah-design-system .mr-spacing {
359
+ margin-right: var(--spacing);
360
+ }
361
+
362
+ .utah-design-system .mb-spacing {
363
+ margin-bottom: var(--spacing);
364
+ }
365
+
366
+ .utah-design-system .ml-spacing {
367
+ margin-left: var(--spacing);
368
+ }
369
+
370
+ .utah-design-system .mx-spacing {
371
+ margin-left: var(--spacing);
372
+ margin-right: var(--spacing);
373
+ }
374
+
375
+ .utah-design-system .my-spacing {
376
+ margin-top: var(--spacing);
377
+ margin-bottom: var(--spacing);
378
+ }
379
+
380
+ .utah-design-system .m-spacing-l {
381
+ margin: var(--spacing-l);
382
+ }
383
+
384
+ .utah-design-system .mt-spacing-l {
385
+ margin-top: var(--spacing-l);
386
+ }
387
+
388
+ .utah-design-system .mr-spacing-l {
389
+ margin-right: var(--spacing-l);
390
+ }
391
+
392
+ .utah-design-system .mb-spacing-l {
393
+ margin-bottom: var(--spacing-l);
394
+ }
395
+
396
+ .utah-design-system .ml-spacing-l {
397
+ margin-left: var(--spacing-l);
398
+ }
399
+
400
+ .utah-design-system .mx-spacing-l {
401
+ margin-left: var(--spacing-l);
402
+ margin-right: var(--spacing-l);
403
+ }
404
+
405
+ .utah-design-system .my-spacing-l {
406
+ margin-top: var(--spacing-l);
407
+ margin-bottom: var(--spacing-l);
408
+ }
409
+
410
+ .utah-design-system .m-spacing-s {
411
+ margin: var(--spacing-s);
412
+ }
413
+
414
+ .utah-design-system .mt-spacing-s {
415
+ margin-top: var(--spacing-s);
416
+ }
417
+
418
+ .utah-design-system .mr-spacing-s {
419
+ margin-right: var(--spacing-s);
420
+ }
421
+
422
+ .utah-design-system .mb-spacing-s {
423
+ margin-bottom: var(--spacing-s);
424
+ }
425
+
426
+ .utah-design-system .ml-spacing-s {
427
+ margin-left: var(--spacing-s);
428
+ }
429
+
430
+ .utah-design-system .mx-spacing-s {
431
+ margin-left: var(--spacing-s);
432
+ margin-right: var(--spacing-s);
433
+ }
434
+
435
+ .utah-design-system .my-spacing-s {
436
+ margin-top: var(--spacing-s);
437
+ margin-bottom: var(--spacing-s);
438
+ }
439
+
440
+ .utah-design-system .m-spacing-xs {
441
+ margin: var(--spacing-xs);
442
+ }
443
+
444
+ .utah-design-system .mt-spacing-xs {
445
+ margin-top: var(--spacing-xs);
446
+ }
447
+
448
+ .utah-design-system .mr-spacing-xs {
449
+ margin-right: var(--spacing-xs);
450
+ }
451
+
452
+ .utah-design-system .mb-spacing-xs {
453
+ margin-bottom: var(--spacing-xs);
454
+ }
455
+
456
+ .utah-design-system .ml-spacing-xs {
457
+ margin-left: var(--spacing-xs);
458
+ }
459
+
460
+ .utah-design-system .mx-spacing-xs {
461
+ margin-left: var(--spacing-xs);
462
+ margin-right: var(--spacing-xs);
463
+ }
464
+
465
+ .utah-design-system .my-spacing-xs {
466
+ margin-top: var(--spacing-xs);
467
+ margin-bottom: var(--spacing-xs);
468
+ }
469
+
470
+ .utah-design-system .p-spacing {
471
+ padding: var(--spacing);
472
+ }
473
+
474
+ .utah-design-system .pt-spacing {
475
+ padding-top: var(--spacing);
476
+ }
477
+
478
+ .utah-design-system .pr-spacing {
479
+ padding-right: var(--spacing);
480
+ }
481
+
482
+ .utah-design-system .pb-spacing {
483
+ padding-bottom: var(--spacing);
484
+ }
485
+
486
+ .utah-design-system .pl-spacing {
487
+ padding-left: var(--spacing);
488
+ }
489
+
490
+ .utah-design-system .px-spacing {
491
+ padding-left: var(--spacing);
492
+ padding-right: var(--spacing);
493
+ }
494
+
495
+ .utah-design-system .py-spacing {
496
+ padding-top: var(--spacing);
497
+ padding-bottom: var(--spacing);
498
+ }
499
+
500
+ .utah-design-system .p-spacing-l {
501
+ padding: var(--spacing-l);
502
+ }
503
+
504
+ .utah-design-system .pt-spacing-l {
505
+ padding-top: var(--spacing-l);
506
+ }
507
+
508
+ .utah-design-system .pr-spacing-l {
509
+ padding-right: var(--spacing-l);
510
+ }
511
+
512
+ .utah-design-system .pb-spacing-l {
513
+ padding-bottom: var(--spacing-l);
514
+ }
515
+
516
+ .utah-design-system .pl-spacing-l {
517
+ padding-left: var(--spacing-l);
518
+ }
519
+
520
+ .utah-design-system .px-spacing-l {
521
+ padding-left: var(--spacing-l);
522
+ padding-right: var(--spacing-l);
523
+ }
524
+
525
+ .utah-design-system .py-spacing-l {
526
+ padding-top: var(--spacing-l);
527
+ padding-bottom: var(--spacing-l);
528
+ }
529
+
530
+ .utah-design-system .m-auto {
531
+ margin: auto;
532
+ }
533
+
534
+ .utah-design-system .mt-auto {
535
+ margin-top: auto;
536
+ }
537
+
538
+ .utah-design-system .mr-auto {
539
+ margin-right: auto;
540
+ }
541
+
542
+ .utah-design-system .mb-auto {
543
+ margin-bottom: auto;
544
+ }
545
+
546
+ .utah-design-system .ml-auto {
547
+ margin-left: auto;
548
+ }
549
+
550
+ .utah-design-system .mx-auto {
551
+ margin-left: auto;
552
+ margin-right: auto;
553
+ }
554
+
555
+ .utah-design-system .my-auto {
556
+ margin-top: auto;
557
+ margin-bottom: auto;
558
+ }
559
+
560
+ /*
561
+ ############ _font-size.scss ############
562
+ Grid variables
563
+ */
564
+ .utah-design-system {
565
+ --grid-fixed: var(--content-width);
566
+ --grid-fixed-half: calc(var(--grid-fixed) / 2);
567
+ --grid-fixed-form: calc(var(--grid-fixed) / 2.3);
568
+ --grid-fixed-third: calc(var(--grid-fixed) / 3);
569
+ --grid-fixed-fourth: calc(var(--grid-fixed) / 4);
570
+ }
571
+
572
+ .grid-wrapper {
573
+ display: flex;
574
+ justify-content: center;
575
+ }
576
+
577
+ .grid-fixed {
578
+ max-width: var(--grid-fixed);
579
+ width: 100%;
580
+ display: grid;
581
+ grid-template-columns: 1fr;
582
+ gap: var(--spacing-l);
583
+ }
584
+
585
+ .grid-fixed--2col {
586
+ grid-template-columns: 1fr 1fr;
587
+ }
588
+
589
+ .grid-fixed--3col {
590
+ grid-template-columns: 1fr 1fr 1fr;
591
+ }
592
+
593
+ .grid-fixed--4col {
594
+ grid-template-columns: 1fr 1fr 1fr 1fr;
595
+ }
596
+
597
+ .grid-fixed .grid-column-span-2 {
598
+ grid-column: span 2;
599
+ }
600
+
601
+ /*
602
+ ############ _font-size.scss ############
603
+ Font size variables
604
+ */
605
+ .utah-design-system {
606
+ --normal-font-family: "Source Sans Pro", "Helvetica Neue", sans-serif;
607
+ --fixed-width-font-family: "Source Code Pro", monospace;
608
+ --font-size-2xs: .8125rem;
609
+ --font-size-xs: .875rem;
610
+ --font-size-s: .9375rem;
611
+ --font-size: 1rem;
612
+ --font-size-m: 1.125rem;
613
+ --font-size-l: 1.25rem;
614
+ --font-size-xl: 1.5rem;
615
+ --font-size-2xl: 1.75rem;
616
+ --font-size-3xl: 2rem;
617
+ --font-size-4xl: 2.5rem;
618
+ --font-size-5xl: 3rem;
619
+ --font-size-6xl: 3.5rem;
620
+ --font-size-7xl: 4.5rem;
621
+ --font-weight-normal: 400;
622
+ --font-weight-semi-bold: 600;
623
+ --font-weight-bold: 700;
624
+ --font-weight-black: 900;
625
+ }
626
+
627
+ .font-size-2xs {
628
+ font-size: var(--font-size-2xs);
629
+ }
630
+
631
+ .font-size-xs {
632
+ font-size: var(--font-size-xs);
633
+ }
634
+
635
+ .font-size-s {
636
+ font-size: var(--font-size-s);
637
+ }
638
+
639
+ .font-size {
640
+ font-size: var(--font-size);
641
+ }
642
+
643
+ .font-size-m {
644
+ font-size: var(--font-size-m);
645
+ }
646
+
647
+ .font-size-l {
648
+ font-size: var(--font-size-l);
649
+ }
650
+
651
+ .font-size-xl {
652
+ font-size: var(--font-size-xl);
653
+ }
654
+
655
+ .font-size-2xl {
656
+ font-size: var(--font-size-2xl);
657
+ }
658
+
659
+ .font-size-3xl {
660
+ font-size: var(--font-size-3xl);
661
+ }
662
+
663
+ .font-size-4xl {
664
+ font-size: var(--font-size-4xl);
665
+ }
666
+
667
+ .font-size-5xl {
668
+ font-size: var(--font-size-5xl);
669
+ }
670
+
671
+ .font-size-6xl {
672
+ font-size: var(--font-size-6xl);
673
+ }
674
+
675
+ .font-size-7xl {
676
+ font-size: var(--font-size-7xl);
677
+ }
678
+
679
+ .font-normal {
680
+ font-weight: var(--font-weight-normal);
681
+ }
682
+
683
+ .font-semi-bold {
684
+ font-weight: var(--font-weight-semi-bold);
685
+ }
686
+
687
+ .font-bold {
688
+ font-weight: var(--font-weight-bold);
689
+ }
690
+
691
+ .font-black {
692
+ font-weight: var(--font-weight-black);
693
+ }
694
+
695
+ /*
696
+ ############ _color-swatches.scss ############
697
+ base color swatches for the design system
698
+ */
699
+ /* Generated by Glyphter (http://www.glyphter.com) on Fri Jan 20 2023*/
700
+ @font-face {
701
+ font-family: "utah design system";
702
+ src: url("https://cdn.utah.gov/design-system/fonts/utah-design-system.eot");
703
+ src: url("https://cdn.utah.gov/design-system/fonts/utah-design-system.eot?#iefix") format("embedded-opentype"), url("https://cdn.utah.gov/design-system/fonts/utah-design-system.woff") format("woff"), url("https://cdn.utah.gov/design-system/fonts/utah-design-system.ttf") format("truetype"), url("https://cdn.utah.gov/design-system/fonts/utah-design-system.svg#utah-design-system") format("svg");
704
+ font-weight: normal;
705
+ font-style: normal;
706
+ }
707
+ .utah-design-system {
708
+ --icon-check-mark-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12.15'%3E%3Cg%3E%3Cpath d='M6.185,12.15L0,5.966,2.335,3.631l3.85,3.849L13.665,0l2.335,2.335L6.185,12.15Z' style='fill: %23fff;'/%3E%3C/g%3E%3C/svg%3E");
709
+ --icon-chevron-dark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cg%3E%3Crect width='14' height='14' style='fill: none;'/%3E%3Cpath d='M3.142,5l3.716,3.71,3.717-3.71,1.142,1.142-4.859,4.858L2,6.142l1.142-1.142Z' style='fill: %23474747;'/%3E%3C/g%3E%3C/svg%3E");
710
+ }
711
+
712
+ .utah-design-system [class*=utds-icon-after-]::after {
713
+ display: inline-block;
714
+ font-family: "utah design system";
715
+ font-style: normal;
716
+ font-weight: normal;
717
+ line-height: 1;
718
+ -webkit-font-smoothing: antialiased;
719
+ -moz-osx-font-smoothing: grayscale;
720
+ margin-left: var(--spacing-2xs);
721
+ }
722
+
723
+ .utah-design-system [class*=utds-icon-before-]::before {
724
+ display: inline-block;
725
+ font-family: "utah design system";
726
+ font-style: normal;
727
+ font-weight: normal;
728
+ line-height: 1;
729
+ -webkit-font-smoothing: antialiased;
730
+ -moz-osx-font-smoothing: grayscale;
731
+ margin-right: var(--spacing-2xs);
732
+ }
733
+
734
+ .utah-design-system .utds-icon-before-external-link::before,
735
+ .utah-design-system .utds-icon-after-external-link::after {
736
+ content: "A";
737
+ font-size: 0.65em;
738
+ }
739
+
740
+ .utah-design-system .utds-icon-before-waffle::before,
741
+ .utah-design-system .utds-icon-after-waffle::after {
742
+ content: "B";
743
+ }
744
+
745
+ .utah-design-system .utds-icon-before-alert::before,
746
+ .utah-design-system .utds-icon-after-alert::after {
747
+ content: "C";
748
+ }
749
+
750
+ .utah-design-system .utds-icon-before-help::before,
751
+ .utah-design-system .utds-icon-after-help::after {
752
+ content: "D";
753
+ }
754
+
755
+ .utah-design-system .utds-icon-before-bookmark::before,
756
+ .utah-design-system .utds-icon-after-bookmark::after {
757
+ content: "E";
758
+ }
759
+
760
+ .utah-design-system .utds-icon-before-search::before,
761
+ .utah-design-system .utds-icon-after-search::after {
762
+ content: "F";
763
+ }
764
+
765
+ .utah-design-system .utds-icon-before-check::before,
766
+ .utah-design-system .utds-icon-after-check::after {
767
+ content: "G";
768
+ }
769
+
770
+ .utah-design-system .utds-icon-before-star::before,
771
+ .utah-design-system .utds-icon-after-star::after {
772
+ content: "H";
773
+ }
774
+
775
+ .utah-design-system .utds-icon-before-info::before,
776
+ .utah-design-system .utds-icon-after-info::after {
777
+ content: "I";
778
+ }
779
+
780
+ .utah-design-system .utds-icon-before-unfold-less::before,
781
+ .utah-design-system .utds-icon-after-unfold-less::after {
782
+ content: "J";
783
+ }
784
+
785
+ .utah-design-system .utds-icon-before-unfold-more::before,
786
+ .utah-design-system .utds-icon-after-unfold-more::after {
787
+ content: "K";
788
+ }
789
+
790
+ .utah-design-system .utds-icon-before-circle-chevron-down::before,
791
+ .utah-design-system .utds-icon-after-circle-chevron-down::after {
792
+ content: "L";
793
+ }
794
+
795
+ .utah-design-system .utds-icon-before-circle-chevron-up::before,
796
+ .utah-design-system .utds-icon-after-circle-chevron-up::after {
797
+ content: "M";
798
+ }
799
+
800
+ .utah-design-system .utds-icon-before-chevron-up::before,
801
+ .utah-design-system .utds-icon-after-chevron-up::after {
802
+ content: "N";
803
+ }
804
+
805
+ .utah-design-system .utds-icon-before-chevron-right::before,
806
+ .utah-design-system .utds-icon-after-chevron-right::after {
807
+ content: "O";
808
+ }
809
+
810
+ .utah-design-system .utds-icon-before-chevron-down::before,
811
+ .utah-design-system .utds-icon-after-chevron-down::after {
812
+ content: "P";
813
+ }
814
+
815
+ .utah-design-system .utds-icon-before-chevron-left::before,
816
+ .utah-design-system .utds-icon-after-chevron-left::after {
817
+ content: "Q";
818
+ }
819
+
820
+ .utah-design-system .utds-icon-before-arrow-up::before,
821
+ .utah-design-system .utds-icon-after-arrow-up::after {
822
+ content: "R";
823
+ }
824
+
825
+ .utah-design-system .utds-icon-before-arrow-right::before,
826
+ .utah-design-system .utds-icon-after-arrow-right::after {
827
+ content: "S";
828
+ }
829
+
830
+ .utah-design-system .utds-icon-before-arrow-down::before,
831
+ .utah-design-system .utds-icon-after-arrow-down::after {
832
+ content: "T";
833
+ }
834
+
835
+ .utah-design-system .utds-icon-before-arrow-left::before,
836
+ .utah-design-system .utds-icon-after-arrow-left::after {
837
+ content: "U";
838
+ }
839
+
840
+ .utah-design-system .utds-icon-before-plus::before,
841
+ .utah-design-system .utds-icon-after-plus::after {
842
+ content: "V";
843
+ }
844
+
845
+ .utah-design-system .utds-icon-before-minus::before,
846
+ .utah-design-system .utds-icon-after-minus::after {
847
+ content: "W";
848
+ }
849
+
850
+ .utah-design-system .utds-icon-before-x-icon::before,
851
+ .utah-design-system .utds-icon-after-x-icon::after {
852
+ content: "X";
853
+ }
854
+
855
+ .utah-design-system .utds-icon-before-edit::before,
856
+ .utah-design-system .utds-icon-after-edit::after {
857
+ content: "Y";
858
+ }
859
+
860
+ .utah-design-system .utds-icon-before-edit-box::before,
861
+ .utah-design-system .utds-icon-after-edit-box::after {
862
+ content: "Z";
863
+ }
864
+
865
+ .utah-design-system .utds-icon-before-verified::before,
866
+ .utah-design-system .utds-icon-after-verified::after {
867
+ content: "a";
868
+ }
869
+
870
+ .utah-design-system .utds-icon-before-gear::before,
871
+ .utah-design-system .utds-icon-after-gear::after {
872
+ content: "b";
873
+ }
874
+
875
+ .utah-design-system .utds-icon-before-doc::before,
876
+ .utah-design-system .utds-icon-after-doc::after {
877
+ content: "c";
878
+ }
879
+
880
+ .utah-design-system .utds-icon-before-doc-square::before,
881
+ .utah-design-system .utds-icon-after-doc-square::after {
882
+ content: "d";
883
+ }
884
+
885
+ .utah-design-system .utds-icon-before-warning::before,
886
+ .utah-design-system .utds-icon-after-warning::after {
887
+ content: "e";
888
+ }
889
+
890
+ .utah-design-system .utds-icon-before-error::before,
891
+ .utah-design-system .utds-icon-after-error::after {
892
+ content: "f";
893
+ }
894
+
895
+ .utah-design-system .utds-icon-before-copy::before,
896
+ .utah-design-system .utds-icon-after-copy::after {
897
+ content: "g";
898
+ }
899
+
900
+ .utah-design-system .utds-icon-before-home-menu::before,
901
+ .utah-design-system .utds-icon-after-home-menu::after {
902
+ content: "h";
903
+ }
904
+
905
+ .utah-design-system .utds-icon-before-hamburger::before,
906
+ .utah-design-system .utds-icon-after-hamburger::after {
907
+ content: "i";
908
+ }
909
+
910
+ .utah-design-system .utds-icon-before-account::before,
911
+ .utah-design-system .utds-icon-after-account::after {
912
+ content: "j";
913
+ }
914
+
915
+ /*
916
+ ############ _settings-index.scss ############
917
+ variables and settings
918
+ */
919
+ .utah-design-system {
920
+ /* color */
921
+ /* ######## Pick these colors to match your desired style ######## */
922
+ --primary-color: purple;
923
+ --primary-color-dark: rgb(50, 0, 50);
924
+ --primary-color-light: rgb(219, 159, 219);
925
+ --gray-on-primary-color: #474747;
926
+ --secondary-color: rgb(0, 255, 136);
927
+ --secondary-color-dark: rgb(0, 66, 35);
928
+ --secondary-color-light: rgb(183, 250, 218);
929
+ --gray-on-secondary-color: #474747;
930
+ --accent-color: gold;
931
+ --accent-color-dark: rgb(114, 97, 0);
932
+ --accent-color-light: rgb(245, 238, 196);
933
+ --gray-on-accent-color: #474747;
934
+ --form-ele-color: #2765e4;
935
+ --form-ele-color-light: #7aa0ee;
936
+ --form-ele-disabled-color: #949494;
937
+ /* ######## --------------------------------------------- ######## */
938
+ --gray-color: #474747;
939
+ --gray-medium-color: #616161;
940
+ --gray-3-1-contrast: #949494;
941
+ --gray-medium-light-color: #d7d7d7;
942
+ --gray-light-color: #f1f1f1;
943
+ --gray-dark-color: #333333;
944
+ --hover-gray-color: rgba(0,0,0,0.07);
945
+ --hover-gray-color-opaque: rgba(233,233,233);
946
+ --code-color: #e4e4e4;
947
+ --gray-border: #d7d7d7;
948
+ --danger-color: #ba0000;
949
+ --warning-color: #ba6300;
950
+ --info-color: var(--secondary-color);
951
+ --success-color: #2f8700;
952
+ /* transition timings */
953
+ --timing-xquick: 100ms;
954
+ --timing-quick: 200ms;
955
+ --timing-medium: 400ms;
956
+ --timing-slow: 600ms;
957
+ /* rounded corners */
958
+ --radius-small1x: 3px;
959
+ --radius-small: 6px;
960
+ --radius-medium: 9px;
961
+ --radius-large: 12px;
962
+ --radius-circle: 999px;
963
+ /* form element sizes */
964
+ --form-ele-small4x: .75rem;
965
+ --form-ele-small3x: 1rem;
966
+ --form-ele-small2x: 1.25rem;
967
+ --form-ele-small1x: 1.5rem;
968
+ --form-ele-small: 1.875rem;
969
+ --form-ele-medium: 2.25rem;
970
+ --form-ele-large: 2.5rem;
971
+ --form-ele-large1x: 3.125rem;
972
+ --form-checkbox-small: 0.875rem;
973
+ --form-checkbox-medium: 1.125rem;
974
+ --form-checkbox-large: 1.375rem;
975
+ /* content layout sizes */
976
+ --content-width-narrow: 800px;
977
+ --content-width: 1224px;
978
+ --content-width-wide: 1432px;
979
+ --documentation-width: 700px;
980
+ --documentation-left-width: 200px;
981
+ --documentation-right-width: 200px;
982
+ --documentation-padding: var(--spacing-2xl) var(--spacing-xl);
983
+ /* elevation box shadows */
984
+ --drop-shadow-color: rgba(0, 0, 0, 0.3);
985
+ --elevation-small: 0 3px 6px var(--drop-shadow-color);
986
+ --elevation-medium: 0 6px 12px var(--drop-shadow-color);
987
+ --elevation-large: 0 12px 16px var(--drop-shadow-color);
988
+ }
989
+
990
+ /* color utility classes */
991
+ .primary-color-background {
992
+ background-color: var(--primary-color);
993
+ }
994
+
995
+ .primary-color-dark-background {
996
+ background-color: var(--primary-color-dark);
997
+ }
998
+
999
+ .primary-color-light-background {
1000
+ background-color: var(--primary-color-light);
1001
+ }
1002
+
1003
+ .gray-on-primary-background {
1004
+ background-color: var(--gray-on-primary-color);
1005
+ }
1006
+
1007
+ .primary-color {
1008
+ color: var(--primary-color);
1009
+ }
1010
+
1011
+ .primary-color-border {
1012
+ border-color: var(--primary-color);
1013
+ }
1014
+
1015
+ .secondary-color-background {
1016
+ background-color: var(--secondary-color);
1017
+ }
1018
+
1019
+ .secondary-color-dark-background {
1020
+ background-color: var(--secondary-color-dark);
1021
+ }
1022
+
1023
+ .secondary-color-light-background {
1024
+ background-color: var(--secondary-color-light);
1025
+ }
1026
+
1027
+ .gray-on-secondary-background {
1028
+ background-color: var(--gray-on-secondary-color);
1029
+ }
1030
+
1031
+ .secondary-color {
1032
+ color: var(--secondary-color);
1033
+ }
1034
+
1035
+ .secondary-color-border {
1036
+ border-color: var(--secondary-color);
1037
+ }
1038
+
1039
+ .accent-color-background {
1040
+ background-color: var(--accent-color);
1041
+ }
1042
+
1043
+ .accent-color-dark-background {
1044
+ background-color: var(--accent-color-dark);
1045
+ }
1046
+
1047
+ .accent-color-light-background {
1048
+ background-color: var(--accent-color-light);
1049
+ }
1050
+
1051
+ .gray-on-accent-background {
1052
+ background-color: var(--gray-on-accent-color);
1053
+ }
1054
+
1055
+ .accent-color {
1056
+ color: var(--accent-color);
1057
+ }
1058
+
1059
+ .accent-color-border {
1060
+ border-color: var(--accent-color);
1061
+ }
1062
+
1063
+ .gray-color-background {
1064
+ background-color: var(--gray-color);
1065
+ }
1066
+
1067
+ .gray-color-light-background {
1068
+ background-color: var(--gray-light-color);
1069
+ }
1070
+
1071
+ .white-color {
1072
+ color: white;
1073
+ }
1074
+
1075
+ .background-frosted-dark {
1076
+ background: rgba(0, 0, 0, 0.6);
1077
+ backdrop-filter: blur(16px) brightness(1.5);
1078
+ -webkit-backdrop-filter: blur(16px) brightness(1.5);
1079
+ }
1080
+
1081
+ .background-frosted-light {
1082
+ background: rgba(255, 255, 255, 0.1);
1083
+ backdrop-filter: blur(16px);
1084
+ -webkit-backdrop-filter: blur(16px);
1085
+ }
1086
+
1087
+ .backdrop-dark {
1088
+ background: rgba(0, 0, 0, 0.6);
1089
+ backdrop-filter: blur(6px) brightness(60%);
1090
+ }
1091
+
1092
+ /*
1093
+ ############ _tools-index.scss ############
1094
+ scss mixins and functions
1095
+ */
1096
+ /*
1097
+ ############ _generic-index.scss ############
1098
+ css resets, etc.
1099
+ */
1100
+ /*
1101
+ ############ _settings-index.scss ############
1102
+ CSS Class Variables
1103
+ */
1104
+ /*
1105
+ ############ _elements-index.scss ############
1106
+ elemental html: h1, h2, h3, ul, li, etc.
1107
+ */
1108
+ .utah-design-system {
1109
+ margin: 0;
1110
+ font-family: var(--normal-font-family);
1111
+ font-size: 16px;
1112
+ line-height: 1.4;
1113
+ -webkit-font-smoothing: antialiased;
1114
+ -moz-osx-font-smoothing: grayscale;
1115
+ background: white;
1116
+ color: var(--gray-color);
1117
+ }
1118
+
1119
+ .utah-design-system h1 {
1120
+ font-size: var(--font-size-4xl);
1121
+ margin: 0;
1122
+ }
1123
+
1124
+ .utah-design-system h2 {
1125
+ font-size: var(--font-size-3xl);
1126
+ margin: 0;
1127
+ }
1128
+
1129
+ .utah-design-system h3 {
1130
+ font-size: var(--font-size-2xl);
1131
+ font-weight: var(--font-weight-normal);
1132
+ margin: 0;
1133
+ }
1134
+
1135
+ .utah-design-system h4 {
1136
+ font-size: var(--font-size-l);
1137
+ font-weight: var(--font-weight-normal);
1138
+ margin: 0;
1139
+ }
1140
+
1141
+ .utah-design-system h5 {
1142
+ font-size: var(--font-size);
1143
+ margin: 0;
1144
+ }
1145
+
1146
+ .utah-design-system h6 {
1147
+ font-size: var(--font-size);
1148
+ margin: 0;
1149
+ }
1150
+
1151
+ .utah-design-system p {
1152
+ margin: 0 0 var(--spacing-l);
1153
+ }
1154
+
1155
+ .utah-design-system code {
1156
+ font-family: var(--fixed-width-font-family);
1157
+ font-size: 0.95rem;
1158
+ background: var(--code-color);
1159
+ padding: var(--spacing-3xs) var(--spacing-2xs);
1160
+ border-radius: var(--radius-small1x);
1161
+ }
1162
+
1163
+ .utah-design-system code.primary-color {
1164
+ color: var(--primary-color);
1165
+ background: var(--primary-color-light);
1166
+ }
1167
+
1168
+ .utah-design-system pre {
1169
+ font-family: var(--fixed-width-font-family);
1170
+ font-size: 0.95rem;
1171
+ white-space: pre-wrap;
1172
+ word-wrap: break-word;
1173
+ margin: 0 0 var(--spacing) 0;
1174
+ }
1175
+
1176
+ .utah-design-system pre.gray-block {
1177
+ background: var(--gray-light-color);
1178
+ padding: var(--spacing-s) var(--spacing);
1179
+ border-radius: var(--radius-medium);
1180
+ }
1181
+
1182
+ .utah-design-system pre.gray-block--overflow {
1183
+ width: 100%;
1184
+ overflow-x: scroll;
1185
+ box-sizing: border-box;
1186
+ }
1187
+
1188
+ .utah-design-system .gray-block__overflow-content {
1189
+ width: max-content;
1190
+ }
1191
+
1192
+ .utah-design-system ul, .utah-design-system ol {
1193
+ padding: 0 0 0 var(--spacing-2xl);
1194
+ margin: 0;
1195
+ line-height: 1.7;
1196
+ }
1197
+
1198
+ .utah-design-system hr {
1199
+ height: 0;
1200
+ width: 100%;
1201
+ border: none;
1202
+ border-top: 1px solid var(--gray-border);
1203
+ }
1204
+
1205
+ .utah-design-system a[href]:not(.button) {
1206
+ color: var(--primary-color);
1207
+ }
1208
+
1209
+ .utah-design-system a[href]:not(.button):hover {
1210
+ box-shadow: -3px -1px 0 0px var(--hover-gray-color-opaque), 3px -1px 0 0px var(--hover-gray-color-opaque), 3px 1px 0 0px var(--hover-gray-color-opaque), -3px 1px 0 0px var(--hover-gray-color-opaque), inset 0 0 0 1000px var(--hover-gray-color-opaque);
1211
+ color: var(--primary-color-dark);
1212
+ }
1213
+
1214
+ .utah-design-system .external-link::after {
1215
+ content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.1143 18.1138'%3E%3Cg%3E%3Cpath d='m15.0996,18.1138H1c-.5527,0-1-.4478-1-1V3.0142c0-.5522.4473-1,1-1h7.043v2H2v12.0996h12.0996v-6.043h2v7.043c0,.5522-.4473,1-1,1Z' style='fill: var(--primary-color);'/%3E%3Crect x='6.5977' y='4.5318' width='11.9697' height='1.9998' transform='translate(-.2262 10.5174) rotate(-45)' style='fill: currentColor;'/%3E%3Cpolygon points='18.1143 8.0425 16.1143 8.0425 16.1143 2 10.0713 2 10.0713 0 18.1143 0 18.1143 8.0425' style='fill: currentColor;'/%3E%3C/g%3E%3C/svg%3E%0A");
1216
+ height: 0.7rem;
1217
+ width: 0.7rem;
1218
+ background-position: top left;
1219
+ display: inline-block;
1220
+ }
1221
+
1222
+ /*
1223
+ ############ _objects-index.scss ############
1224
+ containers and general design patterns, 2up, 3up, layout grids, etc.
1225
+ */
1226
+ .lead-in {
1227
+ font-size: var(--font-size-m);
1228
+ line-height: 1.6rem;
1229
+ }
1230
+
1231
+ /*
1232
+ ############ _settings-index.scss ############
1233
+ CSS Class Variables
1234
+ */
1235
+ .utah-design-system .accordion__header, .utah-design-system .accordion__header.button {
1236
+ border-radius: 0;
1237
+ font-size: var(--font-size-2xl);
1238
+ font-weight: var(--font-weight-bold);
1239
+ padding: var(--spacing);
1240
+ border: none;
1241
+ display: flex;
1242
+ flex-direction: row;
1243
+ justify-content: space-between;
1244
+ width: 100%;
1245
+ box-sizing: border-box;
1246
+ }
1247
+
1248
+ .utah-design-system .accordion__content {
1249
+ background: var(--gray-light-color);
1250
+ padding: 0;
1251
+ box-sizing: border-box;
1252
+ height: 0;
1253
+ overflow: hidden;
1254
+ }
1255
+
1256
+ .utah-design-system .accordion__content--open {
1257
+ height: auto;
1258
+ padding: var(--spacing);
1259
+ }
1260
+
1261
+ .utah-design-system .tab-group__list {
1262
+ display: flex;
1263
+ justify-content: space-evenly;
1264
+ }
1265
+
1266
+ .utah-design-system .tab-group__list.tab-group--small-text .tab-group__tab-button {
1267
+ font-size: var(--font-size);
1268
+ }
1269
+
1270
+ .utah-design-system .tab-group__tab {
1271
+ flex: 1 1 auto;
1272
+ display: flex;
1273
+ justify-content: center;
1274
+ position: relative;
1275
+ }
1276
+
1277
+ .utah-design-system .tab-group__tab::after {
1278
+ content: "";
1279
+ position: absolute;
1280
+ left: 0;
1281
+ bottom: 0;
1282
+ width: 100%;
1283
+ height: 1px;
1284
+ background: var(--gray-color);
1285
+ }
1286
+
1287
+ .utah-design-system .tab-group__tab--selected::after {
1288
+ height: 5px;
1289
+ bottom: -2px;
1290
+ border-radius: var(--radius-circle);
1291
+ background-color: var(--primary-color);
1292
+ }
1293
+
1294
+ .utah-design-system .tab-group__tab-button {
1295
+ border: none;
1296
+ font-size: var(--font-size-l);
1297
+ font-weight: var(--font-weight-semi-bold);
1298
+ background-color: transparent;
1299
+ margin: var(--spacing-xs) 0;
1300
+ }
1301
+
1302
+ .utah-design-system .tab-group__tab-button:hover {
1303
+ background-color: var(--hover-gray-color);
1304
+ color: inherit;
1305
+ }
1306
+
1307
+ .utah-design-system .tab-group__tab-button--selected {
1308
+ color: var(--primary-color);
1309
+ }
1310
+
1311
+ .utah-design-system .tab-group__panel {
1312
+ display: none;
1313
+ padding-top: var(--spacing);
1314
+ }
1315
+
1316
+ .utah-design-system .tab-group__panel--selected {
1317
+ display: block;
1318
+ }
1319
+
1320
+ /*
1321
+ ############ _tools-index.scss ############
1322
+ scss mixins and functions
1323
+ */ /*
1324
+ ############ _button.scss ############
1325
+ */
1326
+ .utah-design-system {
1327
+ /* ------------ Show a dark contrast color on a light background ------------ */
1328
+ /* ------------ Show a light contrast color on dark background ------------ */
1329
+ }
1330
+
1331
+ .utah-design-system button, .utah-design-system .button {
1332
+ background: white;
1333
+ border-radius: 999px;
1334
+ border: 2px solid var(--gray-color);
1335
+ font-size: 1rem;
1336
+ min-height: var(--form-ele-medium);
1337
+ padding: 0 var(--spacing-xl);
1338
+ display: flex;
1339
+ align-items: center;
1340
+ justify-content: center;
1341
+ cursor: pointer;
1342
+ transition: all 200ms ease-in-out, transform 100ms ease, box-shadow 100ms ease;
1343
+ color: var(--gray-color);
1344
+ text-decoration: none;
1345
+ position: relative;
1346
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1347
+ }
1348
+
1349
+ .utah-design-system button svg, .utah-design-system .button svg {
1350
+ fill: currentColor;
1351
+ }
1352
+
1353
+ .utah-design-system button:hover, .utah-design-system .button:hover {
1354
+ background: var(--gray-color);
1355
+ color: white;
1356
+ }
1357
+
1358
+ .utah-design-system button[disabled], .utah-design-system button[disable]:hover, .utah-design-system .button[disabled], .utah-design-system .button[disable]:hover {
1359
+ cursor: not-allowed;
1360
+ background: white !important;
1361
+ color: var(--form-ele-disabled-color) !important;
1362
+ border-color: var(--form-ele-disabled-color) !important;
1363
+ }
1364
+
1365
+ .utah-design-system button[disabled]:active, .utah-design-system button[disabled].active, .utah-design-system button[disable]:hover:active, .utah-design-system button[disable]:hover.active, .utah-design-system .button[disabled]:active, .utah-design-system .button[disabled].active, .utah-design-system .button[disable]:hover:active, .utah-design-system .button[disable]:hover.active {
1366
+ transform: none;
1367
+ box-shadow: none;
1368
+ }
1369
+
1370
+ .utah-design-system button:active, .utah-design-system button--active, .utah-design-system .button:active, .utah-design-system .button--active {
1371
+ transform: scale(0.96);
1372
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.5);
1373
+ }
1374
+
1375
+ .utah-design-system button:focus-visible, .utah-design-system .button:focus-visible {
1376
+ outline: 2px solid var(--form-ele-color);
1377
+ outline-offset: 2px;
1378
+ transition: none;
1379
+ }
1380
+
1381
+ .utah-design-system .button {
1382
+ /* ------------ SIZES ------------ */
1383
+ /* ------------ SOLID COLOR ------------ */
1384
+ }
1385
+
1386
+ .utah-design-system .button--small1x {
1387
+ font-size: 0.85rem;
1388
+ min-height: var(--form-ele-small1x);
1389
+ padding: 0 var(--spacing-xs);
1390
+ border-width: 1px;
1391
+ }
1392
+
1393
+ .utah-design-system .button--small {
1394
+ font-size: 0.938rem;
1395
+ min-height: var(--form-ele-small);
1396
+ padding: 0 var(--spacing);
1397
+ }
1398
+
1399
+ .utah-design-system .button--large {
1400
+ font-size: 1.25rem;
1401
+ min-height: var(--form-ele-large);
1402
+ }
1403
+
1404
+ .utah-design-system .button--large1x {
1405
+ font-size: 1.5rem;
1406
+ min-height: var(--form-ele-large1x);
1407
+ padding: 0 var(--spacing-2xl);
1408
+ }
1409
+
1410
+ .utah-design-system .button--icon {
1411
+ display: flex;
1412
+ align-items: center;
1413
+ }
1414
+
1415
+ .utah-design-system .button--icon svg {
1416
+ height: 0.8rem;
1417
+ width: 0.8rem;
1418
+ fill: currentColor;
1419
+ }
1420
+
1421
+ .utah-design-system .button--icon-left {
1422
+ margin-right: var(--spacing-xs);
1423
+ }
1424
+
1425
+ .utah-design-system .button--icon-right {
1426
+ margin-left: var(--spacing-xs);
1427
+ }
1428
+
1429
+ .utah-design-system .button--primary-color {
1430
+ border-color: var(--primary-color);
1431
+ color: var(--primary-color);
1432
+ }
1433
+
1434
+ .utah-design-system .button--primary-color:hover {
1435
+ background-color: var(--primary-color);
1436
+ color: white;
1437
+ }
1438
+
1439
+ .utah-design-system .button--primary-color:hover svg {
1440
+ fill: white;
1441
+ }
1442
+
1443
+ .primary-color-is-light.utah-design-system .button--primary-color {
1444
+ border-color: var(--primary-color-dark);
1445
+ color: var(--primary-color-dark);
1446
+ }
1447
+
1448
+ .primary-color-is-light.utah-design-system .button--primary-color:hover {
1449
+ background-color: var(--primary-color-dark);
1450
+ color: white;
1451
+ }
1452
+
1453
+ .utah-design-system .button--secondary-color {
1454
+ border-color: var(--secondary-color);
1455
+ color: var(--secondary-color);
1456
+ }
1457
+
1458
+ .utah-design-system .button--secondary-color:hover {
1459
+ background-color: var(--secondary-color);
1460
+ color: white;
1461
+ }
1462
+
1463
+ .secondary-color-is-light.utah-design-system .button--secondary-color {
1464
+ border-color: var(--secondary-color-dark);
1465
+ color: var(--secondary-color-dark);
1466
+ }
1467
+
1468
+ .secondary-color-is-light.utah-design-system .button--secondary-color:hover {
1469
+ background-color: var(--secondary-color-dark);
1470
+ color: white;
1471
+ }
1472
+
1473
+ .utah-design-system .button--accent-color {
1474
+ border-color: var(--accent-color);
1475
+ color: var(--accent-color);
1476
+ }
1477
+
1478
+ .utah-design-system .button--accent-color:hover {
1479
+ background-color: var(--accent-color);
1480
+ color: white;
1481
+ }
1482
+
1483
+ .accent-color-is-light.utah-design-system .button--accent-color {
1484
+ border-color: var(--accent-color-dark);
1485
+ color: var(--accent-color-dark);
1486
+ }
1487
+
1488
+ .accent-color-is-light.utah-design-system .button--accent-color:hover {
1489
+ background-color: var(--accent-color-dark);
1490
+ color: white;
1491
+ }
1492
+
1493
+ .utah-design-system .button--solid {
1494
+ background: var(--gray-color);
1495
+ color: white;
1496
+ }
1497
+
1498
+ .utah-design-system .button--solid:hover {
1499
+ background-color: var(--gray-dark-color);
1500
+ border-color: var(--gray-dark-color);
1501
+ }
1502
+
1503
+ .utah-design-system .button--solid.button--primary-color {
1504
+ background-color: var(--primary-color);
1505
+ border-color: var(--primary-color);
1506
+ color: white;
1507
+ }
1508
+
1509
+ .utah-design-system .button--solid.button--primary-color:hover {
1510
+ background-color: var(--primary-color-dark);
1511
+ border-color: var(--primary-color-dark);
1512
+ }
1513
+
1514
+ .primary-color-is-light.utah-design-system .button--solid.button--primary-color {
1515
+ color: var(--gray-on-primary-color);
1516
+ border-color: var(--primary-color-dark);
1517
+ }
1518
+
1519
+ .primary-color-is-light.utah-design-system .button--solid.button--primary-color:hover {
1520
+ color: white;
1521
+ border-color: var(--primary-color-dark);
1522
+ }
1523
+
1524
+ .utah-design-system .button--solid.button--primary-color.contrast-border-dark {
1525
+ border-color: var(--gray-on-primary-color);
1526
+ }
1527
+
1528
+ .utah-design-system .button--solid.button--secondary-color {
1529
+ background-color: var(--secondary-color);
1530
+ border-color: var(--secondary-color);
1531
+ color: white;
1532
+ }
1533
+
1534
+ .utah-design-system .button--solid.button--secondary-color:hover {
1535
+ background-color: var(--secondary-color-dark);
1536
+ border-color: var(--secondary-color-dark);
1537
+ }
1538
+
1539
+ .secondary-color-is-light.utah-design-system .button--solid.button--secondary-color {
1540
+ color: var(--gray-on-secondary-color);
1541
+ border-color: var(--secondary-color-dark);
1542
+ }
1543
+
1544
+ .secondary-color-is-light.utah-design-system .button--solid.button--secondary-color:hover {
1545
+ color: white;
1546
+ border-color: var(--secondary-color-dark);
1547
+ }
1548
+
1549
+ .utah-design-system .button--solid.button--secondary-color.contrast-border-dark {
1550
+ border-color: var(--gray-on-secondary-color);
1551
+ }
1552
+
1553
+ .utah-design-system .button--solid.button--accent-color {
1554
+ background-color: var(--accent-color);
1555
+ border-color: var(--accent-color);
1556
+ color: white;
1557
+ }
1558
+
1559
+ .utah-design-system .button--solid.button--accent-color:hover {
1560
+ background-color: var(--accent-color-dark);
1561
+ border-color: var(--accent-color-dark);
1562
+ }
1563
+
1564
+ .accent-color-is-light.utah-design-system .button--solid.button--accent-color {
1565
+ color: var(--gray-on-accent-color);
1566
+ border-color: var(--accent-color-dark);
1567
+ }
1568
+
1569
+ .accent-color-is-light.utah-design-system .button--solid.button--accent-color:hover {
1570
+ color: white;
1571
+ border-color: var(--accent-color-dark);
1572
+ }
1573
+
1574
+ .utah-design-system .button--solid.button--accent-color.contrast-border-dark {
1575
+ border-color: var(--gray-on-accent-color);
1576
+ }
1577
+
1578
+ .utah-design-system .button--solid.contrast-border-light {
1579
+ border-color: white;
1580
+ }
1581
+
1582
+ .utah-design-system .button--solid[disabled], .utah-design-system .button--solid[disable]:hover {
1583
+ cursor: not-allowed;
1584
+ background: var(--form-ele-disabled-color) !important;
1585
+ color: white !important;
1586
+ border-color: var(--form-ele-disabled-color) !important;
1587
+ }
1588
+
1589
+ .utah-design-system .primary-color-background .button--solid.contrast-border-dark {
1590
+ border-color: var(--gray-on-primary-color);
1591
+ }
1592
+
1593
+ .utah-design-system .secondary-color-background .button--solid.contrast-border-dark {
1594
+ border-color: var(--gray-on-secondary-color);
1595
+ }
1596
+
1597
+ .utah-design-system .accent-color-background .button--solid.contrast-border-dark {
1598
+ border-color: var(--gray-on-accent-color);
1599
+ }
1600
+
1601
+ .utah-design-system .dark-background-color .button {
1602
+ border-color: white;
1603
+ background: none;
1604
+ color: white;
1605
+ }
1606
+
1607
+ .utah-design-system .dark-background-color .button:hover {
1608
+ border-color: white;
1609
+ background: white;
1610
+ color: var(--gray-color);
1611
+ }
1612
+
1613
+ .utah-design-system .dark-background-color .button.button--primary-color {
1614
+ border-color: var(--primary-color);
1615
+ background: white;
1616
+ color: var(--primary-color);
1617
+ }
1618
+
1619
+ .utah-design-system .dark-background-color .button.button--primary-color:hover {
1620
+ border-color: white;
1621
+ background: var(--primary-color);
1622
+ color: white;
1623
+ }
1624
+
1625
+ .primary-color-is-light.utah-design-system .dark-background-color .button.button--primary-color {
1626
+ border-color: var(--primary-color);
1627
+ background: none;
1628
+ color: var(--primary-color);
1629
+ }
1630
+
1631
+ .primary-color-is-light.utah-design-system .dark-background-color .button.button--primary-color:hover {
1632
+ background: var(--primary-color);
1633
+ color: var(--gray-color);
1634
+ }
1635
+
1636
+ .utah-design-system .dark-background-color .button.button--secondary-color {
1637
+ border-color: var(--secondary-color);
1638
+ background: white;
1639
+ color: var(--secondary-color);
1640
+ }
1641
+
1642
+ .utah-design-system .dark-background-color .button.button--secondary-color:hover {
1643
+ border-color: white;
1644
+ background: var(--secondary-color);
1645
+ color: white;
1646
+ }
1647
+
1648
+ .secondary-color-is-light.utah-design-system .dark-background-color .button.button--secondary-color {
1649
+ border-color: var(--secondary-color);
1650
+ background: none;
1651
+ color: var(--secondary-color);
1652
+ }
1653
+
1654
+ .secondary-color-is-light.utah-design-system .dark-background-color .button.button--secondary-color:hover {
1655
+ background: var(--secondary-color);
1656
+ color: var(--gray-color);
1657
+ }
1658
+
1659
+ .utah-design-system .dark-background-color .button.button--accent-color {
1660
+ border-color: var(--accent-color);
1661
+ background: white;
1662
+ color: var(--accent-color);
1663
+ }
1664
+
1665
+ .utah-design-system .dark-background-color .button.button--accent-color:hover {
1666
+ border-color: white;
1667
+ background: var(--accent-color);
1668
+ color: white;
1669
+ }
1670
+
1671
+ .accent-color-is-light.utah-design-system .dark-background-color .button.button--accent-color {
1672
+ border-color: var(--accent-color);
1673
+ background: none;
1674
+ color: var(--accent-color);
1675
+ }
1676
+
1677
+ .accent-color-is-light.utah-design-system .dark-background-color .button.button--accent-color:hover {
1678
+ background: var(--accent-color);
1679
+ color: var(--gray-color);
1680
+ }
1681
+
1682
+ .utah-design-system .dark-background-color .button--solid {
1683
+ border-color: white;
1684
+ background: white;
1685
+ color: var(--gray-color);
1686
+ }
1687
+
1688
+ .utah-design-system .dark-background-color .button--solid:hover {
1689
+ border-color: white;
1690
+ background: none;
1691
+ color: white;
1692
+ }
1693
+
1694
+ .utah-design-system .dark-background-color .button--solid.button--primary-color {
1695
+ border-color: white;
1696
+ background: var(--primary-color);
1697
+ color: white;
1698
+ }
1699
+
1700
+ .utah-design-system .dark-background-color .button--solid.button--primary-color:hover {
1701
+ border-color: var(--primary-color);
1702
+ background: white;
1703
+ color: var(--primary-color);
1704
+ }
1705
+
1706
+ .primary-color-is-light.utah-design-system .dark-background-color .button--solid.button--primary-color {
1707
+ border-color: var(--primary-color);
1708
+ background: var(--primary-color);
1709
+ color: var(--gray-color);
1710
+ }
1711
+
1712
+ .primary-color-is-light.utah-design-system .dark-background-color .button--solid.button--primary-color:hover {
1713
+ background: var(--primary-color-dark);
1714
+ color: white;
1715
+ }
1716
+
1717
+ .utah-design-system .dark-background-color .button--solid.button--secondary-color {
1718
+ border-color: white;
1719
+ background: var(--secondary-color);
1720
+ color: white;
1721
+ }
1722
+
1723
+ .utah-design-system .dark-background-color .button--solid.button--secondary-color:hover {
1724
+ border-color: var(--secondary-color);
1725
+ background: white;
1726
+ color: var(--secondary-color);
1727
+ }
1728
+
1729
+ .secondary-color-is-light.utah-design-system .dark-background-color .button--solid.button--secondary-color {
1730
+ border-color: var(--secondary-color);
1731
+ background: var(--secondary-color);
1732
+ color: var(--gray-color);
1733
+ }
1734
+
1735
+ .secondary-color-is-light.utah-design-system .dark-background-color .button--solid.button--secondary-color:hover {
1736
+ background: var(--secondary-color-dark);
1737
+ color: white;
1738
+ }
1739
+
1740
+ .utah-design-system .dark-background-color .button--solid.button--accent-color {
1741
+ border-color: white;
1742
+ background: var(--accent-color);
1743
+ color: white;
1744
+ }
1745
+
1746
+ .utah-design-system .dark-background-color .button--solid.button--accent-color:hover {
1747
+ border-color: var(--accent-color);
1748
+ background: white;
1749
+ color: var(--accent-color);
1750
+ }
1751
+
1752
+ .accent-color-is-light.utah-design-system .dark-background-color .button--solid.button--accent-color {
1753
+ border-color: var(--accent-color);
1754
+ background: var(--accent-color);
1755
+ color: var(--gray-color);
1756
+ }
1757
+
1758
+ .accent-color-is-light.utah-design-system .dark-background-color .button--solid.button--accent-color:hover {
1759
+ background: var(--accent-color-dark);
1760
+ color: white;
1761
+ }
1762
+
1763
+ /*
1764
+ ############ _color-swatches.scss ############
1765
+ base color swatches for the design system
1766
+ */
1767
+ /*
1768
+ ############ _icon-button.scss ############
1769
+ */
1770
+ .utah-design-system .icon-button {
1771
+ border-radius: 999px;
1772
+ font-size: 1rem;
1773
+ min-height: var(--form-ele-medium);
1774
+ min-width: var(--form-ele-medium);
1775
+ padding: 0;
1776
+ display: flex;
1777
+ align-items: center;
1778
+ justify-content: center;
1779
+ cursor: pointer;
1780
+ /* ------------ SIZES ------------ */
1781
+ }
1782
+
1783
+ .utah-design-system .icon-button--borderless {
1784
+ border-color: transparent;
1785
+ background: transparent;
1786
+ }
1787
+
1788
+ .utah-design-system .icon-button--borderless:hover {
1789
+ color: var(--gray-dark-color);
1790
+ background: var(--hover-gray-color);
1791
+ }
1792
+
1793
+ .utah-design-system .icon-button--borderless.button--primary-color:hover {
1794
+ color: var(--primary-color-dark);
1795
+ }
1796
+
1797
+ .utah-design-system .icon-button--borderless.button--secondary-color:hover {
1798
+ color: var(--secondary-color-dark);
1799
+ }
1800
+
1801
+ .utah-design-system .icon-button--borderless.button--accent-color:hover {
1802
+ color: var(--accent-color-dark);
1803
+ }
1804
+
1805
+ .primary-color-is-light.utah-design-system .icon-button--borderless.button--primary-color {
1806
+ border-color: transparent;
1807
+ }
1808
+
1809
+ .primary-color-is-light.utah-design-system .icon-button--borderless.button--primary-color:hover {
1810
+ color: var(--primary-color-dark);
1811
+ background: var(--hover-gray-color);
1812
+ }
1813
+
1814
+ .secondary-color-is-light.utah-design-system .icon-button--borderless.button--secondary-color {
1815
+ border-color: transparent;
1816
+ }
1817
+
1818
+ .secondary-color-is-light.utah-design-system .icon-button--borderless.button--secondary-color:hover {
1819
+ color: var(--secondary-color-dark);
1820
+ background: var(--hover-gray-color);
1821
+ }
1822
+
1823
+ .accent-color-is-light.utah-design-system .icon-button--borderless.button--accent-color {
1824
+ border-color: transparent;
1825
+ }
1826
+
1827
+ .accent-color-is-light.utah-design-system .icon-button--borderless.button--accent-color:hover {
1828
+ color: var(--accent-color-dark);
1829
+ background: var(--hover-gray-color);
1830
+ }
1831
+
1832
+ .utah-design-system .icon-button--borderless[disabled], .utah-design-system .icon-button--borderless[disable]:hover {
1833
+ background: transparent !important;
1834
+ border-color: transparent !important;
1835
+ }
1836
+
1837
+ .utah-design-system .icon-button__icon {
1838
+ transition: all var(--timing-quick) ease-in-out;
1839
+ }
1840
+
1841
+ .utah-design-system .icon-button__icon--rotate180 {
1842
+ transform: rotate(180deg);
1843
+ }
1844
+
1845
+ .utah-design-system .icon-button [class*=utds-icon-before-] {
1846
+ line-height: 0.5;
1847
+ display: block;
1848
+ }
1849
+
1850
+ .utah-design-system .icon-button [class*=utds-icon-before-]::before {
1851
+ margin: 0;
1852
+ font-size: 1.25rem;
1853
+ }
1854
+
1855
+ .utah-design-system .icon-button--small1x {
1856
+ font-size: 0.85rem;
1857
+ min-height: var(--form-ele-small1x);
1858
+ min-width: var(--form-ele-small1x);
1859
+ border-width: 1px;
1860
+ }
1861
+
1862
+ .utah-design-system .icon-button--small1x [class*=utds-icon-before-]::before {
1863
+ font-size: 1rem;
1864
+ }
1865
+
1866
+ .utah-design-system .icon-button--small {
1867
+ font-size: 0.938rem;
1868
+ min-height: var(--form-ele-small);
1869
+ min-width: var(--form-ele-small);
1870
+ }
1871
+
1872
+ .utah-design-system .icon-button--small [class*=utds-icon-before-]::before {
1873
+ font-size: 1.125rem;
1874
+ }
1875
+
1876
+ .utah-design-system .icon-button--large {
1877
+ font-size: 1.25rem;
1878
+ min-height: var(--form-ele-large);
1879
+ min-width: var(--form-ele-large);
1880
+ }
1881
+
1882
+ .utah-design-system .icon-button--large [class*=utds-icon-before-]::before {
1883
+ font-size: 1.45rem;
1884
+ }
1885
+
1886
+ .utah-design-system .icon-button--large1x {
1887
+ font-size: 1.5rem;
1888
+ min-height: var(--form-ele-large1x);
1889
+ min-width: var(--form-ele-large1x);
1890
+ }
1891
+
1892
+ .utah-design-system .icon-button--large1x [class*=utds-icon-before-]::before {
1893
+ font-size: 1.7rem;
1894
+ }
1895
+
1896
+ .input-wrapper {
1897
+ margin: 0 0 var(--spacing-s) 0;
1898
+ }
1899
+
1900
+ .form.form--stacked .input-wrapper {
1901
+ display: flex;
1902
+ flex-direction: column;
1903
+ gap: 3px;
1904
+ align-items: flex-start;
1905
+ }
1906
+
1907
+ input[type=text],
1908
+ textarea {
1909
+ color: var(--gray-color);
1910
+ min-height: var(--form-ele-medium);
1911
+ border-radius: var(--radius-small);
1912
+ box-sizing: border-box;
1913
+ border: 1px solid var(--gray-color);
1914
+ width: 100%;
1915
+ padding: 0 var(--spacing-xs);
1916
+ box-shadow: var(--hover-gray-color) 0 0 0 0;
1917
+ transition: box-shadow var(--timing-xquick) ease-in-out;
1918
+ }
1919
+
1920
+ input[type=text]:hover,
1921
+ textarea:hover {
1922
+ box-shadow: var(--hover-gray-color) 0 0 0 5px;
1923
+ border-color: black;
1924
+ }
1925
+
1926
+ input[type=text]:focus-visible,
1927
+ textarea:focus-visible {
1928
+ outline: 2px solid var(--form-ele-color);
1929
+ outline-offset: 2px;
1930
+ transition: none;
1931
+ }
1932
+
1933
+ textarea {
1934
+ padding: var(--spacing-xs);
1935
+ }
1936
+
1937
+ input[type=checkbox] {
1938
+ width: var(--form-checkbox-medium);
1939
+ height: var(--form-checkbox-medium);
1940
+ position: relative;
1941
+ border-radius: var(--radius-small1x);
1942
+ border: 1px solid var(--gray-color);
1943
+ background-color: white;
1944
+ box-sizing: border-box;
1945
+ appearance: none;
1946
+ }
1947
+
1948
+ input[type=checkbox]::after {
1949
+ content: "";
1950
+ display: block;
1951
+ position: absolute;
1952
+ width: 100%;
1953
+ height: 100%;
1954
+ top: 0;
1955
+ left: 0;
1956
+ border-radius: var(--radius-circle);
1957
+ z-index: -1;
1958
+ box-shadow: var(--hover-gray-color) 0 0 0 0;
1959
+ transition: box-shadow var(--timing-xquick) ease-in-out;
1960
+ }
1961
+
1962
+ input[type=checkbox]:hover {
1963
+ border-color: black;
1964
+ }
1965
+
1966
+ input[type=checkbox]:hover::after {
1967
+ box-shadow: var(--hover-gray-color) 0 0 0 7px;
1968
+ border-color: black;
1969
+ }
1970
+
1971
+ input[type=checkbox]::before {
1972
+ content: "";
1973
+ display: block;
1974
+ background: var(--form-ele-color);
1975
+ background-image: var(--icon-check-mark-light);
1976
+ background-repeat: no-repeat;
1977
+ background-position: center center;
1978
+ background-size: 30%;
1979
+ border-radius: var(--radius-small1x);
1980
+ width: 100%;
1981
+ height: 100%;
1982
+ opacity: 0;
1983
+ }
1984
+
1985
+ input[type=checkbox]:checked {
1986
+ border-width: 0;
1987
+ background-color: var(--form-ele-color);
1988
+ }
1989
+
1990
+ input[type=checkbox]:checked::before {
1991
+ opacity: 1;
1992
+ background-size: 80%;
1993
+ transition: background-size var(--timing-quick) ease, opacity var(--timing-quick) ease;
1994
+ }
1995
+
1996
+ .input-wrapper--checkbox {
1997
+ display: flex;
1998
+ flex-direction: row-reverse;
1999
+ justify-content: flex-end;
2000
+ align-items: center;
2001
+ position: relative;
2002
+ z-index: 1;
2003
+ }
2004
+
2005
+ .input-wrapper label {
2006
+ padding: 0 0 0 var(--spacing-2xs);
2007
+ }
2008
+
2009
+ select {
2010
+ color: var(--gray-color);
2011
+ min-height: var(--form-ele-medium);
2012
+ border-radius: var(--radius-small);
2013
+ box-sizing: border-box;
2014
+ border: 1px solid var(--gray-color);
2015
+ width: 100%;
2016
+ padding: 0 var(--spacing-xs);
2017
+ appearance: none;
2018
+ background: white var(--icon-chevron-dark) no-repeat right 5px center;
2019
+ background-size: 16px;
2020
+ box-shadow: var(--hover-gray-color) 0 0 0 0;
2021
+ transition: box-shadow var(--timing-xquick) ease-in-out;
2022
+ }
2023
+
2024
+ select:hover {
2025
+ box-shadow: var(--hover-gray-color) 0 0 0 5px;
2026
+ border-color: black;
2027
+ }
2028
+
2029
+ select:focus-visible {
2030
+ outline: 2px solid var(--form-ele-color);
2031
+ outline-offset: 2px;
2032
+ transition: none;
2033
+ }
2034
+
2035
+ .info-box {
2036
+ display: flex;
2037
+ align-items: center;
2038
+ min-height: var(--form-ele-medium);
2039
+ background: white;
2040
+ position: relative;
2041
+ border-radius: var(--radius-small);
2042
+ }
2043
+
2044
+ .info-box::before {
2045
+ content: "";
2046
+ display: block;
2047
+ width: var(--spacing-xs);
2048
+ height: 100%;
2049
+ border-top-left-radius: var(--radius-small);
2050
+ border-bottom-left-radius: var(--radius-small);
2051
+ background-color: var(--secondary-color);
2052
+ }
2053
+
2054
+ .info-box__content {
2055
+ display: flex;
2056
+ align-items: center;
2057
+ padding: 0 var(--spacing-s);
2058
+ }
2059
+
2060
+ input[type=radio] {
2061
+ appearance: none;
2062
+ border-radius: var(--radius-circle);
2063
+ border: 1px solid var(--gray-color);
2064
+ width: var(--form-ele-small1x);
2065
+ height: var(--form-ele-small1x);
2066
+ position: relative;
2067
+ top: var(--spacing-2xs);
2068
+ margin-right: var(--spacing-xs);
2069
+ }
2070
+
2071
+ input[type=radio]::before {
2072
+ content: "";
2073
+ display: block;
2074
+ width: 100%;
2075
+ height: 100%;
2076
+ border-radius: var(--radius-circle);
2077
+ box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px 0px;
2078
+ transition: box-shadow var(--timing-xquick) ease-in-out;
2079
+ }
2080
+
2081
+ input[type=radio]:hover::before {
2082
+ box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px 7px;
2083
+ }
2084
+
2085
+ input[type=radio]:checked {
2086
+ background-color: var(--secondary-color);
2087
+ border: 1px solid var(--secondary-color);
2088
+ }
2089
+
2090
+ input[type=radio]:checked::after {
2091
+ content: "";
2092
+ display: block;
2093
+ width: 50%;
2094
+ height: 50%;
2095
+ border-radius: var(--radius-circle);
2096
+ background-color: white;
2097
+ position: absolute;
2098
+ left: 50%;
2099
+ top: 50%;
2100
+ transform: translate(-50%, -50%);
2101
+ }
2102
+
2103
+ .checkbox:hover ~ span:first-of-type {
2104
+ box-shadow: rgb(240, 241, 242) 0px 0px 0px 7px;
2105
+ }
2106
+
2107
+ span {
2108
+ border-radius: 999px;
2109
+ box-shadow: rgb(240, 241, 242) 0px 0px 0px 0px;
2110
+ }
2111
+
2112
+ input[type=checkbox].switch {
2113
+ border: 0;
2114
+ clip: rect(0 0 0 0);
2115
+ height: 1px;
2116
+ margin: -1px;
2117
+ overflow: hidden;
2118
+ padding: 0;
2119
+ position: absolute;
2120
+ width: 1px;
2121
+ }
2122
+
2123
+ .switch__label {
2124
+ position: absolute;
2125
+ right: 0;
2126
+ transform: translateX(calc(100% + var(--spacing-2xs)));
2127
+ color: var(--gray-color);
2128
+ min-width: max-content;
2129
+ }
2130
+
2131
+ .switch__wrapper {
2132
+ min-width: 20px;
2133
+ background: #7b7b7b;
2134
+ color: white;
2135
+ border-radius: var(--radius-circle);
2136
+ min-height: var(--form-ele-small3x);
2137
+ padding: var(--spacing-3xs);
2138
+ position: relative;
2139
+ display: inline-flex;
2140
+ align-items: center;
2141
+ box-shadow: var(--hover-gray-color) 0 0 0 0;
2142
+ transition: box-shadow var(--timing-xquick) ease-in-out;
2143
+ }
2144
+
2145
+ .switch__wrapper--on {
2146
+ background: var(--form-ele-color);
2147
+ }
2148
+
2149
+ .switch__wrapper:hover {
2150
+ box-shadow: var(--hover-gray-color) 0 0 0 5px;
2151
+ border-color: black;
2152
+ }
2153
+
2154
+ .switch__wrapper:has(input:focus) {
2155
+ outline: 2px solid var(--form-ele-color);
2156
+ outline-offset: 2px;
2157
+ transition: none;
2158
+ }
2159
+
2160
+ .switch--small.switch__wrapper {
2161
+ min-height: var(--form-ele-small4x);
2162
+ }
2163
+
2164
+ .switch--small .switch__slider {
2165
+ height: var(--form-ele-small4x);
2166
+ width: var(--form-ele-small4x);
2167
+ }
2168
+
2169
+ .switch--small .switch__inner-label {
2170
+ font-size: var(--font-size-xs);
2171
+ height: var(--form-ele-small4x);
2172
+ line-height: var(--form-ele-small4x);
2173
+ }
2174
+
2175
+ .switch--large.switch__wrapper {
2176
+ min-height: var(--form-ele-small1x);
2177
+ }
2178
+
2179
+ .switch--large .switch__slider {
2180
+ height: var(--form-ele-small1x);
2181
+ width: var(--form-ele-small1x);
2182
+ }
2183
+
2184
+ .switch__slider {
2185
+ height: var(--form-ele-small3x);
2186
+ width: var(--form-ele-small3x);
2187
+ border-radius: var(--radius-circle);
2188
+ background: white;
2189
+ position: absolute;
2190
+ left: 2px;
2191
+ transition: all var(--timing-quick);
2192
+ display: flex;
2193
+ align-items: center;
2194
+ justify-content: center;
2195
+ }
2196
+
2197
+ .switch__slider--on {
2198
+ left: 100%;
2199
+ transform: translateX(calc(-100% - 2px));
2200
+ background: white;
2201
+ }
2202
+
2203
+ .switch__slider svg {
2204
+ fill: var(--gray-color);
2205
+ width: 0.65rem;
2206
+ height: 0.65rem;
2207
+ }
2208
+
2209
+ .switch__inner-label {
2210
+ position: relative;
2211
+ width: 100%;
2212
+ height: var(--form-ele-small3x);
2213
+ font-size: var(--font-size-s);
2214
+ line-height: var(--font-size-s);
2215
+ }
2216
+
2217
+ .switch__inner-label-on, .switch__inner-label-off {
2218
+ width: calc(100% - var(--form-ele-2small1x));
2219
+ position: absolute;
2220
+ right: 2px;
2221
+ opacity: 0;
2222
+ transition: opacity var(--timing-quick);
2223
+ text-align: center;
2224
+ display: inline-block;
2225
+ }
2226
+
2227
+ .switch__inner-label-on.show, .switch__inner-label-off.show {
2228
+ opacity: 1;
2229
+ }
2230
+
2231
+ .switch__inner-label-on {
2232
+ color: white;
2233
+ right: unset;
2234
+ left: 2px;
2235
+ }
2236
+
2237
+ .switch--disabled {
2238
+ background: var(--form-ele-disabled-color);
2239
+ cursor: not-allowed;
2240
+ }
2241
+
2242
+ .switch--disabled.switch__wrapper--on {
2243
+ background: var(--form-ele-color-light);
2244
+ }
2245
+
2246
+ .input-wrapper--switch label {
2247
+ padding: var(--spacing-3xs) var(--spacing-xs);
2248
+ }
2249
+
2250
+ .switch-old {
2251
+ display: block;
2252
+ box-sizing: border-box;
2253
+ border: none;
2254
+ background: none;
2255
+ padding: 0;
2256
+ position: relative;
2257
+ min-height: 20px;
2258
+ }
2259
+
2260
+ .switch-old:focus,
2261
+ .switch-old:hover {
2262
+ outline: none;
2263
+ }
2264
+
2265
+ .switch-old:focus::before,
2266
+ .switch-old:hover::before {
2267
+ box-shadow: 0 0 0.5em #2a2a28;
2268
+ }
2269
+
2270
+ .switch-old::before,
2271
+ .switch-old::after {
2272
+ content: "";
2273
+ position: absolute;
2274
+ height: 16px;
2275
+ transition: all 0.25s ease;
2276
+ }
2277
+
2278
+ .switch-old::before {
2279
+ left: 0;
2280
+ top: 0.2em;
2281
+ width: 32px;
2282
+ border: 1px solid #7a7a77;
2283
+ background: #7a7a77;
2284
+ border-radius: 16px;
2285
+ background-color: #699957;
2286
+ border-color: #699957;
2287
+ }
2288
+
2289
+ .switch-old::after {
2290
+ top: 4px;
2291
+ background-color: #fff;
2292
+ border-radius: 50%;
2293
+ width: 14px;
2294
+ height: 14px;
2295
+ border: 1px solid #7a7a77;
2296
+ left: 16px;
2297
+ border-color: #699957;
2298
+ color: #699957;
2299
+ }
2300
+
2301
+ .utah-design-system .main-menu__wrapper {
2302
+ background-color: var(--gray-light-color);
2303
+ display: flex;
2304
+ justify-content: space-between;
2305
+ align-items: center;
2306
+ padding: 0 var(--spacing-l) 0 var(--spacing-xs);
2307
+ }
2308
+
2309
+ .utah-design-system .main-menu__wrapper .utds-icon-before-search::before {
2310
+ font-size: 1.1rem;
2311
+ }
2312
+
2313
+ .utah-design-system .main-menu .menu-item__search {
2314
+ margin-left: auto;
2315
+ }
2316
+
2317
+ .utah-design-system .main-menu__search-placeholder {
2318
+ height: var(--form-ele-medium);
2319
+ width: var(--form-ele-medium);
2320
+ }
2321
+
2322
+ .utah-design-system .horizontal-menu > ul {
2323
+ list-style-type: none;
2324
+ display: flex;
2325
+ padding: 0;
2326
+ }
2327
+
2328
+ .utah-design-system .horizontal-menu > ul li .menu-item__title {
2329
+ position: relative;
2330
+ }
2331
+
2332
+ .utah-design-system .horizontal-menu > ul li a[href], .utah-design-system .horizontal-menu > ul li button {
2333
+ display: flex;
2334
+ align-items: center;
2335
+ text-decoration: none;
2336
+ color: var(--gray-color);
2337
+ padding: var(--spacing-3xs) var(--spacing);
2338
+ margin: var(--spacing-xs) 0;
2339
+ border-radius: 999px;
2340
+ transition: all var(--timing-quick) ease-in-out;
2341
+ position: relative;
2342
+ box-sizing: border-box;
2343
+ font-size: var(--font-size);
2344
+ font-weight: var(--font-weight-semi-bold);
2345
+ min-height: auto;
2346
+ line-height: 1.7;
2347
+ }
2348
+
2349
+ .utah-design-system .horizontal-menu > ul li a[href] .icon-chevron-down, .utah-design-system .horizontal-menu > ul li button .icon-chevron-down {
2350
+ font-size: 1rem;
2351
+ margin-right: -2px;
2352
+ }
2353
+
2354
+ .utah-design-system .horizontal-menu > ul li a[href]:hover, .utah-design-system .horizontal-menu > ul li button:hover {
2355
+ color: black;
2356
+ box-shadow: inset 0 0 0 1000px var(--hover-gray-color);
2357
+ }
2358
+
2359
+ .utah-design-system .horizontal-menu > ul li a[href].menu-item--selected + span.menu-chiclet::after, .utah-design-system .horizontal-menu > ul li button.menu-item--selected + span.menu-chiclet::after {
2360
+ content: "";
2361
+ width: 100%;
2362
+ height: var(--spacing-2xs);
2363
+ background: var(--primary-color);
2364
+ display: block;
2365
+ position: absolute;
2366
+ top: 0;
2367
+ left: 0;
2368
+ border-bottom-left-radius: var(--spacing-2xs);
2369
+ border-bottom-right-radius: var(--spacing-2xs);
2370
+ outline: none;
2371
+ outline-offset: 0;
2372
+ }
2373
+
2374
+ .utah-design-system .menu-item__title {
2375
+ display: flex;
2376
+ flex-direction: row;
2377
+ align-items: center;
2378
+ }
2379
+
2380
+ .utah-design-system .menu-item__button-title {
2381
+ border: none;
2382
+ padding: 0;
2383
+ background: none;
2384
+ }
2385
+
2386
+ .utah-design-system .menu-item__button-title:hover {
2387
+ background: none;
2388
+ color: var(--primary-color);
2389
+ }
2390
+
2391
+ .utah-design-system .menu-item a[href] {
2392
+ text-decoration: none;
2393
+ color: var(--gray-color);
2394
+ }
2395
+
2396
+ .utah-design-system .menu-item a[href].menu-item--selected {
2397
+ color: var(--primary-color);
2398
+ }
2399
+
2400
+ .utah-design-system .menu-item__chevron {
2401
+ transform: rotate(-90deg);
2402
+ }
2403
+
2404
+ .utah-design-system .menu-item__chevron svg {
2405
+ width: 10px;
2406
+ height: 10px;
2407
+ }
2408
+
2409
+ .utah-design-system .menu-item__chevron--open {
2410
+ transform: rotate(0deg);
2411
+ }
2412
+
2413
+ .utah-design-system .menu-item__sub-menu {
2414
+ display: none;
2415
+ }
2416
+
2417
+ .utah-design-system .menu-item__sub-menu--open {
2418
+ display: block;
2419
+ }
2420
+
2421
+ .utah-design-system .menu-side-panel {
2422
+ margin: var(--spacing) 0 0 0;
2423
+ font-size: var(--font-size-xs);
2424
+ }
2425
+
2426
+ .utah-design-system .menu-side-panel:first-child {
2427
+ margin: 0;
2428
+ }
2429
+
2430
+ .utah-design-system .menu-side-panel__header {
2431
+ font-size: var(--font-size);
2432
+ }
2433
+
2434
+ .utah-design-system .menu-side-panel > ul {
2435
+ margin-left: calc(0px - var(--spacing));
2436
+ }
2437
+
2438
+ .utah-design-system .menu-side-panel ul {
2439
+ list-style-type: none;
2440
+ padding: 0;
2441
+ }
2442
+
2443
+ .utah-design-system .menu-side-panel ul ul:first-of-type {
2444
+ border-left: 1px solid #DBDBDB;
2445
+ margin-left: var(--spacing);
2446
+ }
2447
+
2448
+ .utah-design-system .menu-side-panel .menu-item__title a {
2449
+ flex: 1 0 auto;
2450
+ padding: var(--spacing-2xs) var(--spacing);
2451
+ display: block;
2452
+ border-radius: var(--radius-circle);
2453
+ position: relative;
2454
+ transition: all var(--timing-quick) ease-in-out;
2455
+ }
2456
+
2457
+ .utah-design-system .menu-side-panel .menu-item__title a:hover {
2458
+ box-shadow: inset 0 0 0 1000px var(--hover-gray-color);
2459
+ color: var(--primary-color);
2460
+ }
2461
+
2462
+ .utah-design-system .menu-side-panel .menu-item__title a.menu-item--selected {
2463
+ font-weight: bold;
2464
+ border-top-left-radius: 0;
2465
+ border-bottom-left-radius: 0;
2466
+ box-shadow: inset 0 0 0 1000px var(--hover-gray-color);
2467
+ }
2468
+
2469
+ .utah-design-system .menu-side-panel .menu-item__title a.menu-item--selected::after {
2470
+ content: "";
2471
+ position: absolute;
2472
+ left: -3px;
2473
+ top: 0;
2474
+ width: 5px;
2475
+ height: 100%;
2476
+ background: var(--primary-color);
2477
+ border-radius: var(--radius-circle);
2478
+ }
2479
+
2480
+ .utah-design-system .menu-side-panel .menu-item button {
2481
+ min-height: unset;
2482
+ min-width: unset;
2483
+ }
2484
+
2485
+ .utah-design-system .menu-side-panel .menu-item__button-title {
2486
+ flex: 1 0 auto;
2487
+ justify-content: flex-start;
2488
+ font-size: var(--font-size-xs);
2489
+ padding: var(--spacing-2xs) var(--spacing);
2490
+ line-height: 1.7;
2491
+ }
2492
+
2493
+ .utah-design-system .menu-side-panel .menu-item__button-title:hover {
2494
+ box-shadow: inset 0 0 0 1000px var(--hover-gray-color);
2495
+ }
2496
+
2497
+ .utah-design-system .menu-side-panel .menu-item__chevron {
2498
+ padding: var(--spacing-xs);
2499
+ }
2500
+
2501
+ .utah-design-system .menu-side-panel .menu-item__chevron svg {
2502
+ transition: transform var(--timing-quick) ease;
2503
+ }
2504
+
2505
+ .utah-design-system ul.vertical-menu {
2506
+ list-style-type: none;
2507
+ margin: 0;
2508
+ padding: 0;
2509
+ }
2510
+
2511
+ .utah-design-system .vertical-menu li > ul {
2512
+ padding-left: var(--spacing-s);
2513
+ }
2514
+
2515
+ .utah-design-system .vertical-menu button.vertical-menu__button-title,
2516
+ .utah-design-system .vertical-menu a[href].vertical-menu__link-title {
2517
+ border-radius: var(--radius-circle);
2518
+ border: none;
2519
+ box-shadow: none;
2520
+ box-sizing: border-box;
2521
+ color: var(--gray-color);
2522
+ display: flex;
2523
+ font-size: var(--font-size-2xs);
2524
+ justify-content: flex-start;
2525
+ line-height: 1.7;
2526
+ margin: var(--spacing-2xs) 0;
2527
+ min-height: unset;
2528
+ padding: var(--spacing-2xs) var(--spacing);
2529
+ text-align: left;
2530
+ text-decoration: none;
2531
+ width: 100%;
2532
+ position: relative;
2533
+ }
2534
+
2535
+ .utah-design-system .vertical-menu button.vertical-menu__button-title:hover,
2536
+ .utah-design-system .vertical-menu a[href].vertical-menu__link-title:hover {
2537
+ background: var(--hover-gray-color);
2538
+ color: var(--primary-color);
2539
+ box-shadow: none;
2540
+ }
2541
+
2542
+ .utah-design-system .vertical-menu button.vertical-menu__button-title:active,
2543
+ .utah-design-system .vertical-menu a[href].vertical-menu__link-title:active {
2544
+ transform: none;
2545
+ }
2546
+
2547
+ .utah-design-system .vertical-menu button.vertical-menu__button-title.menu-item--selected,
2548
+ .utah-design-system .vertical-menu a[href].vertical-menu__link-title.menu-item--selected {
2549
+ font-weight: bold;
2550
+ border-top-left-radius: 0;
2551
+ border-bottom-left-radius: 0;
2552
+ box-shadow: inset 0 0 0 1000px var(--hover-gray-color);
2553
+ }
2554
+
2555
+ .utah-design-system .vertical-menu button.vertical-menu__button-title.menu-item--selected::after,
2556
+ .utah-design-system .vertical-menu a[href].vertical-menu__link-title.menu-item--selected::after {
2557
+ content: "";
2558
+ position: absolute;
2559
+ left: -3px;
2560
+ top: 0;
2561
+ width: 5px;
2562
+ height: 100%;
2563
+ background: var(--primary-color);
2564
+ border-radius: var(--radius-circle);
2565
+ }
2566
+
2567
+ .utah-design-system .vertical-menu a.vertical-menu__link-title:hover {
2568
+ box-shadow: none;
2569
+ }
2570
+
2571
+ .utah-design-system .vertical-menu__link-text {
2572
+ flex: 1 0 auto;
2573
+ }
2574
+
2575
+ .utah-design-system .vertical-menu__divider {
2576
+ display: block;
2577
+ margin: var(--spacing-s) var(--spacing-s);
2578
+ height: 1px;
2579
+ background-color: var(--gray-medium-light-color);
2580
+ }
2581
+
2582
+ .utah-design-system .vertical-menu .utds-icon-before-chevron-right {
2583
+ font-size: 0.6rem;
2584
+ line-height: 0.5;
2585
+ transform: rotate(0deg);
2586
+ transition: transform var(--timing-quick) ease;
2587
+ }
2588
+
2589
+ .utah-design-system .vertical-menu .utds-icon-before-chevron-right::before {
2590
+ margin-right: 0;
2591
+ }
2592
+
2593
+ .utah-design-system .vertical-menu .utds-icon-before-chevron-right.is-open {
2594
+ transform: rotate(90deg);
2595
+ }
2596
+
2597
+ .utah-design-system .menu-item--mega-menu .popup__content {
2598
+ padding: var(--spacing) var(--spacing-l);
2599
+ }
2600
+
2601
+ .utah-design-system .menu-item--mega-menu .popup__content > ul {
2602
+ display: flex;
2603
+ gap: var(--spacing-xl);
2604
+ }
2605
+
2606
+ .utah-design-system .menu-item--mega-menu .popup__content > ul > li {
2607
+ font-weight: bold;
2608
+ font-size: var(--font-size-l);
2609
+ }
2610
+
2611
+ .utah-design-system .menu-item--mega-menu .popup__content > ul > li > ul {
2612
+ font-size: var(--font-size);
2613
+ font-weight: var(--font-weight-semi-bold);
2614
+ }
2615
+
2616
+ .utah-design-system .menu-item--mega-menu .popup__content a[href].vertical-menu__link-title {
2617
+ text-decoration: underline;
2618
+ color: var(--primary-color);
2619
+ }
2620
+
2621
+ /*
2622
+ ############ _spacing.scss ############
2623
+ 8px horizontal spacing
2624
+ */
2625
+ .utah-design-system {
2626
+ --spacing-3xs: 2px;
2627
+ --spacing-2xs: 4px;
2628
+ --spacing-xs: 8px;
2629
+ --spacing-s: 12px;
2630
+ --spacing: 16px;
2631
+ --spacing-l: 24px;
2632
+ --spacing-xl: 32px;
2633
+ --spacing-2xl: 40px;
2634
+ --spacing-3xl: 48px;
2635
+ --spacing-4xl: 64px;
2636
+ --spacing-5xl: 80px;
2637
+ --spacing-6xl: 96px;
2638
+ }
2639
+
2640
+ .utah-design-system .m-spacing {
2641
+ margin: var(--spacing);
2642
+ }
2643
+
2644
+ .utah-design-system .mt-spacing {
2645
+ margin-top: var(--spacing);
2646
+ }
2647
+
2648
+ .utah-design-system .mr-spacing {
2649
+ margin-right: var(--spacing);
2650
+ }
2651
+
2652
+ .utah-design-system .mb-spacing {
2653
+ margin-bottom: var(--spacing);
2654
+ }
2655
+
2656
+ .utah-design-system .ml-spacing {
2657
+ margin-left: var(--spacing);
2658
+ }
2659
+
2660
+ .utah-design-system .mx-spacing {
2661
+ margin-left: var(--spacing);
2662
+ margin-right: var(--spacing);
2663
+ }
2664
+
2665
+ .utah-design-system .my-spacing {
2666
+ margin-top: var(--spacing);
2667
+ margin-bottom: var(--spacing);
2668
+ }
2669
+
2670
+ .utah-design-system .m-spacing-l {
2671
+ margin: var(--spacing-l);
2672
+ }
2673
+
2674
+ .utah-design-system .mt-spacing-l {
2675
+ margin-top: var(--spacing-l);
2676
+ }
2677
+
2678
+ .utah-design-system .mr-spacing-l {
2679
+ margin-right: var(--spacing-l);
2680
+ }
2681
+
2682
+ .utah-design-system .mb-spacing-l {
2683
+ margin-bottom: var(--spacing-l);
2684
+ }
2685
+
2686
+ .utah-design-system .ml-spacing-l {
2687
+ margin-left: var(--spacing-l);
2688
+ }
2689
+
2690
+ .utah-design-system .mx-spacing-l {
2691
+ margin-left: var(--spacing-l);
2692
+ margin-right: var(--spacing-l);
2693
+ }
2694
+
2695
+ .utah-design-system .my-spacing-l {
2696
+ margin-top: var(--spacing-l);
2697
+ margin-bottom: var(--spacing-l);
2698
+ }
2699
+
2700
+ .utah-design-system .m-spacing-s {
2701
+ margin: var(--spacing-s);
2702
+ }
2703
+
2704
+ .utah-design-system .mt-spacing-s {
2705
+ margin-top: var(--spacing-s);
2706
+ }
2707
+
2708
+ .utah-design-system .mr-spacing-s {
2709
+ margin-right: var(--spacing-s);
2710
+ }
2711
+
2712
+ .utah-design-system .mb-spacing-s {
2713
+ margin-bottom: var(--spacing-s);
2714
+ }
2715
+
2716
+ .utah-design-system .ml-spacing-s {
2717
+ margin-left: var(--spacing-s);
2718
+ }
2719
+
2720
+ .utah-design-system .mx-spacing-s {
2721
+ margin-left: var(--spacing-s);
2722
+ margin-right: var(--spacing-s);
2723
+ }
2724
+
2725
+ .utah-design-system .my-spacing-s {
2726
+ margin-top: var(--spacing-s);
2727
+ margin-bottom: var(--spacing-s);
2728
+ }
2729
+
2730
+ .utah-design-system .m-spacing-xs {
2731
+ margin: var(--spacing-xs);
2732
+ }
2733
+
2734
+ .utah-design-system .mt-spacing-xs {
2735
+ margin-top: var(--spacing-xs);
2736
+ }
2737
+
2738
+ .utah-design-system .mr-spacing-xs {
2739
+ margin-right: var(--spacing-xs);
2740
+ }
2741
+
2742
+ .utah-design-system .mb-spacing-xs {
2743
+ margin-bottom: var(--spacing-xs);
2744
+ }
2745
+
2746
+ .utah-design-system .ml-spacing-xs {
2747
+ margin-left: var(--spacing-xs);
2748
+ }
2749
+
2750
+ .utah-design-system .mx-spacing-xs {
2751
+ margin-left: var(--spacing-xs);
2752
+ margin-right: var(--spacing-xs);
2753
+ }
2754
+
2755
+ .utah-design-system .my-spacing-xs {
2756
+ margin-top: var(--spacing-xs);
2757
+ margin-bottom: var(--spacing-xs);
2758
+ }
2759
+
2760
+ .utah-design-system .p-spacing {
2761
+ padding: var(--spacing);
2762
+ }
2763
+
2764
+ .utah-design-system .pt-spacing {
2765
+ padding-top: var(--spacing);
2766
+ }
2767
+
2768
+ .utah-design-system .pr-spacing {
2769
+ padding-right: var(--spacing);
2770
+ }
2771
+
2772
+ .utah-design-system .pb-spacing {
2773
+ padding-bottom: var(--spacing);
2774
+ }
2775
+
2776
+ .utah-design-system .pl-spacing {
2777
+ padding-left: var(--spacing);
2778
+ }
2779
+
2780
+ .utah-design-system .px-spacing {
2781
+ padding-left: var(--spacing);
2782
+ padding-right: var(--spacing);
2783
+ }
2784
+
2785
+ .utah-design-system .py-spacing {
2786
+ padding-top: var(--spacing);
2787
+ padding-bottom: var(--spacing);
2788
+ }
2789
+
2790
+ .utah-design-system .p-spacing-l {
2791
+ padding: var(--spacing-l);
2792
+ }
2793
+
2794
+ .utah-design-system .pt-spacing-l {
2795
+ padding-top: var(--spacing-l);
2796
+ }
2797
+
2798
+ .utah-design-system .pr-spacing-l {
2799
+ padding-right: var(--spacing-l);
2800
+ }
2801
+
2802
+ .utah-design-system .pb-spacing-l {
2803
+ padding-bottom: var(--spacing-l);
2804
+ }
2805
+
2806
+ .utah-design-system .pl-spacing-l {
2807
+ padding-left: var(--spacing-l);
2808
+ }
2809
+
2810
+ .utah-design-system .px-spacing-l {
2811
+ padding-left: var(--spacing-l);
2812
+ padding-right: var(--spacing-l);
2813
+ }
2814
+
2815
+ .utah-design-system .py-spacing-l {
2816
+ padding-top: var(--spacing-l);
2817
+ padding-bottom: var(--spacing-l);
2818
+ }
2819
+
2820
+ .utah-design-system .m-auto {
2821
+ margin: auto;
2822
+ }
2823
+
2824
+ .utah-design-system .mt-auto {
2825
+ margin-top: auto;
2826
+ }
2827
+
2828
+ .utah-design-system .mr-auto {
2829
+ margin-right: auto;
2830
+ }
2831
+
2832
+ .utah-design-system .mb-auto {
2833
+ margin-bottom: auto;
2834
+ }
2835
+
2836
+ .utah-design-system .ml-auto {
2837
+ margin-left: auto;
2838
+ }
2839
+
2840
+ .utah-design-system .mx-auto {
2841
+ margin-left: auto;
2842
+ margin-right: auto;
2843
+ }
2844
+
2845
+ .utah-design-system .my-auto {
2846
+ margin-top: auto;
2847
+ margin-bottom: auto;
2848
+ }
2849
+
2850
+ /*
2851
+ ############ _font-size.scss ############
2852
+ Grid variables
2853
+ */
2854
+ .utah-design-system {
2855
+ --grid-fixed: var(--content-width);
2856
+ --grid-fixed-half: calc(var(--grid-fixed) / 2);
2857
+ --grid-fixed-form: calc(var(--grid-fixed) / 2.3);
2858
+ --grid-fixed-third: calc(var(--grid-fixed) / 3);
2859
+ --grid-fixed-fourth: calc(var(--grid-fixed) / 4);
2860
+ }
2861
+
2862
+ .grid-wrapper {
2863
+ display: flex;
2864
+ justify-content: center;
2865
+ }
2866
+
2867
+ .grid-fixed {
2868
+ max-width: var(--grid-fixed);
2869
+ width: 100%;
2870
+ display: grid;
2871
+ grid-template-columns: 1fr;
2872
+ gap: var(--spacing-l);
2873
+ }
2874
+
2875
+ .grid-fixed--2col {
2876
+ grid-template-columns: 1fr 1fr;
2877
+ }
2878
+
2879
+ .grid-fixed--3col {
2880
+ grid-template-columns: 1fr 1fr 1fr;
2881
+ }
2882
+
2883
+ .grid-fixed--4col {
2884
+ grid-template-columns: 1fr 1fr 1fr 1fr;
2885
+ }
2886
+
2887
+ .grid-fixed .grid-column-span-2 {
2888
+ grid-column: span 2;
2889
+ }
2890
+
2891
+ /*
2892
+ ############ _font-size.scss ############
2893
+ Font size variables
2894
+ */
2895
+ .utah-design-system {
2896
+ --normal-font-family: "Source Sans Pro", "Helvetica Neue", sans-serif;
2897
+ --fixed-width-font-family: "Source Code Pro", monospace;
2898
+ --font-size-2xs: .8125rem;
2899
+ --font-size-xs: .875rem;
2900
+ --font-size-s: .9375rem;
2901
+ --font-size: 1rem;
2902
+ --font-size-m: 1.125rem;
2903
+ --font-size-l: 1.25rem;
2904
+ --font-size-xl: 1.5rem;
2905
+ --font-size-2xl: 1.75rem;
2906
+ --font-size-3xl: 2rem;
2907
+ --font-size-4xl: 2.5rem;
2908
+ --font-size-5xl: 3rem;
2909
+ --font-size-6xl: 3.5rem;
2910
+ --font-size-7xl: 4.5rem;
2911
+ --font-weight-normal: 400;
2912
+ --font-weight-semi-bold: 600;
2913
+ --font-weight-bold: 700;
2914
+ --font-weight-black: 900;
2915
+ }
2916
+
2917
+ .font-size-2xs {
2918
+ font-size: var(--font-size-2xs);
2919
+ }
2920
+
2921
+ .font-size-xs {
2922
+ font-size: var(--font-size-xs);
2923
+ }
2924
+
2925
+ .font-size-s {
2926
+ font-size: var(--font-size-s);
2927
+ }
2928
+
2929
+ .font-size {
2930
+ font-size: var(--font-size);
2931
+ }
2932
+
2933
+ .font-size-m {
2934
+ font-size: var(--font-size-m);
2935
+ }
2936
+
2937
+ .font-size-l {
2938
+ font-size: var(--font-size-l);
2939
+ }
2940
+
2941
+ .font-size-xl {
2942
+ font-size: var(--font-size-xl);
2943
+ }
2944
+
2945
+ .font-size-2xl {
2946
+ font-size: var(--font-size-2xl);
2947
+ }
2948
+
2949
+ .font-size-3xl {
2950
+ font-size: var(--font-size-3xl);
2951
+ }
2952
+
2953
+ .font-size-4xl {
2954
+ font-size: var(--font-size-4xl);
2955
+ }
2956
+
2957
+ .font-size-5xl {
2958
+ font-size: var(--font-size-5xl);
2959
+ }
2960
+
2961
+ .font-size-6xl {
2962
+ font-size: var(--font-size-6xl);
2963
+ }
2964
+
2965
+ .font-size-7xl {
2966
+ font-size: var(--font-size-7xl);
2967
+ }
2968
+
2969
+ .font-normal {
2970
+ font-weight: var(--font-weight-normal);
2971
+ }
2972
+
2973
+ .font-semi-bold {
2974
+ font-weight: var(--font-weight-semi-bold);
2975
+ }
2976
+
2977
+ .font-bold {
2978
+ font-weight: var(--font-weight-bold);
2979
+ }
2980
+
2981
+ .font-black {
2982
+ font-weight: var(--font-weight-black);
2983
+ }
2984
+
2985
+ /* Generated by Glyphter (http://www.glyphter.com) on Fri Jan 20 2023*/
2986
+ @font-face {
2987
+ font-family: "utah design system";
2988
+ src: url("https://cdn.utah.gov/design-system/fonts/utah-design-system.eot");
2989
+ src: url("https://cdn.utah.gov/design-system/fonts/utah-design-system.eot?#iefix") format("embedded-opentype"), url("https://cdn.utah.gov/design-system/fonts/utah-design-system.woff") format("woff"), url("https://cdn.utah.gov/design-system/fonts/utah-design-system.ttf") format("truetype"), url("https://cdn.utah.gov/design-system/fonts/utah-design-system.svg#utah-design-system") format("svg");
2990
+ font-weight: normal;
2991
+ font-style: normal;
2992
+ }
2993
+ .utah-design-system {
2994
+ --icon-check-mark-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12.15'%3E%3Cg%3E%3Cpath d='M6.185,12.15L0,5.966,2.335,3.631l3.85,3.849L13.665,0l2.335,2.335L6.185,12.15Z' style='fill: %23fff;'/%3E%3C/g%3E%3C/svg%3E");
2995
+ --icon-chevron-dark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cg%3E%3Crect width='14' height='14' style='fill: none;'/%3E%3Cpath d='M3.142,5l3.716,3.71,3.717-3.71,1.142,1.142-4.859,4.858L2,6.142l1.142-1.142Z' style='fill: %23474747;'/%3E%3C/g%3E%3C/svg%3E");
2996
+ }
2997
+
2998
+ .utah-design-system [class*=utds-icon-after-]::after {
2999
+ display: inline-block;
3000
+ font-family: "utah design system";
3001
+ font-style: normal;
3002
+ font-weight: normal;
3003
+ line-height: 1;
3004
+ -webkit-font-smoothing: antialiased;
3005
+ -moz-osx-font-smoothing: grayscale;
3006
+ margin-left: var(--spacing-2xs);
3007
+ }
3008
+
3009
+ .utah-design-system [class*=utds-icon-before-]::before {
3010
+ display: inline-block;
3011
+ font-family: "utah design system";
3012
+ font-style: normal;
3013
+ font-weight: normal;
3014
+ line-height: 1;
3015
+ -webkit-font-smoothing: antialiased;
3016
+ -moz-osx-font-smoothing: grayscale;
3017
+ margin-right: var(--spacing-2xs);
3018
+ }
3019
+
3020
+ .utah-design-system .utds-icon-before-external-link::before,
3021
+ .utah-design-system .utds-icon-after-external-link::after {
3022
+ content: "A";
3023
+ font-size: 0.65em;
3024
+ }
3025
+
3026
+ .utah-design-system .utds-icon-before-waffle::before,
3027
+ .utah-design-system .utds-icon-after-waffle::after {
3028
+ content: "B";
3029
+ }
3030
+
3031
+ .utah-design-system .utds-icon-before-alert::before,
3032
+ .utah-design-system .utds-icon-after-alert::after {
3033
+ content: "C";
3034
+ }
3035
+
3036
+ .utah-design-system .utds-icon-before-help::before,
3037
+ .utah-design-system .utds-icon-after-help::after {
3038
+ content: "D";
3039
+ }
3040
+
3041
+ .utah-design-system .utds-icon-before-bookmark::before,
3042
+ .utah-design-system .utds-icon-after-bookmark::after {
3043
+ content: "E";
3044
+ }
3045
+
3046
+ .utah-design-system .utds-icon-before-search::before,
3047
+ .utah-design-system .utds-icon-after-search::after {
3048
+ content: "F";
3049
+ }
3050
+
3051
+ .utah-design-system .utds-icon-before-check::before,
3052
+ .utah-design-system .utds-icon-after-check::after {
3053
+ content: "G";
3054
+ }
3055
+
3056
+ .utah-design-system .utds-icon-before-star::before,
3057
+ .utah-design-system .utds-icon-after-star::after {
3058
+ content: "H";
3059
+ }
3060
+
3061
+ .utah-design-system .utds-icon-before-info::before,
3062
+ .utah-design-system .utds-icon-after-info::after {
3063
+ content: "I";
3064
+ }
3065
+
3066
+ .utah-design-system .utds-icon-before-unfold-less::before,
3067
+ .utah-design-system .utds-icon-after-unfold-less::after {
3068
+ content: "J";
3069
+ }
3070
+
3071
+ .utah-design-system .utds-icon-before-unfold-more::before,
3072
+ .utah-design-system .utds-icon-after-unfold-more::after {
3073
+ content: "K";
3074
+ }
3075
+
3076
+ .utah-design-system .utds-icon-before-circle-chevron-down::before,
3077
+ .utah-design-system .utds-icon-after-circle-chevron-down::after {
3078
+ content: "L";
3079
+ }
3080
+
3081
+ .utah-design-system .utds-icon-before-circle-chevron-up::before,
3082
+ .utah-design-system .utds-icon-after-circle-chevron-up::after {
3083
+ content: "M";
3084
+ }
3085
+
3086
+ .utah-design-system .utds-icon-before-chevron-up::before,
3087
+ .utah-design-system .utds-icon-after-chevron-up::after {
3088
+ content: "N";
3089
+ }
3090
+
3091
+ .utah-design-system .utds-icon-before-chevron-right::before,
3092
+ .utah-design-system .utds-icon-after-chevron-right::after {
3093
+ content: "O";
3094
+ }
3095
+
3096
+ .utah-design-system .utds-icon-before-chevron-down::before,
3097
+ .utah-design-system .utds-icon-after-chevron-down::after {
3098
+ content: "P";
3099
+ }
3100
+
3101
+ .utah-design-system .utds-icon-before-chevron-left::before,
3102
+ .utah-design-system .utds-icon-after-chevron-left::after {
3103
+ content: "Q";
3104
+ }
3105
+
3106
+ .utah-design-system .utds-icon-before-arrow-up::before,
3107
+ .utah-design-system .utds-icon-after-arrow-up::after {
3108
+ content: "R";
3109
+ }
3110
+
3111
+ .utah-design-system .utds-icon-before-arrow-right::before,
3112
+ .utah-design-system .utds-icon-after-arrow-right::after {
3113
+ content: "S";
3114
+ }
3115
+
3116
+ .utah-design-system .utds-icon-before-arrow-down::before,
3117
+ .utah-design-system .utds-icon-after-arrow-down::after {
3118
+ content: "T";
3119
+ }
3120
+
3121
+ .utah-design-system .utds-icon-before-arrow-left::before,
3122
+ .utah-design-system .utds-icon-after-arrow-left::after {
3123
+ content: "U";
3124
+ }
3125
+
3126
+ .utah-design-system .utds-icon-before-plus::before,
3127
+ .utah-design-system .utds-icon-after-plus::after {
3128
+ content: "V";
3129
+ }
3130
+
3131
+ .utah-design-system .utds-icon-before-minus::before,
3132
+ .utah-design-system .utds-icon-after-minus::after {
3133
+ content: "W";
3134
+ }
3135
+
3136
+ .utah-design-system .utds-icon-before-x-icon::before,
3137
+ .utah-design-system .utds-icon-after-x-icon::after {
3138
+ content: "X";
3139
+ }
3140
+
3141
+ .utah-design-system .utds-icon-before-edit::before,
3142
+ .utah-design-system .utds-icon-after-edit::after {
3143
+ content: "Y";
3144
+ }
3145
+
3146
+ .utah-design-system .utds-icon-before-edit-box::before,
3147
+ .utah-design-system .utds-icon-after-edit-box::after {
3148
+ content: "Z";
3149
+ }
3150
+
3151
+ .utah-design-system .utds-icon-before-verified::before,
3152
+ .utah-design-system .utds-icon-after-verified::after {
3153
+ content: "a";
3154
+ }
3155
+
3156
+ .utah-design-system .utds-icon-before-gear::before,
3157
+ .utah-design-system .utds-icon-after-gear::after {
3158
+ content: "b";
3159
+ }
3160
+
3161
+ .utah-design-system .utds-icon-before-doc::before,
3162
+ .utah-design-system .utds-icon-after-doc::after {
3163
+ content: "c";
3164
+ }
3165
+
3166
+ .utah-design-system .utds-icon-before-doc-square::before,
3167
+ .utah-design-system .utds-icon-after-doc-square::after {
3168
+ content: "d";
3169
+ }
3170
+
3171
+ .utah-design-system .utds-icon-before-warning::before,
3172
+ .utah-design-system .utds-icon-after-warning::after {
3173
+ content: "e";
3174
+ }
3175
+
3176
+ .utah-design-system .utds-icon-before-error::before,
3177
+ .utah-design-system .utds-icon-after-error::after {
3178
+ content: "f";
3179
+ }
3180
+
3181
+ .utah-design-system .utds-icon-before-copy::before,
3182
+ .utah-design-system .utds-icon-after-copy::after {
3183
+ content: "g";
3184
+ }
3185
+
3186
+ .utah-design-system .utds-icon-before-home-menu::before,
3187
+ .utah-design-system .utds-icon-after-home-menu::after {
3188
+ content: "h";
3189
+ }
3190
+
3191
+ .utah-design-system .utds-icon-before-hamburger::before,
3192
+ .utah-design-system .utds-icon-after-hamburger::after {
3193
+ content: "i";
3194
+ }
3195
+
3196
+ .utah-design-system .utds-icon-before-account::before,
3197
+ .utah-design-system .utds-icon-after-account::after {
3198
+ content: "j";
3199
+ }
3200
+
3201
+ /*
3202
+ ############ _settings-index.scss ############
3203
+ variables and settings
3204
+ */
3205
+ .utah-design-system {
3206
+ /* color */
3207
+ /* ######## Pick these colors to match your desired style ######## */
3208
+ --primary-color: purple;
3209
+ --primary-color-dark: rgb(50, 0, 50);
3210
+ --primary-color-light: rgb(219, 159, 219);
3211
+ --gray-on-primary-color: #474747;
3212
+ --secondary-color: rgb(0, 255, 136);
3213
+ --secondary-color-dark: rgb(0, 66, 35);
3214
+ --secondary-color-light: rgb(183, 250, 218);
3215
+ --gray-on-secondary-color: #474747;
3216
+ --accent-color: gold;
3217
+ --accent-color-dark: rgb(114, 97, 0);
3218
+ --accent-color-light: rgb(245, 238, 196);
3219
+ --gray-on-accent-color: #474747;
3220
+ --form-ele-color: #2765e4;
3221
+ --form-ele-color-light: #7aa0ee;
3222
+ --form-ele-disabled-color: #949494;
3223
+ /* ######## --------------------------------------------- ######## */
3224
+ --gray-color: #474747;
3225
+ --gray-medium-color: #616161;
3226
+ --gray-3-1-contrast: #949494;
3227
+ --gray-medium-light-color: #d7d7d7;
3228
+ --gray-light-color: #f1f1f1;
3229
+ --gray-dark-color: #333333;
3230
+ --hover-gray-color: rgba(0,0,0,0.07);
3231
+ --hover-gray-color-opaque: rgba(233,233,233);
3232
+ --code-color: #e4e4e4;
3233
+ --gray-border: #d7d7d7;
3234
+ --danger-color: #ba0000;
3235
+ --warning-color: #ba6300;
3236
+ --info-color: var(--secondary-color);
3237
+ --success-color: #2f8700;
3238
+ /* transition timings */
3239
+ --timing-xquick: 100ms;
3240
+ --timing-quick: 200ms;
3241
+ --timing-medium: 400ms;
3242
+ --timing-slow: 600ms;
3243
+ /* rounded corners */
3244
+ --radius-small1x: 3px;
3245
+ --radius-small: 6px;
3246
+ --radius-medium: 9px;
3247
+ --radius-large: 12px;
3248
+ --radius-circle: 999px;
3249
+ /* form element sizes */
3250
+ --form-ele-small4x: .75rem;
3251
+ --form-ele-small3x: 1rem;
3252
+ --form-ele-small2x: 1.25rem;
3253
+ --form-ele-small1x: 1.5rem;
3254
+ --form-ele-small: 1.875rem;
3255
+ --form-ele-medium: 2.25rem;
3256
+ --form-ele-large: 2.5rem;
3257
+ --form-ele-large1x: 3.125rem;
3258
+ --form-checkbox-small: 0.875rem;
3259
+ --form-checkbox-medium: 1.125rem;
3260
+ --form-checkbox-large: 1.375rem;
3261
+ /* content layout sizes */
3262
+ --content-width-narrow: 800px;
3263
+ --content-width: 1224px;
3264
+ --content-width-wide: 1432px;
3265
+ --documentation-width: 700px;
3266
+ --documentation-left-width: 200px;
3267
+ --documentation-right-width: 200px;
3268
+ --documentation-padding: var(--spacing-2xl) var(--spacing-xl);
3269
+ /* elevation box shadows */
3270
+ --drop-shadow-color: rgba(0, 0, 0, 0.3);
3271
+ --elevation-small: 0 3px 6px var(--drop-shadow-color);
3272
+ --elevation-medium: 0 6px 12px var(--drop-shadow-color);
3273
+ --elevation-large: 0 12px 16px var(--drop-shadow-color);
3274
+ }
3275
+
3276
+ /* color utility classes */
3277
+ .primary-color-background {
3278
+ background-color: var(--primary-color);
3279
+ }
3280
+
3281
+ .primary-color-dark-background {
3282
+ background-color: var(--primary-color-dark);
3283
+ }
3284
+
3285
+ .primary-color-light-background {
3286
+ background-color: var(--primary-color-light);
3287
+ }
3288
+
3289
+ .gray-on-primary-background {
3290
+ background-color: var(--gray-on-primary-color);
3291
+ }
3292
+
3293
+ .primary-color {
3294
+ color: var(--primary-color);
3295
+ }
3296
+
3297
+ .primary-color-border {
3298
+ border-color: var(--primary-color);
3299
+ }
3300
+
3301
+ .secondary-color-background {
3302
+ background-color: var(--secondary-color);
3303
+ }
3304
+
3305
+ .secondary-color-dark-background {
3306
+ background-color: var(--secondary-color-dark);
3307
+ }
3308
+
3309
+ .secondary-color-light-background {
3310
+ background-color: var(--secondary-color-light);
3311
+ }
3312
+
3313
+ .gray-on-secondary-background {
3314
+ background-color: var(--gray-on-secondary-color);
3315
+ }
3316
+
3317
+ .secondary-color {
3318
+ color: var(--secondary-color);
3319
+ }
3320
+
3321
+ .secondary-color-border {
3322
+ border-color: var(--secondary-color);
3323
+ }
3324
+
3325
+ .accent-color-background {
3326
+ background-color: var(--accent-color);
3327
+ }
3328
+
3329
+ .accent-color-dark-background {
3330
+ background-color: var(--accent-color-dark);
3331
+ }
3332
+
3333
+ .accent-color-light-background {
3334
+ background-color: var(--accent-color-light);
3335
+ }
3336
+
3337
+ .gray-on-accent-background {
3338
+ background-color: var(--gray-on-accent-color);
3339
+ }
3340
+
3341
+ .accent-color {
3342
+ color: var(--accent-color);
3343
+ }
3344
+
3345
+ .accent-color-border {
3346
+ border-color: var(--accent-color);
3347
+ }
3348
+
3349
+ .gray-color-background {
3350
+ background-color: var(--gray-color);
3351
+ }
3352
+
3353
+ .gray-color-light-background {
3354
+ background-color: var(--gray-light-color);
3355
+ }
3356
+
3357
+ .white-color {
3358
+ color: white;
3359
+ }
3360
+
3361
+ .background-frosted-dark {
3362
+ background: rgba(0, 0, 0, 0.6);
3363
+ backdrop-filter: blur(16px) brightness(1.5);
3364
+ -webkit-backdrop-filter: blur(16px) brightness(1.5);
3365
+ }
3366
+
3367
+ .background-frosted-light {
3368
+ background: rgba(255, 255, 255, 0.1);
3369
+ backdrop-filter: blur(16px);
3370
+ -webkit-backdrop-filter: blur(16px);
3371
+ }
3372
+
3373
+ .backdrop-dark {
3374
+ background: rgba(0, 0, 0, 0.6);
3375
+ backdrop-filter: blur(6px) brightness(60%);
3376
+ }
3377
+
3378
+ .utah-design-system .popup__wrapper {
3379
+ position: absolute;
3380
+ z-index: 100;
3381
+ background: none transparent;
3382
+ left: 0;
3383
+ top: 0;
3384
+ transition: opacity 100ms ease-in-out;
3385
+ }
3386
+
3387
+ .utah-design-system .popup__wrapper--visible {
3388
+ opacity: 1;
3389
+ }
3390
+
3391
+ .utah-design-system .popup__wrapper--visible .popup__content {
3392
+ transform: scale(1);
3393
+ }
3394
+
3395
+ .utah-design-system .popup__wrapper--hidden {
3396
+ opacity: 0;
3397
+ pointer-events: none;
3398
+ }
3399
+
3400
+ .utah-design-system .popup__wrapper--hidden .popup__content {
3401
+ transform: scale(0.7);
3402
+ }
3403
+
3404
+ .utah-design-system .popup__wrapper--close-button-absolute .popup__close-button {
3405
+ position: absolute;
3406
+ top: var(--spacing-xs);
3407
+ right: var(--spacing-xs);
3408
+ }
3409
+
3410
+ .utah-design-system .popup__content {
3411
+ background: white;
3412
+ border-radius: var(--radius-small);
3413
+ border: 1px solid var(--gray-3-1-contrast);
3414
+ box-sizing: border-box;
3415
+ min-width: 180px;
3416
+ padding: var(--spacing-s);
3417
+ transition: transform 100ms ease-in-out;
3418
+ box-shadow: var(--elevation-small);
3419
+ }
3420
+
3421
+ .utah-design-system .popup__close-button {
3422
+ float: right;
3423
+ }
3424
+
3425
+ .utah-design-system .popup__close-button .utds-icon-before-x-icon::before {
3426
+ font-size: 0.7rem;
3427
+ }
3428
+
3429
+ .utah-design-system .popup__arrow {
3430
+ visibility: hidden;
3431
+ }
3432
+
3433
+ .utah-design-system .popup__arrow, .utah-design-system .popup__arrow::before {
3434
+ position: absolute;
3435
+ width: 9px;
3436
+ height: 9px;
3437
+ background: inherit;
3438
+ z-index: -1;
3439
+ }
3440
+
3441
+ .utah-design-system .popup__arrow::before {
3442
+ visibility: visible;
3443
+ content: "";
3444
+ transform: rotate(45deg);
3445
+ }
3446
+
3447
+ .utah-design-system .popup__wrapper[data-popper-placement^=top] .popup__content {
3448
+ transform-origin: bottom;
3449
+ }
3450
+
3451
+ .utah-design-system .popup__wrapper[data-popper-placement^=top] .popup__arrow {
3452
+ bottom: -5px;
3453
+ }
3454
+
3455
+ .utah-design-system .popup__wrapper[data-popper-placement^=top] .popup__arrow::before {
3456
+ border-bottom: 1px solid var(--gray-3-1-contrast);
3457
+ border-right: 1px solid var(--gray-3-1-contrast);
3458
+ }
3459
+
3460
+ .utah-design-system .popup__wrapper[data-popper-placement^=bottom] .popup__content {
3461
+ transform-origin: top;
3462
+ }
3463
+
3464
+ .utah-design-system .popup__wrapper[data-popper-placement^=bottom] .popup__arrow {
3465
+ top: -6px;
3466
+ }
3467
+
3468
+ .utah-design-system .popup__wrapper[data-popper-placement^=bottom] .popup__arrow::before {
3469
+ border-top: 1px solid var(--gray-3-1-contrast);
3470
+ border-left: 1px solid var(--gray-3-1-contrast);
3471
+ }
3472
+
3473
+ .utah-design-system .popup__wrapper[data-popper-placement^=left] .popup__content {
3474
+ transform-origin: right;
3475
+ }
3476
+
3477
+ .utah-design-system .popup__wrapper[data-popper-placement^=left] .popup__arrow {
3478
+ right: -5px;
3479
+ }
3480
+
3481
+ .utah-design-system .popup__wrapper[data-popper-placement^=left] .popup__arrow::before {
3482
+ border-top: 1px solid var(--gray-3-1-contrast);
3483
+ border-right: 1px solid var(--gray-3-1-contrast);
3484
+ }
3485
+
3486
+ .utah-design-system .popup__wrapper[data-popper-placement^=right] .popup__content {
3487
+ transform-origin: left;
3488
+ }
3489
+
3490
+ .utah-design-system .popup__wrapper[data-popper-placement^=right] .popup__arrow {
3491
+ left: -6px;
3492
+ }
3493
+
3494
+ .utah-design-system .popup__wrapper[data-popper-placement^=right] .popup__arrow::before {
3495
+ border-bottom: 1px solid var(--gray-3-1-contrast);
3496
+ border-left: 1px solid var(--gray-3-1-contrast);
3497
+ }
3498
+
3499
+ .utah-design-system .tooltip__wrapper {
3500
+ position: absolute;
3501
+ z-index: 110;
3502
+ background: none transparent;
3503
+ left: 0;
3504
+ top: 0;
3505
+ transition: opacity 100ms ease-in-out;
3506
+ }
3507
+
3508
+ .utah-design-system .tooltip__wrapper--visible {
3509
+ opacity: 1;
3510
+ }
3511
+
3512
+ .utah-design-system .tooltip__wrapper--visible .tooltip__content {
3513
+ transform: scale(1);
3514
+ }
3515
+
3516
+ .utah-design-system .tooltip__wrapper--hidden {
3517
+ opacity: 0;
3518
+ pointer-events: none;
3519
+ }
3520
+
3521
+ .utah-design-system .tooltip__wrapper--hidden .tooltip__content {
3522
+ transform: scale(0.7);
3523
+ }
3524
+
3525
+ .utah-design-system .tooltip__content {
3526
+ border-radius: var(--radius-small);
3527
+ background: var(--gray-color);
3528
+ color: white;
3529
+ box-sizing: border-box;
3530
+ padding: var(--spacing-3xs) var(--spacing-s);
3531
+ transition: transform 100ms ease-in-out;
3532
+ box-shadow: var(--elevation-small);
3533
+ }
3534
+
3535
+ .utah-design-system .tooltip__arrow {
3536
+ visibility: hidden;
3537
+ }
3538
+
3539
+ .utah-design-system .tooltip__arrow, .utah-design-system .tooltip__arrow::before {
3540
+ position: absolute;
3541
+ width: 6px;
3542
+ height: 6px;
3543
+ background: inherit;
3544
+ z-index: -1;
3545
+ }
3546
+
3547
+ .utah-design-system .tooltip__arrow::before {
3548
+ visibility: visible;
3549
+ content: "";
3550
+ transform: rotate(45deg);
3551
+ }
3552
+
3553
+ .utah-design-system .tooltip__wrapper[data-popper-placement^=top] .tooltip__content {
3554
+ transform-origin: bottom;
3555
+ }
3556
+
3557
+ .utah-design-system .tooltip__wrapper[data-popper-placement^=top] .tooltip__arrow {
3558
+ bottom: -2px;
3559
+ }
3560
+
3561
+ .utah-design-system .tooltip__wrapper[data-popper-placement^=bottom] .tooltip__content {
3562
+ transform-origin: top;
3563
+ }
3564
+
3565
+ .utah-design-system .tooltip__wrapper[data-popper-placement^=bottom] .tooltip__arrow {
3566
+ top: -3px;
3567
+ }
3568
+
3569
+ .utah-design-system .tooltip__wrapper[data-popper-placement^=left] .tooltip__content {
3570
+ transform-origin: right;
3571
+ }
3572
+
3573
+ .utah-design-system .tooltip__wrapper[data-popper-placement^=left] .tooltip__arrow {
3574
+ right: -2px;
3575
+ }
3576
+
3577
+ .utah-design-system .tooltip__wrapper[data-popper-placement^=right] .tooltip__content {
3578
+ transform-origin: left;
3579
+ }
3580
+
3581
+ .utah-design-system .tooltip__wrapper[data-popper-placement^=right] .tooltip__arrow {
3582
+ left: -3px;
3583
+ }
3584
+
3585
+ .utah-design-system .modal-backdrop {
3586
+ position: fixed;
3587
+ width: 100vw;
3588
+ height: 100vh;
3589
+ top: 0;
3590
+ left: 0;
3591
+ z-index: 1000;
3592
+ }
3593
+
3594
+ .utah-design-system .search-modal__form {
3595
+ position: fixed;
3596
+ top: 25%;
3597
+ z-index: 1010;
3598
+ }
3599
+
3600
+ .utah-design-system .search-modal__input {
3601
+ border-radius: var(--radius-circle);
3602
+ border: none;
3603
+ width: 50vw;
3604
+ padding: var(--spacing) 170px var(--spacing) var(--spacing-3xl);
3605
+ font-size: var(--font-size-l);
3606
+ }
3607
+
3608
+ .utah-design-system .search-modal__button-wrapper {
3609
+ position: absolute;
3610
+ right: var(--spacing-s);
3611
+ }
3612
+
3613
+ .utah-design-system .search-modal__close-button-wrapper {
3614
+ position: fixed;
3615
+ top: var(--spacing);
3616
+ right: var(--spacing);
3617
+ z-index: 1010;
3618
+ }
3619
+
3620
+ .utah-design-system .search-modal__close-button [class*=utds-icon-before-]::before {
3621
+ font-size: 1rem;
3622
+ color: white;
3623
+ }
3624
+
3625
+ .utah-design-system .search-modal__close-button:hover {
3626
+ background: white;
3627
+ }
3628
+
3629
+ .utah-design-system .search-modal__close-button:hover [class*=utds-icon-before-]::before {
3630
+ color: var(--primary-color);
3631
+ }
3632
+
3633
+ .utah-design-system .search-modal__icon-search {
3634
+ position: absolute;
3635
+ top: calc(50% + 2px);
3636
+ left: var(--spacing);
3637
+ }
3638
+
3639
+ .utah-design-system .search-modal__icon-search[class*=utds-icon-before-]::before {
3640
+ display: block;
3641
+ font-size: 1.3rem;
3642
+ }
3643
+
3644
+ .documentation-template {
3645
+ display: flex;
3646
+ flex-direction: row;
3647
+ width: 100%;
3648
+ max-width: var(--content-width-wide);
3649
+ justify-content: space-around;
3650
+ align-items: flex-start;
3651
+ }
3652
+
3653
+ .documentation-template__wrapper {
3654
+ display: flex;
3655
+ justify-content: center;
3656
+ }
3657
+
3658
+ .documentation-template__side-panel-left {
3659
+ border-right: 1px solid var(--gray-border);
3660
+ padding: var(--documentation-padding);
3661
+ width: var(--documentation-left-width);
3662
+ }
3663
+
3664
+ .documentation-template__content {
3665
+ flex: 1 1 auto;
3666
+ max-width: var(--documentation-width);
3667
+ padding: var(--documentation-padding);
3668
+ }
3669
+
3670
+ .documentation-template__content h1 {
3671
+ margin: calc(-1 * var(--spacing-xs)) 0 0 0;
3672
+ }
3673
+
3674
+ .documentation-template__content code svg {
3675
+ height: 10px;
3676
+ }
3677
+
3678
+ .documentation-template__content table .props-code-wrapper {
3679
+ display: flex;
3680
+ flex-direction: row;
3681
+ gap: var(--spacing-xs);
3682
+ flex-wrap: wrap;
3683
+ }
3684
+
3685
+ .documentation-template__side-panel-right {
3686
+ position: sticky;
3687
+ top: 0;
3688
+ border-left: 1px solid var(--gray-border);
3689
+ padding: var(--documentation-padding);
3690
+ width: var(--documentation-right-width);
3691
+ }
3692
+
3693
+ .landing-page-template {
3694
+ display: flex;
3695
+ justify-content: center;
3696
+ align-items: center;
3697
+ flex-direction: column;
3698
+ }
3699
+
3700
+ .landing-page-template .content-width {
3701
+ max-width: var(--content-width-narrow);
3702
+ }
3703
+
3704
+ input.input--height-small,
3705
+ .input--height-small {
3706
+ min-height: var(--form-ele-small);
3707
+ }
3708
+
3709
+ input.input--height-small1x,
3710
+ .input--height-small1x {
3711
+ min-height: var(--form-ele-small1x);
3712
+ }
3713
+
3714
+ .spinner {
3715
+ display: flex;
3716
+ align-items: center;
3717
+ justify-content: center;
3718
+ overflow: visible;
3719
+ vertical-align: middle;
3720
+ }
3721
+
3722
+ .spinner svg {
3723
+ display: block;
3724
+ }
3725
+
3726
+ .spinner svg path {
3727
+ fill: none;
3728
+ }
3729
+
3730
+ .spinner__animation {
3731
+ animation: spinner-animation 0.5s linear infinite;
3732
+ }
3733
+
3734
+ .spinner__track {
3735
+ stroke: #b0b0b0;
3736
+ }
3737
+
3738
+ .spinner__value {
3739
+ stroke: var(--form-ele-color);
3740
+ stroke-linecap: round;
3741
+ transform-origin: center;
3742
+ transition: stroke-dashoffset 0.2s cubic-bezier(0.4, 1, 0.75, 0.9);
3743
+ }
3744
+
3745
+ @keyframes spinner-animation {
3746
+ 0% {
3747
+ transform: rotate(0deg);
3748
+ }
3749
+ 100% {
3750
+ transform: rotate(1turn);
3751
+ }
3752
+ }
3753
+ table {
3754
+ border-collapse: collapse;
3755
+ }
3756
+
3757
+ table thead {
3758
+ border-bottom: 1px solid var(--gray-color);
3759
+ }
3760
+
3761
+ table thead tr th {
3762
+ text-align: center;
3763
+ vertical-align: bottom;
3764
+ font-weight: bold;
3765
+ padding: var(--spacing-s);
3766
+ }
3767
+
3768
+ table thead tr th.text-left {
3769
+ text-align: left;
3770
+ }
3771
+
3772
+ table thead tr th.text-right {
3773
+ text-align: right;
3774
+ }
3775
+
3776
+ table tbody tr td {
3777
+ vertical-align: top;
3778
+ padding: var(--spacing-s);
3779
+ }
3780
+
3781
+ table.table--alt tbody tr:nth-child(2n) td {
3782
+ background-color: #F5F5F5;
3783
+ }
3784
+
3785
+ table.table--lines-x tbody tr td {
3786
+ border-bottom: 1px solid var(--gray-3-1-contrast);
3787
+ }
3788
+
3789
+ table.table--lines-x tbody tr:last-child td {
3790
+ border-bottom: 1px solid var(--gray-color);
3791
+ }
3792
+
3793
+ table.table--v-align-center tbody tr td {
3794
+ vertical-align: middle;
3795
+ }
3796
+
3797
+ table.table--condensed thead tr th {
3798
+ padding: var(--spacing-2xs);
3799
+ }
3800
+
3801
+ table.table--condensed tbody tr td {
3802
+ padding: var(--spacing-2xs);
3803
+ }
3804
+
3805
+ table .table-header {
3806
+ position: relative;
3807
+ }
3808
+
3809
+ table .table-header--sorted::before {
3810
+ content: "";
3811
+ height: 7px;
3812
+ width: 100%;
3813
+ background: var(--primary-color);
3814
+ display: block;
3815
+ position: absolute;
3816
+ left: 0;
3817
+ bottom: -4px;
3818
+ border-radius: var(--radius-circle);
3819
+ }
3820
+
3821
+ .utah-design-system .on-this-page {
3822
+ font-size: var(--font-size-xs);
3823
+ }
3824
+
3825
+ .utah-design-system .on-this-page__header {
3826
+ font-size: var(--font-size);
3827
+ font-weight: bold;
3828
+ }
3829
+
3830
+ .utah-design-system .on-this-page__list {
3831
+ list-style-type: none;
3832
+ padding: 0;
3833
+ margin-left: calc(0px - var(--spacing));
3834
+ }
3835
+
3836
+ .utah-design-system .on-this-page__list ul {
3837
+ margin-left: var(--spacing);
3838
+ }
3839
+
3840
+ .utah-design-system .on-this-page__list a[href] {
3841
+ text-decoration: none;
3842
+ color: var(--gray-color);
3843
+ padding: var(--spacing-2xs) var(--spacing);
3844
+ display: block;
3845
+ margin-right: calc(0px - var(--spacing));
3846
+ border-radius: var(--radius-circle);
3847
+ transition: all var(--timing-quick) ease-in-out;
3848
+ }
3849
+
3850
+ .utah-design-system .on-this-page__list a[href]:hover {
3851
+ box-shadow: inset 0 0 0 1000px var(--hover-gray-color);
3852
+ color: var(--primary-color);
3853
+ }
3854
+
3855
+ /*
3856
+ ############ _popup.scss ############
3857
+ */
3858
+ .utah-design-system .color-family {
3859
+ display: flex;
3860
+ margin: 0 0 var(--spacing-2xs) 0;
3861
+ }
3862
+
3863
+ .utah-design-system .color-family__title {
3864
+ margin: 0 var(--spacing-s) 0 0;
3865
+ padding: 0 var(--spacing-s);
3866
+ color: white;
3867
+ border-radius: 999px;
3868
+ min-height: unset;
3869
+ border: none;
3870
+ }
3871
+
3872
+ .utah-design-system .color-family__title.color-is-light {
3873
+ color: var(--gray-color);
3874
+ }
3875
+
3876
+ .utah-design-system .color-family__swatches {
3877
+ list-style-type: none;
3878
+ margin: 0 0 0 auto;
3879
+ padding: 0;
3880
+ display: flex;
3881
+ gap: 2px;
3882
+ }
3883
+
3884
+ .utah-design-system .color-family__swatches li {
3885
+ padding: 0;
3886
+ }
3887
+
3888
+ .utah-design-system .color-family__swatch {
3889
+ width: 20px;
3890
+ height: 20px;
3891
+ border: none;
3892
+ border-radius: 0;
3893
+ min-height: auto;
3894
+ padding: 0;
3895
+ }
3896
+
3897
+ /*
3898
+ ############ _popup.scss ############
3899
+ */
3900
+ .popup {
3901
+ position: fixed;
3902
+ top: 25%;
3903
+ left: 2%;
3904
+ background-color: white;
3905
+ border-radius: 10px;
3906
+ box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4);
3907
+ z-index: 1000;
3908
+ }
3909
+
3910
+ .popup__title-bar {
3911
+ display: flex;
3912
+ justify-content: space-between;
3913
+ align-items: center;
3914
+ }
3915
+
3916
+ .popup__title {
3917
+ padding: var(--spacing);
3918
+ }
3919
+
3920
+ /*
3921
+ ############ _components-index.scss ############
3922
+ component specific, BEM (Block, Element, Modifier)
3923
+ @media for each component should be contained with the component.
3924
+ */
3925
+ /* ---- Base Components ---- */
3926
+ /* ---- Project Components ---- */
3927
+ @keyframes fade-in {
3928
+ 0% {
3929
+ opacity: 0;
3930
+ }
3931
+ 100% {
3932
+ opacity: 1;
3933
+ }
3934
+ }
3935
+ @keyframes drop-in {
3936
+ 0% {
3937
+ opacity: 0;
3938
+ transform: translate(-50%, -100px);
3939
+ }
3940
+ 100% {
3941
+ opacity: 1;
3942
+ transform: translate(-50%, 0);
3943
+ }
3944
+ }
3945
+ @keyframes pop-in {
3946
+ 0% {
3947
+ opacity: 0;
3948
+ transform: scale(0.7);
3949
+ }
3950
+ 100% {
3951
+ opacity: 1;
3952
+ transform: scale(1);
3953
+ }
3954
+ }
3955
+ @keyframes pop-in-center {
3956
+ 0% {
3957
+ opacity: 0;
3958
+ transform: scale(0.7) translateX(-50%);
3959
+ }
3960
+ 100% {
3961
+ opacity: 1;
3962
+ transform: scale(1) translateX(-50%);
3963
+ }
3964
+ }
3965
+ /*
3966
+ ############ _utilities.scss ############
3967
+ utility classes, atomic css
3968
+ */
3969
+ .content-width {
3970
+ width: 100%;
3971
+ max-width: var(--content-width);
3972
+ }
3973
+
3974
+ .full-width {
3975
+ width: 100%;
3976
+ }
3977
+
3978
+ .visually-hidden {
3979
+ border: 0;
3980
+ clip: rect(0 0 0 0);
3981
+ height: 1px;
3982
+ margin: -1px;
3983
+ overflow: hidden;
3984
+ padding: 0;
3985
+ position: absolute;
3986
+ width: 1px;
3987
+ }
3988
+
3989
+ /* alignment */
3990
+ .text-left {
3991
+ text-align: left;
3992
+ }
3993
+
3994
+ .text-center {
3995
+ text-align: center;
3996
+ }
3997
+
3998
+ .text-right {
3999
+ text-align: right;
4000
+ }
4001
+
4002
+ .text-justify {
4003
+ text-align: justify;
4004
+ }
4005
+
4006
+ /* flex */
4007
+ .flex {
4008
+ display: flex;
4009
+ }
4010
+
4011
+ .flex-row {
4012
+ flex-direction: row;
4013
+ }
4014
+
4015
+ .flex-row-reverse {
4016
+ flex-direction: row-reverse;
4017
+ }
4018
+
4019
+ .flex-col {
4020
+ flex-direction: column;
4021
+ }
4022
+
4023
+ .flex-col-reverse {
4024
+ flex-direction: column-reverse;
4025
+ }
4026
+
4027
+ .flex-wrap {
4028
+ flex-wrap: wrap;
4029
+ }
4030
+
4031
+ .flex-wrap-reverse {
4032
+ flex-wrap: wrap-reverse;
4033
+ }
4034
+
4035
+ .flex-nowrap {
4036
+ flex-wrap: nowrap;
4037
+ }
4038
+
4039
+ .flex-1 {
4040
+ flex: 1 1 0%;
4041
+ }
4042
+
4043
+ .flex-auto {
4044
+ flex: 1 1 auto;
4045
+ }
4046
+
4047
+ .flex-initial {
4048
+ flex: 0 1 auto;
4049
+ }
4050
+
4051
+ .flex-none {
4052
+ flex: none;
4053
+ }
4054
+
4055
+ /* flex - justify content */
4056
+ .justify-start {
4057
+ justify-content: flex-start;
4058
+ }
4059
+
4060
+ .justify-end {
4061
+ justify-content: flex-end;
4062
+ }
4063
+
4064
+ .justify-center {
4065
+ justify-content: center;
4066
+ }
4067
+
4068
+ .justify-between {
4069
+ justify-content: space-between;
4070
+ }
4071
+
4072
+ .justify-around {
4073
+ justify-content: space-around;
4074
+ }
4075
+
4076
+ .justify-evenly {
4077
+ justify-content: space-evenly;
4078
+ }
4079
+
4080
+ /* grid - justify self */
4081
+ .justify-self-auto {
4082
+ justify-self: auto;
4083
+ }
4084
+
4085
+ .justify-self-start {
4086
+ justify-self: start;
4087
+ }
4088
+
4089
+ .justify-self-end {
4090
+ justify-self: end;
4091
+ }
4092
+
4093
+ .justify-self-center {
4094
+ justify-self: center;
4095
+ }
4096
+
4097
+ .justify-self-stretch {
4098
+ justify-self: stretch;
4099
+ }
4100
+
4101
+ /* flex - align items */
4102
+ .items-start {
4103
+ align-items: flex-start;
4104
+ }
4105
+
4106
+ .items-end {
4107
+ align-items: flex-end;
4108
+ }
4109
+
4110
+ .items-center {
4111
+ align-items: center;
4112
+ }
4113
+
4114
+ .items-baseline {
4115
+ align-items: baseline;
4116
+ }
4117
+
4118
+ .items-stretch {
4119
+ align-items: stretch;
4120
+ }
4121
+
4122
+ /* flex - align self */
4123
+ .self-auto {
4124
+ align-self: auto;
4125
+ }
4126
+
4127
+ .self-start {
4128
+ align-self: flex-start;
4129
+ }
4130
+
4131
+ .self-end {
4132
+ align-self: flex-end;
4133
+ }
4134
+
4135
+ .self-center {
4136
+ align-self: center;
4137
+ }
4138
+
4139
+ .self-stretch {
4140
+ align-self: stretch;
4141
+ }
4142
+
4143
+ .self-baseline {
4144
+ align-self: baseline;
4145
+ }
4146
+
4147
+ /* flex/grid - gap */
4148
+ .gap-xs {
4149
+ gap: var(--spacing-xs);
4150
+ }
4151
+
4152
+ .gap-s {
4153
+ gap: var(--spacing-s);
4154
+ }
4155
+
4156
+ .gap {
4157
+ gap: var(--spacing);
4158
+ }
4159
+
4160
+ .gap-l {
4161
+ gap: var(--spacing-l);
4162
+ }
4163
+
4164
+ .flex-4up {
4165
+ flex: 0 1 25%;
4166
+ }
4167
+
4168
+ .flex-4up-gap {
4169
+ flex: 0 1 calc(25% - var(--spacing));
4170
+ }
4171
+
4172
+ .flex-3up-gap {
4173
+ flex: 0 1 calc(33% - var(--spacing));
4174
+ }
4175
+
4176
+ /* ----- Positioning ---- */
4177
+ .hcenter {
4178
+ position: absolute;
4179
+ left: 50%;
4180
+ transform: translateX(-50%);
4181
+ }
4182
+
4183
+ .vcenter {
4184
+ position: absolute;
4185
+ top: 50%;
4186
+ transform: translateY(-50%);
4187
+ }
4188
+
4189
+ .vcenter.right {
4190
+ right: 0;
4191
+ }
4192
+
4193
+ .vcenter.left {
4194
+ left: 0;
4195
+ }
4196
+
4197
+ .vcenter.hcenter {
4198
+ transform: translate(-50%, -50%);
4199
+ }
4200
+
4201
+ /* ----- Transformation ---- */
4202
+ .rotate90 {
4203
+ transform: rotate(90deg);
4204
+ }
4205
+
4206
+ .rotate180 {
4207
+ transform: rotate(180deg);
4208
+ }
4209
+
4210
+ .rotate270 {
4211
+ transform: rotate(270deg);
4212
+ }
4213
+
4214
+ /*
4215
+ PRINT SCSS
4216
+ */
4217
+ @media print {
4218
+ @page {
4219
+ size: 8.5in 11in;
4220
+ margin: 0.5in;
4221
+ }
4222
+ html, body {
4223
+ font-family: "Source Sans Pro", sans-serif;
4224
+ font-size: 8pt;
4225
+ height: auto;
4226
+ color: #000000;
4227
+ }
4228
+ .no-print {
4229
+ display: none;
4230
+ }
4231
+ .avoid {
4232
+ page-break-inside: avoid;
4233
+ }
4234
+ .page-break {
4235
+ page-break-after: always;
4236
+ }
4237
+ .print-page-no-margin {
4238
+ width: 8.5in;
4239
+ margin: 0;
4240
+ padding: 0;
4241
+ box-shadow: none;
4242
+ }
4243
+ }
4244
+ /*
4245
+ ############ _super-index.scss ############
4246
+ Overall overrides, @media, themes, etc. that supersede styles higher in the pyramid
4247
+ */
4248
+ /*
4249
+ ############ _tip-index.scss ############
4250
+ A place to add css temporarily
4251
+ NOTE: CSS added this this file should eventually be removed or
4252
+ located to the correct folder/file where it best belongs.
4253
+ */
1
4254
  .utds-citizen-experience-wrapper {
2
4255
  display: flex;
3
4256
  justify-content: flex-end;
@@ -710,6 +4963,11 @@ variables and settings
710
4963
  -webkit-backdrop-filter: blur(16px);
711
4964
  }
712
4965
 
4966
+ .backdrop-dark {
4967
+ background: rgba(0, 0, 0, 0.6);
4968
+ backdrop-filter: blur(6px) brightness(60%);
4969
+ }
4970
+
713
4971
  .utah-design-system .popup__wrapper {
714
4972
  position: absolute;
715
4973
  z-index: 100;
@@ -883,7 +5141,7 @@ variables and settings
883
5141
  height: 100%;
884
5142
  width: auto;
885
5143
  fill: var(--primary-color);
886
- font-family: SourceSansPro-Regular, "Source Sans Pro";
5144
+ font-family: SourceSansPro-Regular, "Source Sans Pro", Arial, Helvetica, sans-serif;
887
5145
  font-weight: normal;
888
5146
  font-size: 14px;
889
5147
  display: block;