@abgov/design-tokens 1.10.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/component-design-tokens/accordion-design-tokens.json +92 -11
- package/data/component-design-tokens/badge-design-tokens.json +115 -26
- package/data/component-design-tokens/button-design-tokens.json +151 -66
- package/data/component-design-tokens/callout-design-tokens.json +158 -74
- package/data/component-design-tokens/checkbox-design-tokens.json +33 -14
- package/data/component-design-tokens/container-design-tokens.json +15 -11
- package/data/component-design-tokens/date-picker-design-tokens.json +26 -10
- package/data/component-design-tokens/details-design-tokens.json +28 -5
- package/data/component-design-tokens/drawer-design-tokens.json +42 -35
- package/data/component-design-tokens/dropdown-design-tokens.json +81 -17
- package/data/component-design-tokens/filter-chip-design-tokens.json +92 -0
- package/data/component-design-tokens/footer-design-tokens.json +16 -20
- package/data/component-design-tokens/form-item-design-tokens.json +99 -20
- package/data/component-design-tokens/header-design-tokens.json +189 -235
- package/data/component-design-tokens/icon-button-design-tokens.json +40 -24
- package/data/component-design-tokens/input-design-tokens.json +52 -28
- package/data/component-design-tokens/link-design-tokens.json +115 -0
- package/data/component-design-tokens/modal-design-tokens.json +202 -17
- package/data/component-design-tokens/notification-banner-design-tokens.json +152 -0
- package/data/component-design-tokens/pagination-design-tokens.json +17 -0
- package/data/component-design-tokens/popover-design-tokens.json +23 -9
- package/data/component-design-tokens/push-drawer-design-tokens.json +1 -1
- package/data/component-design-tokens/radio-design-tokens.json +79 -17
- package/data/component-design-tokens/side-menu-design-tokens.json +101 -94
- package/data/component-design-tokens/table-design-tokens.json +159 -9
- package/data/component-design-tokens/tabs-design-tokens.json +74 -16
- package/data/component-design-tokens/temporary-notification-design-tokens.json +112 -0
- package/data/component-design-tokens/text-area-design-tokens.json +29 -15
- package/data/component-design-tokens/tooltip-design-tokens.json +3 -3
- package/data/goa-global-design-tokens.json +571 -145
- package/dist/tokens.css +812 -430
- package/dist/tokens.scss +958 -576
- package/lib/design-tokens.js +43 -9
- package/package.json +1 -1
package/dist/tokens.scss
CHANGED
|
@@ -1,172 +1,245 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 28 Jan 2026 18:06:49 GMT
|
|
4
4
|
|
|
5
|
-
$goa-accordion-color-bg-heading: #
|
|
5
|
+
$goa-accordion-color-bg-heading: #ffffff;
|
|
6
6
|
$goa-accordion-color-bg-content: #ffffff;
|
|
7
|
-
$goa-accordion-color-heading: #
|
|
8
|
-
$goa-accordion-border: 1px solid #
|
|
9
|
-
$goa-accordion-divider: 1px solid #
|
|
10
|
-
$goa-accordion-
|
|
11
|
-
$goa-accordion-
|
|
12
|
-
$goa-accordion-
|
|
7
|
+
$goa-accordion-color-heading: #000000;
|
|
8
|
+
$goa-accordion-border: 1px solid #f2f0f0;
|
|
9
|
+
$goa-accordion-divider: 1px solid #f2f0f0;
|
|
10
|
+
$goa-accordion-divider-hover: 1px solid #000000;
|
|
11
|
+
$goa-accordion-border-radius: 0.75rem;
|
|
12
|
+
$goa-accordion-border-radius-focus: 0.75rem 0.75rem 0.25rem 0.25rem;
|
|
13
|
+
$goa-accordion-padding-heading-icon-left: 0.5rem 1rem 0.5rem 0;
|
|
14
|
+
$goa-accordion-padding-heading-icon-right: 0.5rem 0 0.5rem 1rem;
|
|
15
|
+
$goa-accordion-padding-heading-m-icon-left: 0.75rem 1rem 0.75rem 0;
|
|
16
|
+
$goa-accordion-padding-heading-m-icon-right: 0.75rem 0 0.75rem 1rem;
|
|
13
17
|
$goa-accordion-padding-content-wide: 1.5rem 1.5rem 2rem 56px;
|
|
14
18
|
$goa-accordion-padding-content-narrow: 1.5rem;
|
|
15
|
-
$goa-accordion-color-bg-heading-hover: #
|
|
16
|
-
$goa-accordion-color-heading-hover: #
|
|
17
|
-
$goa-accordion-
|
|
18
|
-
$goa-accordion-
|
|
19
|
+
$goa-accordion-color-bg-heading-hover: #f8f8f8;
|
|
20
|
+
$goa-accordion-color-heading-hover: #000000;
|
|
21
|
+
$goa-accordion-border-focus: 3px solid #006dcc;
|
|
22
|
+
$goa-accordion-border-hover: 1px solid #000000;
|
|
23
|
+
$goa-accordion-heading: 500 1.125rem/1.75rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
24
|
+
$goa-accordion-heading-m: 500 1.25rem/2.25rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
19
25
|
$goa-accordion-shadow: 0px 0px 0px 0px #000000;
|
|
20
|
-
$goa-
|
|
26
|
+
$goa-accordion-icon-color: #000000;
|
|
27
|
+
$goa-accordion-icon-color-hover: #000000;
|
|
28
|
+
$goa-accordion-heading-min-height: 3rem;
|
|
29
|
+
$goa-accordion-heading-m-min-height: 4rem;
|
|
30
|
+
$goa-accordion-heading-secondary-text: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
31
|
+
$goa-accordion-heading-m-secondary-text: 400 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
32
|
+
$goa-accordion-heading-secondary-text-color: #000000;
|
|
33
|
+
$goa-badge-padding: 0 0.5rem;
|
|
34
|
+
$goa-badge-padding-large: 0 0.5rem;
|
|
21
35
|
$goa-badge-gap: 0.25rem;
|
|
22
36
|
$goa-badge-font-size: 0.875rem;
|
|
37
|
+
$goa-badge-font-size-large: 1rem;
|
|
23
38
|
$goa-badge-line-height: 1.25rem;
|
|
24
|
-
$goa-badge-
|
|
25
|
-
$goa-badge-
|
|
26
|
-
$goa-badge-
|
|
27
|
-
$goa-badge-
|
|
39
|
+
$goa-badge-line-height-large: 1.375rem;
|
|
40
|
+
$goa-badge-icon-size: 1.125rem;
|
|
41
|
+
$goa-badge-icon-size-large: 1.25rem;
|
|
42
|
+
$goa-badge-border-radius: 0.375rem;
|
|
43
|
+
$goa-badge-border-width: 1px;
|
|
44
|
+
$goa-badge-height: 24px;
|
|
45
|
+
$goa-badge-height-large: 32px;
|
|
46
|
+
$goa-badge-info-color-bg: #0077ad;
|
|
47
|
+
$goa-badge-info-color-content: #ebf8ff;
|
|
48
|
+
$goa-badge-info-subtle-color-bg: #ebf8ff;
|
|
49
|
+
$goa-badge-info-subtle-color-content: #00527c;
|
|
50
|
+
$goa-badge-info-subtle-border: inset 0 0 0 1px #cbeaf7;
|
|
28
51
|
$goa-badge-success-color-bg: #006f4c;
|
|
29
|
-
$goa-badge-success-color-content: #
|
|
52
|
+
$goa-badge-success-color-content: #edfcf0;
|
|
53
|
+
$goa-badge-success-subtle-color-bg: #d8f7e6;
|
|
54
|
+
$goa-badge-success-subtle-color-content: #355147;
|
|
55
|
+
$goa-badge-success-subtle-border: inset 0 0 0 1px #c4e3d2;
|
|
30
56
|
$goa-badge-important-color-bg: #f9ce2d;
|
|
31
|
-
$goa-badge-important-color-content: #
|
|
57
|
+
$goa-badge-important-color-content: #4d3700;
|
|
58
|
+
$goa-badge-important-subtle-color-bg: #fef2c8;
|
|
59
|
+
$goa-badge-important-subtle-color-content: #4d3700;
|
|
60
|
+
$goa-badge-important-subtle-border: inset 0 0 0 1px #fde3a1;
|
|
32
61
|
$goa-badge-emergency-color-bg: #da291c;
|
|
33
|
-
$goa-badge-emergency-color-content: #
|
|
34
|
-
$goa-badge-
|
|
35
|
-
$goa-badge-
|
|
36
|
-
$goa-badge-
|
|
37
|
-
$goa-badge-
|
|
38
|
-
$goa-badge-
|
|
39
|
-
$goa-badge-
|
|
40
|
-
$goa-badge-
|
|
41
|
-
$goa-badge-border: inset 0 0
|
|
42
|
-
$goa-
|
|
43
|
-
$goa-
|
|
44
|
-
$goa-
|
|
45
|
-
$goa-
|
|
46
|
-
$goa-
|
|
47
|
-
$goa-button-
|
|
48
|
-
$goa-button-
|
|
49
|
-
$goa-button-
|
|
50
|
-
$goa-button-
|
|
51
|
-
$goa-button-
|
|
62
|
+
$goa-badge-emergency-color-content: #fff6f6;
|
|
63
|
+
$goa-badge-emergency-subtle-color-bg: #fdded9;
|
|
64
|
+
$goa-badge-emergency-subtle-color-content: #8e1515;
|
|
65
|
+
$goa-badge-emergency-subtle-border: inset 0 0 0 1px #eeaea5;
|
|
66
|
+
$goa-badge-default-color-bg: #353535;
|
|
67
|
+
$goa-badge-default-color-content: #ffffff;
|
|
68
|
+
$goa-badge-default-subtle-color-bg: #f2f0f0;
|
|
69
|
+
$goa-badge-default-subtle-color-content: #000000;
|
|
70
|
+
$goa-badge-default-subtle-border: inset 0 0 0 1px #cdcdcd;
|
|
71
|
+
$goa-badge-archived-color-bg: #cdcdcd;
|
|
72
|
+
$goa-badge-archived-color-content: #353535;
|
|
73
|
+
$goa-badge-archived-subtle-color-bg: #ffffff;
|
|
74
|
+
$goa-badge-archived-subtle-color-content: #000000;
|
|
75
|
+
$goa-badge-archived-subtle-border: inset 0 0 0 1px #cdcdcd;
|
|
76
|
+
$goa-button-border-radius: 0.5rem;
|
|
77
|
+
$goa-button-padding: 0 2rem;
|
|
78
|
+
$goa-button-padding-compact: 0 1rem;
|
|
79
|
+
$goa-button-padding-lr-start: 2rem;
|
|
80
|
+
$goa-button-height: 3.5rem;
|
|
81
|
+
$goa-button-height-compact: 2.5rem;
|
|
82
|
+
$goa-button-height-start: 3.5rem;
|
|
83
|
+
$goa-button-text: 500 1.25rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
84
|
+
$goa-button-text-compact: 500 1.125rem/1.125rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
85
|
+
$goa-button-text-start: 500 1.25rem/1.125rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
52
86
|
$goa-button-gap: 0.5rem;
|
|
87
|
+
$goa-button-outline-offset: 2px;
|
|
53
88
|
$goa-button-compact-gap: 0.375rem;
|
|
54
|
-
$goa-button-icon-size: 1.
|
|
55
|
-
$goa-button-compact-icon-size: 1.
|
|
56
|
-
$goa-button-primary-color-bg: #
|
|
89
|
+
$goa-button-icon-size: 1.5rem;
|
|
90
|
+
$goa-button-compact-icon-size: 1.25rem;
|
|
91
|
+
$goa-button-primary-color-bg: #006dcc;
|
|
57
92
|
$goa-button-primary-color-text: #ffffff;
|
|
58
|
-
$goa-button-primary-border: 0px solid
|
|
59
|
-
$goa-button-primary-hover-color-bg: #
|
|
93
|
+
$goa-button-primary-border: 0px solid transparent;
|
|
94
|
+
$goa-button-primary-hover-color-bg: #045092;
|
|
60
95
|
$goa-button-primary-hover-color-text: #ffffff;
|
|
61
|
-
$goa-button-primary-hover-border: 0px solid
|
|
62
|
-
$goa-button-primary-focus-color-bg: #
|
|
96
|
+
$goa-button-primary-hover-border: 0px solid transparent;
|
|
97
|
+
$goa-button-primary-focus-color-bg: #006dcc;
|
|
63
98
|
$goa-button-primary-focus-color-text: #ffffff;
|
|
64
|
-
$goa-button-primary-focus-border: 0px solid
|
|
99
|
+
$goa-button-primary-focus-border: 0px solid transparent;
|
|
65
100
|
$goa-button-primary-destructive-color-bg: #da291c;
|
|
66
101
|
$goa-button-primary-destructive-hover-color-bg: #a91a10;
|
|
67
102
|
$goa-button-primary-destructive-hover-color-text: #ffffff;
|
|
68
|
-
$goa-button-primary-destructive-focus-color-bg: #
|
|
69
|
-
$goa-button-primary-
|
|
70
|
-
$goa-button-primary-
|
|
71
|
-
$goa-button-primary-inverse-
|
|
103
|
+
$goa-button-primary-destructive-focus-color-bg: #da291c;
|
|
104
|
+
$goa-button-primary-disabled-color-bg: #b1b1b1;
|
|
105
|
+
$goa-button-primary-disabled-color-text: #ffffff;
|
|
106
|
+
$goa-button-primary-inverse-color-bg: #006dcc;
|
|
107
|
+
$goa-button-primary-inverse-color-text: #ffffff;
|
|
108
|
+
$goa-button-primary-inverse-hover-color-bg: #045092;
|
|
72
109
|
$goa-button-primary-inverse-hover-color-text: #ffffff;
|
|
73
|
-
$goa-button-primary-inverse-focus-color-bg: #
|
|
74
|
-
$goa-button-secondary-color-bg: #
|
|
75
|
-
$goa-button-secondary-color-text: #
|
|
76
|
-
$goa-button-secondary-border:
|
|
77
|
-
$goa-button-secondary-hover-color-bg: #
|
|
78
|
-
$goa-button-secondary-hover-color-text: #
|
|
79
|
-
$goa-button-secondary-hover-border:
|
|
80
|
-
$goa-button-secondary-focus-color-bg: #
|
|
81
|
-
$goa-button-secondary-focus-color-text: #
|
|
82
|
-
$goa-button-secondary-focus-border:
|
|
83
|
-
$goa-button-secondary-destructive-color-text: #
|
|
84
|
-
$goa-button-secondary-destructive-
|
|
85
|
-
$goa-button-secondary-destructive-
|
|
110
|
+
$goa-button-primary-inverse-focus-color-bg: #006dcc;
|
|
111
|
+
$goa-button-secondary-color-bg: #e0f1ff;
|
|
112
|
+
$goa-button-secondary-color-text: #045092;
|
|
113
|
+
$goa-button-secondary-border: 0px solid transparent;
|
|
114
|
+
$goa-button-secondary-hover-color-bg: #c5ddf6;
|
|
115
|
+
$goa-button-secondary-hover-color-text: #045092;
|
|
116
|
+
$goa-button-secondary-hover-border: 0px solid transparent;
|
|
117
|
+
$goa-button-secondary-focus-color-bg: #e0f1ff;
|
|
118
|
+
$goa-button-secondary-focus-color-text: #045092;
|
|
119
|
+
$goa-button-secondary-focus-border: 0px solid transparent;
|
|
120
|
+
$goa-button-secondary-destructive-color-text: #a91a10;
|
|
121
|
+
$goa-button-secondary-destructive-color-bg: #fdded9;
|
|
122
|
+
$goa-button-secondary-destructive-border: 0px solid transparent;
|
|
123
|
+
$goa-button-secondary-destructive-hover-border: 0px solid transparent;
|
|
124
|
+
$goa-button-secondary-destructive-hover-color-bg: #f4c8c5;
|
|
86
125
|
$goa-button-secondary-destructive-hover-color-text: #a91a10;
|
|
87
126
|
$goa-button-secondary-destructive-focus-color-text: #a91a10;
|
|
88
|
-
$goa-button-secondary-
|
|
89
|
-
$goa-button-secondary-
|
|
90
|
-
$goa-button-secondary-inverse-
|
|
91
|
-
$goa-button-secondary-inverse-
|
|
92
|
-
$goa-button-secondary-
|
|
93
|
-
$goa-button-secondary-inverse-
|
|
94
|
-
$goa-button-secondary-
|
|
95
|
-
$goa-button-secondary-inverse-
|
|
96
|
-
$goa-button-
|
|
97
|
-
$goa-button-
|
|
98
|
-
$goa-button-tertiary-color-
|
|
99
|
-
$goa-button-tertiary-
|
|
100
|
-
$goa-button-tertiary-
|
|
101
|
-
$goa-button-tertiary-
|
|
102
|
-
$goa-button-tertiary-
|
|
103
|
-
$goa-button-tertiary-
|
|
127
|
+
$goa-button-secondary-disabled-color-bg: #e9e9e9;
|
|
128
|
+
$goa-button-secondary-disabled-color-text: #9f9f9f;
|
|
129
|
+
$goa-button-secondary-inverse-color-text: #045092;
|
|
130
|
+
$goa-button-secondary-inverse-color-bg: #e0f1ff;
|
|
131
|
+
$goa-button-secondary-inverse-hover-color-text: #045092;
|
|
132
|
+
$goa-button-secondary-inverse-focus-color-text: #045092;
|
|
133
|
+
$goa-button-secondary-destructive-focus-border: 0px solid transparent;
|
|
134
|
+
$goa-button-secondary-inverse-border: 0px solid transparent;
|
|
135
|
+
$goa-button-secondary-inverse-hover-border: 0px solid transparent;
|
|
136
|
+
$goa-button-secondary-inverse-focus-border: 0px solid transparent;
|
|
137
|
+
$goa-button-tertiary-color-bg: transparent;
|
|
138
|
+
$goa-button-tertiary-color-bg-mobile: #f2f0f0;
|
|
139
|
+
$goa-button-tertiary-color-text: #000000;
|
|
140
|
+
$goa-button-tertiary-border: 1px solid #cdcdcd;
|
|
141
|
+
$goa-button-tertiary-hover-color-bg: transparent;
|
|
142
|
+
$goa-button-tertiary-hover-color-text: #000000;
|
|
143
|
+
$goa-button-tertiary-focus-color-bg: transparent;
|
|
144
|
+
$goa-button-tertiary-focus-color-text: #000000;
|
|
145
|
+
$goa-button-tertiary-hover-border: 1px solid #000000;
|
|
146
|
+
$goa-button-tertiary-focus-border: 1px solid #000000;
|
|
147
|
+
$goa-button-tertiary-destructive-color-border: #eeaea5;
|
|
104
148
|
$goa-button-tertiary-destructive-color-text: #da291c;
|
|
105
149
|
$goa-button-tertiary-destructive-hover-color-text: #a91a10;
|
|
150
|
+
$goa-button-tertiary-destructive-hover-border: 1px solid #a91a10;
|
|
106
151
|
$goa-button-tertiary-destructive-focus-color-text: #a91a10;
|
|
152
|
+
$goa-button-tertiary-disabled-color-border: #cdcdcd;
|
|
153
|
+
$goa-button-tertiary-disabled-color-text: #b1b1b1;
|
|
154
|
+
$goa-button-tertiary-inverse-border: 1px solid #ffffff;
|
|
107
155
|
$goa-button-tertiary-inverse-color-text: #ffffff;
|
|
108
|
-
$goa-button-tertiary-inverse-hover-color-text: #
|
|
109
|
-
$goa-button-tertiary-inverse-
|
|
156
|
+
$goa-button-tertiary-inverse-hover-color-text: #cdcdcd;
|
|
157
|
+
$goa-button-tertiary-inverse-hover-border: 1px solid #cdcdcd;
|
|
158
|
+
$goa-button-tertiary-inverse-focus-color-text: #ffffff;
|
|
110
159
|
$goa-button-letter-spacing: 0.0125rem;
|
|
160
|
+
$goa-button-tertiary-text-decoration: none;
|
|
111
161
|
$goa-button-group-gap: 1rem;
|
|
112
162
|
$goa-button-group-compact-gap: 0.75rem;
|
|
113
|
-
$goa-callout-border
|
|
114
|
-
$goa-callout-
|
|
115
|
-
$goa-callout-
|
|
116
|
-
$goa-callout-
|
|
117
|
-
$goa-callout-
|
|
118
|
-
$goa-callout-
|
|
119
|
-
$goa-callout-
|
|
120
|
-
$goa-callout-
|
|
121
|
-
$goa-callout-
|
|
122
|
-
$goa-callout-
|
|
123
|
-
$goa-callout-
|
|
124
|
-
$goa-callout-info-color
|
|
125
|
-
$goa-callout-
|
|
126
|
-
$goa-callout-
|
|
127
|
-
$goa-callout-
|
|
128
|
-
$goa-callout-
|
|
129
|
-
$goa-callout-
|
|
130
|
-
$goa-callout-
|
|
131
|
-
$goa-callout-
|
|
132
|
-
$goa-callout-success-color
|
|
133
|
-
$goa-callout-success-color
|
|
134
|
-
$goa-callout-
|
|
135
|
-
$goa-callout-
|
|
136
|
-
$goa-callout-
|
|
137
|
-
$goa-callout-
|
|
138
|
-
$goa-callout-
|
|
139
|
-
$goa-callout-
|
|
140
|
-
$goa-callout-
|
|
141
|
-
$goa-callout-
|
|
142
|
-
$goa-callout-
|
|
143
|
-
$goa-callout-
|
|
144
|
-
$goa-callout-
|
|
145
|
-
$goa-callout-
|
|
146
|
-
$goa-
|
|
147
|
-
$goa-
|
|
148
|
-
$goa-
|
|
149
|
-
$goa-
|
|
150
|
-
$goa-
|
|
151
|
-
$goa-
|
|
152
|
-
$goa-
|
|
163
|
+
$goa-callout-border: 1px solid #e9e9e9;
|
|
164
|
+
$goa-callout-border-radius: 0.75rem;
|
|
165
|
+
$goa-callout-heading-gap: 0.5rem;
|
|
166
|
+
$goa-callout-heading-typography: 600 1.125rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
167
|
+
$goa-callout-heading-color: #000000;
|
|
168
|
+
$goa-callout-heading-padding: 0.75rem 0.75rem 0.75rem 1.125rem;
|
|
169
|
+
$goa-callout-body-typography: 400 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
170
|
+
$goa-callout-body-color: #353535;
|
|
171
|
+
$goa-callout-body-padding: 1.25rem;
|
|
172
|
+
$goa-callout-l-with-heading-body-padding: 0 1.25rem 1.25rem;
|
|
173
|
+
$goa-callout-l-without-heading-body-padding: 0.875rem 0.75rem 1rem 0;
|
|
174
|
+
$goa-callout-h-info-heading-color: #ffffff;
|
|
175
|
+
$goa-callout-h-important-heading-color: #000000;
|
|
176
|
+
$goa-callout-h-success-heading-color: #ffffff;
|
|
177
|
+
$goa-callout-h-emergency-heading-color: #ffffff;
|
|
178
|
+
$goa-callout-h-info-border-color: #cbeaf7;
|
|
179
|
+
$goa-callout-l-info-border-color: #cbeaf7;
|
|
180
|
+
$goa-callout-h-important-border-color: #fde3a1;
|
|
181
|
+
$goa-callout-l-important-border-color: #fde3a1;
|
|
182
|
+
$goa-callout-h-success-border-color: #c4e3d2;
|
|
183
|
+
$goa-callout-l-success-border-color: #c4e3d2;
|
|
184
|
+
$goa-callout-h-emergency-border-color: #eeaea5;
|
|
185
|
+
$goa-callout-l-emergency-border-color: #eeaea5;
|
|
186
|
+
$goa-callout-info-heading-bg-color: #ebf8ff;
|
|
187
|
+
$goa-callout-h-info-heading-bg-color: #0077ad;
|
|
188
|
+
$goa-callout-important-heading-bg-color: #fef2c8;
|
|
189
|
+
$goa-callout-h-important-heading-bg-color: #f9ce2d;
|
|
190
|
+
$goa-callout-success-heading-bg-color: #d8f7e6;
|
|
191
|
+
$goa-callout-h-success-heading-bg-color: #006f4c;
|
|
192
|
+
$goa-callout-emergency-heading-bg-color: #fdded9;
|
|
193
|
+
$goa-callout-h-emergency-heading-bg-color: #da291c;
|
|
194
|
+
$goa-callout-info-content-bg-color: #ffffff;
|
|
195
|
+
$goa-callout-h-info-content-bg-color: #f4fdff;
|
|
196
|
+
$goa-callout-l-info-content-bg-color: #f4fdff;
|
|
197
|
+
$goa-callout-important-content-bg-color: #ffffff;
|
|
198
|
+
$goa-callout-h-important-content-bg-color: #fff6e5;
|
|
199
|
+
$goa-callout-l-important-content-bg-color: #fff6e5;
|
|
200
|
+
$goa-callout-success-content-bg-color: #ffffff;
|
|
201
|
+
$goa-callout-h-success-content-bg-color: #f4fff6;
|
|
202
|
+
$goa-callout-l-success-content-bg-color: #f4fff6;
|
|
203
|
+
$goa-callout-emergency-content-bg-color: #ffffff;
|
|
204
|
+
$goa-callout-h-emergency-content-bg-color: #fff6f6;
|
|
205
|
+
$goa-callout-l-emergency-content-bg-color: #fff6f6;
|
|
206
|
+
$goa-callout-info-icon-color: #0077ad;
|
|
207
|
+
$goa-callout-h-info-icon-color: #ffffff;
|
|
208
|
+
$goa-callout-important-icon-color: #c28900;
|
|
209
|
+
$goa-callout-h-important-icon-color: #353535;
|
|
210
|
+
$goa-callout-success-icon-color: #006f4c;
|
|
211
|
+
$goa-callout-h-success-icon-color: #ffffff;
|
|
212
|
+
$goa-callout-emergency-icon-color: #da291c;
|
|
213
|
+
$goa-callout-h-emergency-icon-color: #ffffff;
|
|
214
|
+
$goa-checkbox-border: 1px solid #808080;
|
|
215
|
+
$goa-checkbox-border-disabled: 1px solid #808080;
|
|
216
|
+
$goa-checkbox-border-disabled-error: 1.5px solid #F58185;
|
|
217
|
+
$goa-checkbox-border-error: 1.5px solid #ec040b;
|
|
218
|
+
$goa-checkbox-border-focus: 2px solid #006dcc;
|
|
219
|
+
$goa-checkbox-border-hover: 1.5px solid #000000;
|
|
220
|
+
$goa-checkbox-border-error-hover: 1.5px solid #ba0000;
|
|
221
|
+
$goa-checkbox-border-radius: 0.25rem;
|
|
153
222
|
$goa-checkbox-color-bg: #ffffff;
|
|
154
|
-
$goa-checkbox-color-bg-checked: #
|
|
155
|
-
$goa-checkbox-color-bg-checked-disabled: #
|
|
223
|
+
$goa-checkbox-color-bg-checked: #006dcc;
|
|
224
|
+
$goa-checkbox-color-bg-checked-disabled: #b1b1b1;
|
|
156
225
|
$goa-checkbox-color-bg-checked-error: #ec040b;
|
|
157
|
-
$goa-checkbox-color-bg-checked-hover: #
|
|
158
|
-
$goa-checkbox-color-
|
|
159
|
-
$goa-checkbox-color-label
|
|
160
|
-
$goa-checkbox-
|
|
161
|
-
$goa-checkbox-
|
|
162
|
-
$goa-checkbox-
|
|
226
|
+
$goa-checkbox-color-bg-checked-hover: #045092;
|
|
227
|
+
$goa-checkbox-color-bg-checked-error-hover: #ba0000;
|
|
228
|
+
$goa-checkbox-color-label: #353535;
|
|
229
|
+
$goa-checkbox-color-label-disabled: #808080;
|
|
230
|
+
$goa-checkbox-description-font-size: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
231
|
+
$goa-checkbox-gap: 0.75rem;
|
|
232
|
+
$goa-checkbox-gap-compact: 0.5rem;
|
|
233
|
+
$goa-checkbox-label-font-size: 400 1.125rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
234
|
+
$goa-checkbox-label-font-size-compact: 400 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
163
235
|
$goa-checkbox-size: 1.5rem;
|
|
164
|
-
$goa-container-border-radius: 0.
|
|
165
|
-
$goa-container-border: 1px solid #
|
|
236
|
+
$goa-container-border-radius: 0.75rem;
|
|
237
|
+
$goa-container-border: 1px solid #e9e9e9;
|
|
238
|
+
$goa-container-shadow: 0px 3px 1px -1px #1a1a1a12;
|
|
166
239
|
$goa-container-padding: 2rem;
|
|
167
240
|
$goa-container-padding-compact: 1rem;
|
|
168
|
-
$goa-container-heading:
|
|
169
|
-
$goa-container-heading-padding: 0.
|
|
241
|
+
$goa-container-heading: 600 1.25rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
242
|
+
$goa-container-heading-padding: 0.75rem;
|
|
170
243
|
$goa-container-heading-gap: 1.5rem;
|
|
171
244
|
$goa-container-accent-thick-height: 1rem;
|
|
172
245
|
$goa-container-accent-thin-height: 0.5rem;
|
|
@@ -174,329 +247,437 @@ $goa-container-interactive-bg-color: #ffffff;
|
|
|
174
247
|
$goa-container-interactive-heading-bg-color: #0081a2;
|
|
175
248
|
$goa-container-interactive-heading-text-color: #ffffff;
|
|
176
249
|
$goa-container-interactive-border: 1px solid #0081a2;
|
|
177
|
-
$goa-container-non-interactive-bg-color: #
|
|
178
|
-
$goa-container-non-interactive-heading-bg-color: #
|
|
179
|
-
$goa-container-non-interactive-heading-text-color: #
|
|
180
|
-
$goa-container-non-interactive-border: 1px solid #
|
|
181
|
-
$goa-container-info-bg-color: #
|
|
182
|
-
$goa-container-info-heading-bg-color: #
|
|
250
|
+
$goa-container-non-interactive-bg-color: #f8f8f8;
|
|
251
|
+
$goa-container-non-interactive-heading-bg-color: #f8f8f8;
|
|
252
|
+
$goa-container-non-interactive-heading-text-color: #000000;
|
|
253
|
+
$goa-container-non-interactive-border: 1px solid #e9e9e9;
|
|
254
|
+
$goa-container-info-bg-color: #f4fdff;
|
|
255
|
+
$goa-container-info-heading-bg-color: #0077ad;
|
|
183
256
|
$goa-container-info-heading-text-color: #ffffff;
|
|
184
|
-
$goa-container-info-border: 1px solid #
|
|
257
|
+
$goa-container-info-border: 1px solid #cbeaf7;
|
|
185
258
|
$goa-container-error-bg-color: #fff6f6;
|
|
186
259
|
$goa-container-error-heading-bg-color: #da291c;
|
|
187
260
|
$goa-container-error-heading-text-color: #ffffff;
|
|
188
|
-
$goa-container-error-border: 1px solid #
|
|
189
|
-
$goa-container-success-bg-color: #
|
|
261
|
+
$goa-container-error-border: 1px solid #eeaea5;
|
|
262
|
+
$goa-container-success-bg-color: #f4fff6;
|
|
190
263
|
$goa-container-success-heading-bg-color: #006f4c;
|
|
191
264
|
$goa-container-success-heading-text-color: #ffffff;
|
|
192
|
-
$goa-container-success-border: 1px solid #
|
|
265
|
+
$goa-container-success-border: 1px solid #c4e3d2;
|
|
193
266
|
$goa-container-important-bg-color: #fff6e5;
|
|
194
267
|
$goa-container-important-heading-bg-color: #f9ce2d;
|
|
195
|
-
$goa-container-important-heading-text-color: #
|
|
196
|
-
$goa-container-important-border: 1px solid #
|
|
268
|
+
$goa-container-important-heading-text-color: #000000;
|
|
269
|
+
$goa-container-important-border: 1px solid #fde3a1;
|
|
197
270
|
$goa-date-input-calendar-width: 280px;
|
|
198
|
-
$goa-date-input-calendar-border
|
|
199
|
-
$goa-date-input-
|
|
200
|
-
$goa-date-input-day-font:
|
|
271
|
+
$goa-date-input-calendar-border: 1px solid #808080;
|
|
272
|
+
$goa-date-input-calendar-border-radius: 0.5rem;
|
|
273
|
+
$goa-date-input-day-of-week-font: 600 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
274
|
+
$goa-date-input-day-font: 400 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
201
275
|
$goa-date-input-day-of-week-margin: 0.5rem 0;
|
|
202
|
-
$goa-date-input-day-font-today:
|
|
203
|
-
$goa-date-input-day-underline-today: 3px solid #
|
|
276
|
+
$goa-date-input-day-font-today: 600 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
277
|
+
$goa-date-input-day-underline-today: 3px solid #006dcc;
|
|
204
278
|
$goa-date-input-day-underline-today-width: 1.5rem;
|
|
205
|
-
$goa-date-input-day-underline-today-selected:
|
|
279
|
+
$goa-date-input-day-underline-today-selected: 2px solid #ffffff;
|
|
206
280
|
$goa-date-input-day-border-radius: 0.25rem;
|
|
207
281
|
$goa-date-input-day-size: 2.5rem;
|
|
208
|
-
$goa-date-input-day-color-text: #
|
|
282
|
+
$goa-date-input-day-color-text: #000000;
|
|
209
283
|
$goa-date-input-day-color-bg: transparent;
|
|
210
|
-
$goa-date-input-day-color-text-hover: #
|
|
211
|
-
$goa-date-input-day-color-bg-hover: #
|
|
212
|
-
$goa-date-input-day-border-focus:
|
|
284
|
+
$goa-date-input-day-color-text-hover: #000000;
|
|
285
|
+
$goa-date-input-day-color-bg-hover: #e9e9e9;
|
|
286
|
+
$goa-date-input-day-border-focus: 2px solid #006dcc;
|
|
287
|
+
$goa-date-input-day-today-outline-offset: 0.125rem;
|
|
213
288
|
$goa-date-input-day-color-text-selected: #ffffff;
|
|
214
|
-
$goa-date-input-day-color-bg-selected: #
|
|
289
|
+
$goa-date-input-day-color-bg-selected: #006dcc;
|
|
215
290
|
$goa-date-input-day-color-text-selected-hover: #ffffff;
|
|
216
|
-
$goa-date-input-day-color-bg-selected-hover: #
|
|
217
|
-
$goa-date-input-day-color-text-other-month: #
|
|
218
|
-
$goa-date-input-day-color-text-disabled: #
|
|
219
|
-
$goa-
|
|
220
|
-
$goa-details-
|
|
221
|
-
$goa-details-color-
|
|
222
|
-
$goa-details-color-text
|
|
223
|
-
$goa-details-
|
|
224
|
-
$goa-details-content-
|
|
291
|
+
$goa-date-input-day-color-bg-selected-hover: #045092;
|
|
292
|
+
$goa-date-input-day-color-text-other-month: #808080;
|
|
293
|
+
$goa-date-input-day-color-text-disabled: #808080;
|
|
294
|
+
$goa-date-input-cursor: pointer;
|
|
295
|
+
$goa-details-border-radius: 0.5rem;
|
|
296
|
+
$goa-details-color-bg-hover: transparent;
|
|
297
|
+
$goa-details-color-text: #000000;
|
|
298
|
+
$goa-details-color-text-hover: #045092;
|
|
299
|
+
$goa-details-content-left-border: 1px solid #cdcdcd;
|
|
300
|
+
$goa-details-content-margin-left: 19px;
|
|
225
301
|
$goa-details-content-padding-bottom: 0.75rem;
|
|
226
302
|
$goa-details-content-padding-left: 19px;
|
|
227
303
|
$goa-details-content-padding-right: 1rem;
|
|
228
304
|
$goa-details-content-padding-top: 0.75rem;
|
|
229
|
-
$goa-details-focus-border: 3px solid #
|
|
305
|
+
$goa-details-focus-border: 3px solid #006dcc;
|
|
230
306
|
$goa-details-margin-bottom: 0.5rem;
|
|
231
307
|
$goa-details-padding-bottom: 0.5rem;
|
|
232
308
|
$goa-details-padding-left: 0.5rem;
|
|
233
309
|
$goa-details-padding-right: 0.75rem;
|
|
234
310
|
$goa-details-padding-top: 6px;
|
|
235
|
-
$goa-details-typography:
|
|
311
|
+
$goa-details-typography: 600 1.125rem/1.75rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
312
|
+
$goa-details-content-typography: 400 1.125rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
236
313
|
$goa-details-text-decoration: underline;
|
|
237
|
-
$goa-
|
|
238
|
-
$goa-
|
|
239
|
-
$goa-
|
|
240
|
-
$goa-
|
|
314
|
+
$goa-details-icon-color: #000000;
|
|
315
|
+
$goa-details-icon-color-hover: #045092;
|
|
316
|
+
$goa-details-heading-width: fit-content;
|
|
317
|
+
$goa-divider-color: #cdcdcd;
|
|
318
|
+
$goa-drawer-overlay-color: rgba(51, 51, 51, 0.5);
|
|
319
|
+
$goa-drawer-border-radius: 1.5rem;
|
|
320
|
+
$goa-drawer-offset: 1rem;
|
|
321
|
+
$goa-drawer-content-padding-horizontal: 1.5rem;
|
|
322
|
+
$goa-drawer-content-padding-vertical: 1rem;
|
|
323
|
+
$goa-drawer-actions-padding-top: 1rem;
|
|
324
|
+
$goa-drawer-actions-padding-bottom: 1.5rem;
|
|
325
|
+
$goa-drawer-heading-typography: 600 1.5rem/1.75rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
326
|
+
$goa-drawer-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10), 0 8px 40px 0 rgba(0, 0, 0, 0.20);
|
|
241
327
|
$goa-drawer-transition-time: 0.25s;
|
|
242
328
|
$goa-drawer-padding: 1rem;
|
|
243
|
-
$goa-
|
|
244
|
-
$goa-dropdown-border: inset 0 0 0 1px #
|
|
245
|
-
$goa-dropdown-border-disabled: inset 0 0 0 1px #dcdcdc;
|
|
329
|
+
$goa-dropdown-border: inset 0 0 0 1px #808080;
|
|
330
|
+
$goa-dropdown-border-disabled: inset 0 0 0 1px #b1b1b1;
|
|
246
331
|
$goa-dropdown-border-error: inset 0 0 0 2px #ec040b;
|
|
247
|
-
$goa-dropdown-border-focus: 0 0 0
|
|
248
|
-
$goa-dropdown-border-hover: inset 0 0 0 2px #
|
|
249
|
-
$goa-dropdown-border-
|
|
332
|
+
$goa-dropdown-border-focus: inset 0 0 0 2px #006dcc;
|
|
333
|
+
$goa-dropdown-border-hover: inset 0 0 0 2px #000000;
|
|
334
|
+
$goa-dropdown-border-error-hover: inset 0 0 0 2px #ba0000;
|
|
335
|
+
$goa-dropdown-border-radius: 0.5rem;
|
|
250
336
|
$goa-dropdown-color-bg: #ffffff;
|
|
251
|
-
$goa-dropdown-color-bg-disabled: #
|
|
252
|
-
$goa-dropdown-color-
|
|
253
|
-
$goa-dropdown-color-
|
|
254
|
-
$goa-dropdown-color-text
|
|
337
|
+
$goa-dropdown-color-bg-disabled: #e9e9e9;
|
|
338
|
+
$goa-dropdown-color-bg-error: #fdded9;
|
|
339
|
+
$goa-dropdown-color-bg-error-hover: #f4c8c5;
|
|
340
|
+
$goa-dropdown-color-text: #000000;
|
|
341
|
+
$goa-dropdown-color-text-disabled: #808080;
|
|
342
|
+
$goa-dropdown-color-text-placeholder: #000000;
|
|
343
|
+
$goa-dropdown-color-text-error: #a91a10;
|
|
255
344
|
$goa-dropdown-item-color-bg: #ffffff;
|
|
256
|
-
$goa-dropdown-item-color-bg-disabled: #
|
|
257
|
-
$goa-dropdown-item-color-bg-hover: #
|
|
258
|
-
$goa-dropdown-item-color-bg-selected: #
|
|
259
|
-
$goa-dropdown-item-color-bg-selected-hover: #
|
|
260
|
-
$goa-dropdown-item-color-text: #
|
|
261
|
-
$goa-dropdown-item-color-text-disabled: #
|
|
262
|
-
$goa-dropdown-item-color-text-hover: #
|
|
345
|
+
$goa-dropdown-item-color-bg-disabled: #e9e9e9;
|
|
346
|
+
$goa-dropdown-item-color-bg-hover: #f2f0f0;
|
|
347
|
+
$goa-dropdown-item-color-bg-selected: #006dcc;
|
|
348
|
+
$goa-dropdown-item-color-bg-selected-hover: #045092;
|
|
349
|
+
$goa-dropdown-item-color-text: #000000;
|
|
350
|
+
$goa-dropdown-item-color-text-disabled: #4d4d4d;
|
|
351
|
+
$goa-dropdown-item-color-text-hover: #000000;
|
|
263
352
|
$goa-dropdown-item-color-text-selected: #ffffff;
|
|
264
353
|
$goa-dropdown-item-color-text-selected-hover: #ffffff;
|
|
265
|
-
$goa-dropdown-item-padding:
|
|
266
|
-
$goa-dropdown-
|
|
354
|
+
$goa-dropdown-item-padding: 0.75rem 0.5rem;
|
|
355
|
+
$goa-dropdown-item-border-radius: 0.375rem;
|
|
356
|
+
$goa-dropdown-height: 56px;
|
|
357
|
+
$goa-dropdown-padding: 1rem 0.75rem;
|
|
358
|
+
$goa-dropdown-padding-vertical: 1rem;
|
|
267
359
|
$goa-dropdown-padding-lr: 0.75rem;
|
|
268
360
|
$goa-dropdown-space-icon-text: 0.75rem;
|
|
269
361
|
$goa-dropdown-transition: box-shadow 0.05s ease-in;
|
|
270
|
-
$goa-dropdown-typography: 400 1.125rem/1.
|
|
271
|
-
$goa-
|
|
272
|
-
$goa-
|
|
273
|
-
$goa-
|
|
274
|
-
$goa-
|
|
275
|
-
$goa-
|
|
276
|
-
$goa-
|
|
277
|
-
$goa-
|
|
278
|
-
$goa-
|
|
279
|
-
$goa-
|
|
280
|
-
$goa-file-upload-
|
|
281
|
-
$goa-file-upload-
|
|
282
|
-
$goa-file-upload-
|
|
283
|
-
$goa-file-upload-
|
|
284
|
-
$goa-file-upload-
|
|
285
|
-
$goa-file-upload-
|
|
286
|
-
$goa-file-upload-
|
|
287
|
-
$goa-file-upload-
|
|
288
|
-
$goa-file-upload-
|
|
289
|
-
$goa-file-upload-
|
|
362
|
+
$goa-dropdown-typography: 400 1.125rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
363
|
+
$goa-dropdown-label-typography: 400 1.125rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
364
|
+
$goa-dropdown-helper-typography: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
365
|
+
$goa-dropdown-menu-border-radius: 0.5rem;
|
|
366
|
+
$goa-dropdown-menu-margin: 0.5rem;
|
|
367
|
+
$goa-dropdown-compact-height: 40px;
|
|
368
|
+
$goa-dropdown-compact-typography: 400 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
369
|
+
$goa-dropdown-compact-padding: 0 0.75rem;
|
|
370
|
+
$goa-dropdown-compact-item-padding: 0 0.5rem;
|
|
371
|
+
$goa-dropdown-compact-item-typography: 400 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
372
|
+
$goa-file-upload-border: 1.5px dashed #006dcc;
|
|
373
|
+
$goa-file-upload-border-active: 1.5px solid #045092;
|
|
374
|
+
$goa-file-upload-border-drag: 1.5px solid #045092;
|
|
375
|
+
$goa-file-upload-border-focus: 0 0 0 2px #006dcc;
|
|
376
|
+
$goa-file-upload-border-hover: 1.5px dashed #045092;
|
|
377
|
+
$goa-file-upload-border-radius: 0.5rem;
|
|
378
|
+
$goa-file-upload-color-bg: #f4fdff;
|
|
379
|
+
$goa-file-upload-color-bg-active: #f4fdff;
|
|
380
|
+
$goa-file-upload-color-bg-drag: #f4fdff;
|
|
381
|
+
$goa-file-upload-color-bg-focus: #f2f0f0;
|
|
382
|
+
$goa-file-upload-color-bg-hover: #f2f0f0;
|
|
383
|
+
$goa-file-upload-help-text: 400 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
384
|
+
$goa-file-upload-help-text-color: #4d4d4d;
|
|
385
|
+
$goa-file-upload-instruction-color: #006dcc;
|
|
386
|
+
$goa-file-upload-instruction-color-active: #045092;
|
|
387
|
+
$goa-file-upload-instruction-color-drag: #045092;
|
|
388
|
+
$goa-file-upload-instruction-color-focus: #045092;
|
|
389
|
+
$goa-file-upload-instruction-color-hover: #045092;
|
|
390
|
+
$goa-file-upload-instruction-text: 400 1.125rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
290
391
|
$goa-file-upload-padding: 2rem;
|
|
291
392
|
$goa-file-upload-text-gap: 1rem;
|
|
292
|
-
$goa-
|
|
293
|
-
$goa-
|
|
294
|
-
$goa-
|
|
295
|
-
$goa-
|
|
296
|
-
$goa-
|
|
297
|
-
$goa-
|
|
298
|
-
$goa-
|
|
299
|
-
$goa-
|
|
300
|
-
$goa-
|
|
301
|
-
$goa-
|
|
302
|
-
$goa-
|
|
303
|
-
$goa-
|
|
304
|
-
$goa-
|
|
305
|
-
$goa-
|
|
393
|
+
$goa-filter-chip-border-radius: 1.5rem;
|
|
394
|
+
$goa-filter-chip-border: 1px solid #b1b1b1;
|
|
395
|
+
$goa-filter-chip-text-color: #000000;
|
|
396
|
+
$goa-filter-chip-text-color-error: #ec040b;
|
|
397
|
+
$goa-filter-chip-bg-color: #ffffff;
|
|
398
|
+
$goa-filter-chip-bg-color-error: #fdded9;
|
|
399
|
+
$goa-filter-chip-border-color-error: #ec040b;
|
|
400
|
+
$goa-filter-chip-icon-color: #6f6f6f;
|
|
401
|
+
$goa-filter-chip-icon-color-error: #a91a10;
|
|
402
|
+
$goa-filter-chip-secondary-text-color: #6f6f6f;
|
|
403
|
+
$goa-filter-chip-secondary-text-color-error: #a91a10;
|
|
404
|
+
$goa-filter-chip-padding-vertical: 0.3125rem;
|
|
405
|
+
$goa-filter-chip-padding-horizontal-left: 0.75rem;
|
|
406
|
+
$goa-filter-chip-padding-horizontal-right: 0.5rem;
|
|
407
|
+
$goa-filter-chip-gap: 0.75rem;
|
|
408
|
+
$goa-filter-chip-label-gap: 0.375rem;
|
|
409
|
+
$goa-filter-chip-typography: 400 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
410
|
+
$goa-filter-chip-line-height: 1.375rem;
|
|
411
|
+
$goa-filter-chip-min-height: 2rem;
|
|
412
|
+
$goa-filter-chip-min-width: 56px;
|
|
413
|
+
$goa-filter-chip-close-button-error-hover-bg-color: #f4c8c5;
|
|
414
|
+
$goa-footer-border-bottom: 0px solid #0081a2;
|
|
415
|
+
$goa-footer-border-top: 1.5px solid #e9e9e9;
|
|
416
|
+
$goa-footer-color-bg: #f2f0f0;
|
|
417
|
+
$goa-footer-color-links: #000000;
|
|
418
|
+
$goa-footer-color-links-hover: #4d4d4d;
|
|
419
|
+
$goa-footer-color-links-secondary: #353535;
|
|
420
|
+
$goa-footer-color-links-secondary-hover: #353535;
|
|
421
|
+
$goa-footer-link-focus: 2px solid #006dcc;
|
|
422
|
+
$goa-footer-link-focus-border-radius: 0.375rem;
|
|
423
|
+
$goa-footer-padding-large-screen: 1.5rem 4rem;
|
|
424
|
+
$goa-footer-padding-medium-screen: 1.5rem 2rem;
|
|
425
|
+
$goa-footer-padding-small-screen: 1.5rem 1rem;
|
|
306
426
|
$goa-footer-typography-small-screen: 1rem;
|
|
307
|
-
$goa-footer-meta-links-gap:
|
|
427
|
+
$goa-footer-meta-links-gap: 2rem;
|
|
308
428
|
$goa-footer-meta-links-gap-small-screen: 20px;
|
|
309
|
-
$goa-
|
|
310
|
-
$goa-form-item-
|
|
311
|
-
$goa-form-item-
|
|
312
|
-
$goa-form-item-label-large-
|
|
313
|
-
$goa-form-item-label-
|
|
314
|
-
$goa-form-item-label-
|
|
429
|
+
$goa-footer-meta-links-margin: 0rem;
|
|
430
|
+
$goa-form-item-error-message-color: #a91a10;
|
|
431
|
+
$goa-form-item-help-message-color: #353535;
|
|
432
|
+
$goa-form-item-label-large-padding-bottom: 1.375rem;
|
|
433
|
+
$goa-form-item-label-large-typography: 700 2rem/2.25rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
434
|
+
$goa-form-item-label-padding-bottom: 0.625rem;
|
|
435
|
+
$goa-form-item-label-typography: 600 1.125rem/1.75rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
436
|
+
$goa-form-item-label-compact-padding-bottom: 0.5625rem;
|
|
437
|
+
$goa-form-item-label-compact-typography: 600 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
315
438
|
$goa-form-item-message-gap: 0.25rem;
|
|
316
|
-
$goa-form-item-message-
|
|
317
|
-
$goa-form-item-message-
|
|
318
|
-
$goa-form-item-
|
|
319
|
-
$goa-form-item-
|
|
320
|
-
$goa-
|
|
439
|
+
$goa-form-item-message-gap-compact: 0.1875rem;
|
|
440
|
+
$goa-form-item-message-margin-top-large: 1rem;
|
|
441
|
+
$goa-form-item-message-margin-top-regular: 0.75rem;
|
|
442
|
+
$goa-form-item-message-margin-top-compact: 0.5rem;
|
|
443
|
+
$goa-form-item-message-margin-top-selection-large: 1.25rem;
|
|
444
|
+
$goa-form-item-message-margin-top-selection-regular: 1rem;
|
|
445
|
+
$goa-form-item-message-margin-top-selection-compact: 0.75rem;
|
|
446
|
+
$goa-form-item-message-stack-gap: 0.5rem;
|
|
447
|
+
$goa-form-item-message-stack-gap-compact: 0.25rem;
|
|
448
|
+
$goa-form-item-message-typography: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
449
|
+
$goa-form-item-optional-label-color: #6f6f6f;
|
|
450
|
+
$goa-form-item-optional-label-typography: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
451
|
+
$goa-step-border: 3px solid #006dcc;
|
|
321
452
|
$goa-step-color-bg: #ffffff;
|
|
322
453
|
$goa-step-color-bg-active: #ffffff;
|
|
323
|
-
$goa-step-color-bg-complete: #
|
|
454
|
+
$goa-step-color-bg-complete: #006dcc;
|
|
324
455
|
$goa-step-color-bg-incomplete: #ffffff;
|
|
325
|
-
$goa-step-color-border: #
|
|
326
|
-
$goa-step-color-border-active: #
|
|
327
|
-
$goa-step-color-border-complete: #
|
|
328
|
-
$goa-step-color-border-incomplete: #
|
|
329
|
-
$goa-step-color-label: #
|
|
330
|
-
$goa-step-color-step-number: #
|
|
331
|
-
$goa-step-color-sublabel: #
|
|
456
|
+
$goa-step-color-border: #9f9f9f;
|
|
457
|
+
$goa-step-color-border-active: #006dcc;
|
|
458
|
+
$goa-step-color-border-complete: #006dcc;
|
|
459
|
+
$goa-step-color-border-incomplete: #006dcc;
|
|
460
|
+
$goa-step-color-label: #000000;
|
|
461
|
+
$goa-step-color-step-number: #353535;
|
|
462
|
+
$goa-step-color-sublabel: #353535;
|
|
332
463
|
$goa-step-gap-small-screen: 0px;
|
|
333
464
|
$goa-step-padding: 1.5rem;
|
|
334
465
|
$goa-step-padding-vertical: 0.25rem 1.5rem;
|
|
335
466
|
$goa-step-size: 2.5rem;
|
|
336
|
-
$goa-step-typography-label: 400 1rem/1.
|
|
337
|
-
$goa-step-typography-label-active:
|
|
338
|
-
$goa-step-typography-step-number:
|
|
339
|
-
$goa-step-typography-sublabel: 400 0.875rem/1.25rem acumin-
|
|
340
|
-
$goa-stepper-color-line: #
|
|
341
|
-
$goa-stepper-color-line-active: #
|
|
467
|
+
$goa-step-typography-label: 400 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
468
|
+
$goa-step-typography-label-active: 600 1.25rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
469
|
+
$goa-step-typography-step-number: 600 1.25rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
470
|
+
$goa-step-typography-sublabel: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
471
|
+
$goa-stepper-color-line: #cdcdcd;
|
|
472
|
+
$goa-stepper-color-line-active: #006dcc;
|
|
342
473
|
$goa-stepper-line-thickness: 4px;
|
|
343
|
-
$goa-app-header-border-bottom: 1px solid #dcdcdc;
|
|
344
|
-
$goa-app-header-service-name-border-focus: 3px solid #feba35;
|
|
345
|
-
$goa-app-header-border-bottom-menu-item: inset 0 -1px 0 0 #dcdcdc;
|
|
346
|
-
$goa-app-header-border-focus: 3px solid #feba35;
|
|
347
|
-
$goa-app-header-border-nav-item-current: 0.25rem solid #0070c4;
|
|
348
|
-
$goa-app-header-border-nav-item-current-focus: 0.25rem solid #004f84;
|
|
349
|
-
$goa-app-header-border-nav-item-current-hover: 0.25rem solid #004f84;
|
|
350
|
-
$goa-app-header-color-text-nav-item-in-menu-current: #ffffff;
|
|
351
|
-
$goa-app-header-color-text-nav-item-in-menu-current-hover: #ffffff;
|
|
352
|
-
$goa-app-header-border-nav-item-default: 0.25rem solid transparent;
|
|
353
|
-
$goa-app-header-border-nav-item-focus: 0.25rem solid #004f84;
|
|
354
|
-
$goa-app-header-border-nav-item-hover: 0.25rem solid #004f84;
|
|
355
|
-
$goa-app-header-border-top-menu-item: inset 0 1px 0 0 #dcdcdc;
|
|
356
474
|
$goa-app-header-color-bg: #ffffff;
|
|
357
|
-
$goa-app-header-
|
|
358
|
-
$goa-app-header-
|
|
359
|
-
$goa-app-header-
|
|
360
|
-
$goa-app-header-
|
|
361
|
-
$goa-app-header-
|
|
362
|
-
$goa-app-header-
|
|
363
|
-
$goa-app-header-color-bg-nav-item-in-menu-current: #0070c4;
|
|
364
|
-
$goa-app-header-nav-color-text-link-item: #0070c4;
|
|
365
|
-
$goa-app-header-nav-color-text-link-item-hover: #004f84;
|
|
366
|
-
$goa-app-header-nav-color-text-link-item-focus: #004f84;
|
|
367
|
-
$goa-app-header-color-bg-nav-item-in-menu-current-hover: #004f84;
|
|
368
|
-
$goa-app-header-color-bg-nav-item-child-hover: #f1f1f1;
|
|
369
|
-
$goa-app-header-color-bg-nav-item-child-focus: #f1f1f1;
|
|
370
|
-
$goa-app-header-color-menu-button: #333333;
|
|
371
|
-
$goa-app-header-color-menu-button-focus: #004f84;
|
|
372
|
-
$goa-app-header-color-menu-button-hover: #004f84;
|
|
373
|
-
$goa-app-header-color-service-name: #333333;
|
|
374
|
-
$goa-app-header-color-text-nav-item: #333333;
|
|
375
|
-
$goa-app-header-color-text-nav-item-current: #333333;
|
|
376
|
-
$goa-app-header-color-text-nav-item-focus: #004f84;
|
|
377
|
-
$goa-app-header-color-text-nav-item-hover: #004f84;
|
|
378
|
-
$goa-app-header-max-width-service-name: 28rem;
|
|
379
|
-
$goa-app-header-min-width-service-name: 8rem;
|
|
380
|
-
$goa-app-header-padding-desktop: 4rem;
|
|
381
|
-
$goa-app-header-padding-link-item: 1rem;
|
|
382
|
-
$goa-app-header-padding-logo: 14px 2rem 1rem 0px;
|
|
383
|
-
$goa-app-header-padding-logo-mobile: 0.75rem 1rem;
|
|
384
|
-
$goa-app-header-padding-menu-button: 1rem 0.75rem;
|
|
475
|
+
$goa-app-header-border-bottom: 1px solid #e9e9e9;
|
|
476
|
+
$goa-app-header-border-focus: 2px solid #006dcc;
|
|
477
|
+
$goa-app-header-padding-h-desktop: 3rem;
|
|
478
|
+
$goa-app-header-padding-h-mobile: 1rem;
|
|
479
|
+
$goa-app-header-padding-v: 0.75rem;
|
|
480
|
+
$goa-app-header-padding-desktop: 3rem;
|
|
385
481
|
$goa-app-header-padding-mobile: 1rem;
|
|
386
|
-
$goa-app-header-padding-nav-item: 1rem 0.75rem;
|
|
387
|
-
$goa-app-header-padding-nav-item-with-children: 1rem 0.75rem 0.75rem;
|
|
388
|
-
$goa-app-header-padding-nav-item-in-menu: 9px 1rem;
|
|
389
|
-
$goa-app-header-padding-secondary-nav-item-in-menu-mobile: 9px 1rem 9px 80px;
|
|
390
|
-
$goa-app-header-padding-secondary-nav-item-in-menu: 9px 1rem 9px 2rem;
|
|
391
482
|
$goa-app-header-padding-tablet: 2rem;
|
|
392
|
-
$goa-app-header-
|
|
393
|
-
$goa-app-header-
|
|
394
|
-
$goa-app-header-
|
|
395
|
-
$goa-app-header-
|
|
396
|
-
$goa-app-header-
|
|
397
|
-
$goa-app-header-typography-
|
|
398
|
-
$goa-app-header-typography-
|
|
399
|
-
$goa-app-header-
|
|
400
|
-
$goa-app-header-
|
|
401
|
-
$goa-app-header-
|
|
402
|
-
$goa-app-header-
|
|
403
|
-
$goa-app-header-typography-
|
|
404
|
-
$goa-app-header-
|
|
405
|
-
$goa-app-header-
|
|
406
|
-
$goa-app-header-
|
|
407
|
-
$goa-app-header-
|
|
408
|
-
$goa-app-header-
|
|
409
|
-
$goa-app-header-
|
|
410
|
-
$goa-app-header-nav-
|
|
483
|
+
$goa-app-header-logo-desktop-height: 2rem;
|
|
484
|
+
$goa-app-header-logo-mobile-size: 2rem;
|
|
485
|
+
$goa-app-header-logo-service-gap: 3rem;
|
|
486
|
+
$goa-app-header-logo-service-gap-small-screen: 1.5rem;
|
|
487
|
+
$goa-app-header-color-service-name: #000000;
|
|
488
|
+
$goa-app-header-typography-service-name: 600 1.25rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
489
|
+
$goa-app-header-typography-service-name-mobile: 600 1rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
490
|
+
$goa-app-header-service-name-border-focus: 2px solid #006dcc;
|
|
491
|
+
$goa-app-header-max-width-service-name: 40rem;
|
|
492
|
+
$goa-app-header-min-width-service-name: 13rem;
|
|
493
|
+
$goa-app-header-subline-color: #353535;
|
|
494
|
+
$goa-app-header-subline-typography-desktop: 400 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
495
|
+
$goa-app-header-subline-typography-mobile: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
496
|
+
$goa-app-header-service-name-subline-gap: 0.125rem;
|
|
497
|
+
$goa-app-header-service-phase-gap-horizontal: 1rem;
|
|
498
|
+
$goa-app-header-service-phase-gap-vertical: 6px;
|
|
499
|
+
$goa-app-header-service-phase-row-gap: 0.5rem;
|
|
500
|
+
$goa-app-header-utilities-gap: 0.75rem;
|
|
501
|
+
$goa-app-header-nav-bar-bg: #f8f8f8;
|
|
502
|
+
$goa-app-header-nav-item-gap: 1rem;
|
|
503
|
+
$goa-app-header-color-text-nav-item: #353535;
|
|
504
|
+
$goa-app-header-color-text-nav-item-current: #353535;
|
|
505
|
+
$goa-app-header-nav-text-color: #353535;
|
|
506
|
+
$goa-app-header-typography-nav-item: 500 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
507
|
+
$goa-app-header-padding-nav-item: 0.25rem 0.25rem 0 0.25rem;
|
|
508
|
+
$goa-app-header-height-nav-item: 3rem;
|
|
509
|
+
$goa-app-header-border-nav-item-default: 3px solid transparent;
|
|
510
|
+
$goa-app-header-border-nav-item-hover: 3px solid #cdcdcd;
|
|
511
|
+
$goa-app-header-border-nav-item-current: 3px solid #006dcc;
|
|
512
|
+
$goa-app-header-nav-active-indicator-color: #006dcc;
|
|
513
|
+
$goa-app-header-nav-hover-indicator-color: #cdcdcd;
|
|
514
|
+
$goa-app-header-padding-nav-item-in-menu: 0.5rem;
|
|
515
|
+
$goa-app-header-padding-secondary-nav-item-in-menu: 0.75rem 0.5rem 0.75rem 1.5rem;
|
|
516
|
+
$goa-app-header-color-text-nav-item-in-menu-current: #353535;
|
|
517
|
+
$goa-app-header-color-text-nav-item-in-menu-current-hover: #353535;
|
|
518
|
+
$goa-app-header-color-bg-nav-item-in-menu-current: #006dcc;
|
|
519
|
+
$goa-app-header-color-bg-nav-item-in-menu-current-hover: #045092;
|
|
520
|
+
$goa-app-header-color-bg-nav-item-child-hover: #f2f0f0;
|
|
521
|
+
$goa-app-header-nav-menu-dropdown-shadow: drop-shadow(0px 12px 16px rgba(16,29,40,0.08)) drop-shadow(0px 4px 6px rgba(16,29,40,0.03));
|
|
522
|
+
$goa-app-header-nav-menu-dropdown-border: 0.5px solid #e9e9e9;
|
|
523
|
+
$goa-app-header-nav-menu-dropdown-gap: 3px;
|
|
411
524
|
$goa-hero-banner-padding: 3rem 0;
|
|
412
525
|
$goa-hero-banner-mobile-padding: 2rem 0;
|
|
413
526
|
$goa-hero-banner-content-gap: 1.5rem 0 0;
|
|
414
|
-
$goa-hero-banner-heading: 700
|
|
415
|
-
$goa-hero-banner-content: 400 1.5rem/
|
|
416
|
-
$goa-icon-button-
|
|
417
|
-
$goa-icon-button-
|
|
418
|
-
$goa-icon-button-
|
|
419
|
-
$goa-icon-button-
|
|
420
|
-
$goa-icon-button-
|
|
527
|
+
$goa-hero-banner-heading: 700 2.5rem/3rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
528
|
+
$goa-hero-banner-content: 400 1.5rem/2.25rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
529
|
+
$goa-icon-button-small-padding: 0.25rem;
|
|
530
|
+
$goa-icon-button-medium-padding: 0.5rem;
|
|
531
|
+
$goa-icon-button-large-padding: 0.75rem;
|
|
532
|
+
$goa-icon-button-border-radius: 0.5rem;
|
|
533
|
+
$goa-icon-button-focus-border-width: 2px;
|
|
534
|
+
$goa-icon-button-focus-border-color: #006dcc;
|
|
535
|
+
$goa-icon-button-medium-border-radius: 0.5rem;
|
|
536
|
+
$goa-icon-button-large-border-radius: 0.75rem;
|
|
537
|
+
$goa-icon-button-default-color: #006dcc;
|
|
538
|
+
$goa-icon-button-default-hover-color: #045092;
|
|
539
|
+
$goa-icon-button-default-hover-color-bg: #f2f0f0;
|
|
540
|
+
$goa-icon-button-default-disabled-color: #b1b1b1;
|
|
421
541
|
$goa-icon-button-light-color: #ffffff;
|
|
422
|
-
$goa-icon-button-light-hover-color-bg: #
|
|
423
|
-
$goa-icon-button-light-disabled-color: #
|
|
424
|
-
$goa-icon-button-dark-color: #
|
|
425
|
-
$goa-icon-button-dark-hover-color-bg: #
|
|
426
|
-
$goa-icon-button-dark-disabled-color
|
|
542
|
+
$goa-icon-button-light-hover-color-bg: #6f6f6f;
|
|
543
|
+
$goa-icon-button-light-disabled-color: #808080;
|
|
544
|
+
$goa-icon-button-dark-color: #000000;
|
|
545
|
+
$goa-icon-button-dark-hover-color-bg: #f2f0f0;
|
|
546
|
+
$goa-icon-button-dark-disabled-color: #808080;
|
|
427
547
|
$goa-icon-button-destructive-color: #da291c;
|
|
428
|
-
$goa-icon-button-destructive-hover-color
|
|
429
|
-
$goa-icon-button-destructive-
|
|
430
|
-
$goa-icon-button-
|
|
431
|
-
$goa-
|
|
432
|
-
$goa-
|
|
433
|
-
$goa-
|
|
434
|
-
$goa-text-input-border: inset 0 0 0
|
|
435
|
-
$goa-text-input-border-
|
|
436
|
-
$goa-text-input-border-
|
|
437
|
-
$goa-text-input-border-focus: 0 0 0 3px #feba35;
|
|
438
|
-
$goa-text-input-border-hover: inset 0 0 0 2px #004f84;
|
|
439
|
-
$goa-text-input-border-radius: 0.25rem;
|
|
548
|
+
$goa-icon-button-destructive-hover-color: #a91a10;
|
|
549
|
+
$goa-icon-button-destructive-hover-color-bg: #fdded9;
|
|
550
|
+
$goa-icon-button-destructive-disabled-color: #808080;
|
|
551
|
+
$goa-text-input-border: inset 0 0 0 1px #808080;
|
|
552
|
+
$goa-text-input-border-disabled: inset 0 0 0 1px #b1b1b1;
|
|
553
|
+
$goa-text-input-border-error: inset 0 0 0 1.5px #ec040b;
|
|
554
|
+
$goa-text-input-border-focus: inset 0 0 0 2px #006dcc;
|
|
555
|
+
$goa-text-input-border-hover: inset 0 0 0 1.5px #000000;
|
|
556
|
+
$goa-text-input-border-radius: 0.5rem;
|
|
440
557
|
$goa-text-input-color-bg: #ffffff;
|
|
441
|
-
$goa-text-input-color-bg-disabled: #
|
|
442
|
-
$goa-text-input-color-icon-disabled: #
|
|
443
|
-
$goa-text-input-color-text: #
|
|
444
|
-
$goa-text-input-color-text-disabled: #
|
|
445
|
-
$goa-text-input-color-text-placeholder: #
|
|
446
|
-
$goa-text-input-lt-content-color-bg: #
|
|
447
|
-
$goa-text-input-
|
|
448
|
-
$goa-text-input-padding:
|
|
449
|
-
$goa-text-input-padding-lr: 0.75rem;
|
|
558
|
+
$goa-text-input-color-bg-disabled: #e9e9e9;
|
|
559
|
+
$goa-text-input-color-icon-disabled: #808080;
|
|
560
|
+
$goa-text-input-color-text: #000000;
|
|
561
|
+
$goa-text-input-color-text-disabled: #808080;
|
|
562
|
+
$goa-text-input-color-text-placeholder: #9f9f9f;
|
|
563
|
+
$goa-text-input-lt-content-color-bg: #e9e9e9;
|
|
564
|
+
$goa-text-input-padding: 9px 1rem 11px;
|
|
565
|
+
$goa-text-input-padding-lr: 1rem;
|
|
450
566
|
$goa-text-input-space-btw-icon-text: 0.5rem;
|
|
451
|
-
$goa-text-input-size-icon: 1.5rem;
|
|
452
|
-
$goa-text-input-color-icon: #333333;
|
|
453
567
|
$goa-text-input-transition: box-shadow 0.05s ease-in;
|
|
454
|
-
$goa-text-input-typography: 400 1.125rem/1.
|
|
568
|
+
$goa-text-input-typography: 400 1.125rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
569
|
+
$goa-text-input-height: 56px;
|
|
570
|
+
$goa-text-input-height-compact: 40px;
|
|
571
|
+
$goa-text-input-padding-compact-lr: 0.75rem;
|
|
572
|
+
$goa-text-input-padding-compact: 0.25rem 0.75rem;
|
|
573
|
+
$goa-text-input-typography-compact: 400 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
574
|
+
$goa-text-input-space-btw-icon-text-compact: 0.5rem;
|
|
575
|
+
$goa-text-input-border-readonly: inset 0 0 0 1px #e1dedd;
|
|
576
|
+
$goa-text-input-color-bg-readonly: #f2f0f0;
|
|
577
|
+
$goa-text-input-lt-content-color-bg-readonly: #e9e9e9;
|
|
455
578
|
$goa-linear-progress-height: 0.25rem;
|
|
456
|
-
$goa-linear-progress-border-radius: 0.
|
|
457
|
-
$goa-linear-progress-color-track: #
|
|
458
|
-
$goa-linear-progress-color-indicator: #
|
|
579
|
+
$goa-linear-progress-border-radius: 0.5rem;
|
|
580
|
+
$goa-linear-progress-color-track: #cdcdcd;
|
|
581
|
+
$goa-linear-progress-color-indicator: #0077ad;
|
|
459
582
|
$goa-linear-progress-percentage-gap: 0.5rem;
|
|
460
|
-
$goa-linear-progress-percentage-color: #
|
|
461
|
-
$goa-linear-progress-percentage-text: 400 0.875rem/1.25rem acumin-
|
|
583
|
+
$goa-linear-progress-percentage-color: #353535;
|
|
584
|
+
$goa-linear-progress-percentage-text: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
462
585
|
$goa-linear-progress-percentage-width: 4ch;
|
|
586
|
+
$goa-link-typography-xsmall: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
587
|
+
$goa-link-typography-small: 400 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
588
|
+
$goa-link-typography-medium: 400 1.125rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
589
|
+
$goa-link-typography-large: 400 1.5rem/2.25rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
590
|
+
$goa-link-gap: 0.25rem;
|
|
591
|
+
$goa-link-gap-xsmall: 0.125rem;
|
|
592
|
+
$goa-link-gap-small: 0.1875rem;
|
|
593
|
+
$goa-link-gap-medium: 0.25rem;
|
|
594
|
+
$goa-link-gap-large: 0.3125rem;
|
|
595
|
+
$goa-link-icon-size-xsmall: 0.75rem;
|
|
596
|
+
$goa-link-icon-size-small: 1rem;
|
|
597
|
+
$goa-link-icon-size-medium: 1.125rem;
|
|
598
|
+
$goa-link-icon-size-large: 1.25rem;
|
|
599
|
+
$goa-link-color-interactive-default: #006dcc;
|
|
600
|
+
$goa-link-color-interactive-hover: #045092;
|
|
601
|
+
$goa-link-color-interactive-visited: #756693;
|
|
602
|
+
$goa-link-color-dark-default: #000000;
|
|
603
|
+
$goa-link-color-dark-hover: #4d4d4d;
|
|
604
|
+
$goa-link-color-dark-visited: #756693;
|
|
605
|
+
$goa-link-color-light-default: #ffffff;
|
|
606
|
+
$goa-link-color-light-hover: #e9e9e9;
|
|
607
|
+
$goa-link-color-light-visited: #9D8EBB;
|
|
608
|
+
$goa-link-border-radius-focus: 0.375rem;
|
|
609
|
+
$goa-link-border-focus: 2px solid #006dcc;
|
|
610
|
+
$goa-link-focus-offset: 0.125rem;
|
|
463
611
|
$goa-microsite-header-alpha-badge-color: #f9ce2d;
|
|
464
|
-
$goa-microsite-header-alpha-badge-color-text: #
|
|
612
|
+
$goa-microsite-header-alpha-badge-color-text: #000000;
|
|
465
613
|
$goa-microsite-header-beta-badge-color: #0081a2;
|
|
466
614
|
$goa-microsite-header-beta-badge-color-text: #ffffff;
|
|
467
|
-
$goa-microsite-header-color-bg: #
|
|
468
|
-
$goa-microsite-header-color-links: #
|
|
469
|
-
$goa-microsite-header-color-links-hover: #
|
|
470
|
-
$goa-microsite-header-color-version-number: #
|
|
615
|
+
$goa-microsite-header-color-bg: #f2f0f0;
|
|
616
|
+
$goa-microsite-header-color-links: #006dcc;
|
|
617
|
+
$goa-microsite-header-color-links-hover: #045092;
|
|
618
|
+
$goa-microsite-header-color-version-number: #353535;
|
|
471
619
|
$goa-microsite-header-gap: 1rem;
|
|
472
|
-
$goa-microsite-header-link-focus-border:
|
|
620
|
+
$goa-microsite-header-link-focus-border: 2px solid #006dcc;
|
|
473
621
|
$goa-microsite-header-padding-large-screen: 0.25rem 4rem;
|
|
474
622
|
$goa-microsite-header-padding-medium-screen: 0.25rem 2rem;
|
|
475
623
|
$goa-microsite-header-padding-small-screen: 0.25rem 1rem;
|
|
476
|
-
$goa-microsite-header-typography: 400 0.875rem/1.25rem acumin-
|
|
624
|
+
$goa-microsite-header-typography: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
477
625
|
$goa-microsite-header-typography-version-number: 0.75rem;
|
|
478
|
-
$goa-modal-border-radius: 0.
|
|
626
|
+
$goa-modal-border-radius: 0.75rem;
|
|
479
627
|
$goa-modal-callout-bar-padding: 2rem;
|
|
480
628
|
$goa-modal-callout-bar-padding-small-screen: 0.75rem 0.75rem 0.75rem 1.5rem;
|
|
481
|
-
$goa-modal-content-gap:
|
|
482
|
-
$goa-modal-content-gap-small-screen:
|
|
483
|
-
$goa-modal-header-typography:
|
|
484
|
-
$goa-modal-overlay-color: #
|
|
629
|
+
$goa-modal-content-gap: 0;
|
|
630
|
+
$goa-modal-content-gap-small-screen: 0;
|
|
631
|
+
$goa-modal-header-typography: 600 1.125rem/1.75rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
632
|
+
$goa-modal-overlay-color: #000000;
|
|
485
633
|
$goa-modal-padding: 2rem;
|
|
486
634
|
$goa-modal-padding-small-screen: 1.5rem;
|
|
487
|
-
$goa-modal-shadow:
|
|
635
|
+
$goa-modal-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1), 0px 8px 40px 0px rgba(0,0,0,0.2);
|
|
488
636
|
$goa-modal-overlay-opacity: 50%;
|
|
637
|
+
$goa-modal-color-bg: #ffffff;
|
|
638
|
+
$goa-modal-pane-width: 90%;
|
|
639
|
+
$goa-modal-border: 1px solid #e9e9e9;
|
|
640
|
+
$goa-modal-content-margin: 0;
|
|
641
|
+
$goa-modal-content-margin-mobile: 0;
|
|
642
|
+
$goa-modal-max-width: 480px;
|
|
643
|
+
$goa-modal-heading-border-bottom: 1px solid #e9e9e9;
|
|
644
|
+
$goa-modal-heading-padding: 20px 1.5rem;
|
|
645
|
+
$goa-modal-content-padding: 1.5rem 1.5rem 2rem 1.5rem;
|
|
646
|
+
$goa-modal-actions-padding: 0 2rem 2rem 2rem;
|
|
647
|
+
$goa-modal-content-wrapper-padding: 0;
|
|
648
|
+
$goa-modal-scrollable-padding-desktop: 0;
|
|
649
|
+
$goa-modal-scrollable-padding-mobile: 0;
|
|
650
|
+
$goa-modal-callout-heading-padding: 1rem 1.5rem;
|
|
651
|
+
$goa-modal-heading-padding-mobile: 1rem;
|
|
652
|
+
$goa-modal-callout-heading-padding-mobile: 1rem;
|
|
653
|
+
$goa-modal-content-padding-mobile: 1.5rem 1rem 2rem 1rem;
|
|
654
|
+
$goa-modal-actions-padding-mobile: 0 1rem 1rem 1rem;
|
|
655
|
+
$goa-modal-callout-information-bg: #ebf8ff;
|
|
656
|
+
$goa-modal-callout-information-border: #cbeaf7;
|
|
657
|
+
$goa-modal-callout-information-icon: #0077ad;
|
|
658
|
+
$goa-modal-callout-success-bg: #f4fff6;
|
|
659
|
+
$goa-modal-callout-success-border: #c4e3d2;
|
|
660
|
+
$goa-modal-callout-success-icon: #006f4c;
|
|
661
|
+
$goa-modal-callout-important-bg: #fff6e5;
|
|
662
|
+
$goa-modal-callout-important-border: #fde3a1;
|
|
663
|
+
$goa-modal-callout-important-icon: #c28900;
|
|
664
|
+
$goa-modal-callout-emergency-bg: #fff6f6;
|
|
665
|
+
$goa-modal-callout-emergency-border: #eeaea5;
|
|
666
|
+
$goa-modal-callout-emergency-icon: #da291c;
|
|
667
|
+
$goa-modal-callout-event-bg: #ebf8ff;
|
|
668
|
+
$goa-modal-callout-event-border: #cbeaf7;
|
|
669
|
+
$goa-modal-callout-event-icon: #0077ad;
|
|
489
670
|
$goa-notification-banner-emergency-color-bg: #da291c;
|
|
490
671
|
$goa-notification-banner-emergency-color-icon: #ffffff;
|
|
491
672
|
$goa-notification-banner-emergency-color-text: #ffffff;
|
|
492
|
-
$goa-notification-banner-event-color-bg: #
|
|
673
|
+
$goa-notification-banner-event-color-bg: #0077ad;
|
|
493
674
|
$goa-notification-banner-event-color-icon: #ffffff;
|
|
494
675
|
$goa-notification-banner-event-color-text: #ffffff;
|
|
495
676
|
$goa-notification-banner-gap: 1rem;
|
|
496
677
|
$goa-notification-banner-important-color-bg: #f9ce2d;
|
|
497
|
-
$goa-notification-banner-important-color-icon: #
|
|
498
|
-
$goa-notification-banner-important-color-text: #
|
|
499
|
-
$goa-notification-banner-information-color-bg: #
|
|
678
|
+
$goa-notification-banner-important-color-icon: #000000;
|
|
679
|
+
$goa-notification-banner-important-color-text: #000000;
|
|
680
|
+
$goa-notification-banner-information-color-bg: #0077ad;
|
|
500
681
|
$goa-notification-banner-information-color-icon: #ffffff;
|
|
501
682
|
$goa-notification-banner-information-color-text: #ffffff;
|
|
502
683
|
$goa-notification-banner-padding-lr-large-screen: 4rem;
|
|
@@ -504,244 +685,390 @@ $goa-notification-banner-padding-lr-medium-screen: 1.5rem;
|
|
|
504
685
|
$goa-notification-banner-padding-lr-small-screen: 1rem;
|
|
505
686
|
$goa-notification-banner-padding-tb: 1.5rem;
|
|
506
687
|
$goa-notification-banner-size-icon: 1.5rem;
|
|
507
|
-
$goa-notification-banner-text-size: 400 1.125rem/1.
|
|
508
|
-
$goa-notification-banner-custom-color-bg: #
|
|
688
|
+
$goa-notification-banner-text-size: 400 1.125rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
689
|
+
$goa-notification-banner-custom-color-bg: #0077ad;
|
|
509
690
|
$goa-notification-banner-custom-color-icon: #ffffff;
|
|
510
691
|
$goa-notification-banner-custom-color-text: #ffffff;
|
|
511
|
-
$goa-
|
|
512
|
-
$goa-
|
|
692
|
+
$goa-notification-banner-gap-compact: 0.5rem;
|
|
693
|
+
$goa-notification-banner-padding-tb-compact: 1rem;
|
|
694
|
+
$goa-notification-banner-padding-lr-small-screen-compact: 0.5rem;
|
|
695
|
+
$goa-notification-banner-padding-lr-medium-screen-compact: 1rem;
|
|
696
|
+
$goa-notification-banner-padding-lr-large-screen-compact: 3rem;
|
|
697
|
+
$goa-notification-banner-information-high-color-bg: #0077ad;
|
|
698
|
+
$goa-notification-banner-information-high-color-text: #ffffff;
|
|
699
|
+
$goa-notification-banner-information-high-color-icon: #ffffff;
|
|
700
|
+
$goa-notification-banner-information-low-color-bg: #ebf8ff;
|
|
701
|
+
$goa-notification-banner-information-low-color-text: #0077ad;
|
|
702
|
+
$goa-notification-banner-information-low-color-icon: #0077ad;
|
|
703
|
+
$goa-notification-banner-information-low-color-border: #cbeaf7;
|
|
704
|
+
$goa-notification-banner-important-high-color-bg: #f9ce2d;
|
|
705
|
+
$goa-notification-banner-important-high-color-text: #4d3700;
|
|
706
|
+
$goa-notification-banner-important-high-color-icon: #4d3700;
|
|
707
|
+
$goa-notification-banner-important-low-color-bg: #fef2c8;
|
|
708
|
+
$goa-notification-banner-important-low-color-text: #8d6500;
|
|
709
|
+
$goa-notification-banner-important-low-color-icon: #8d6500;
|
|
710
|
+
$goa-notification-banner-important-low-color-border: #fde3a1;
|
|
711
|
+
$goa-notification-banner-emergency-high-color-bg: #da291c;
|
|
712
|
+
$goa-notification-banner-emergency-high-color-text: #ffffff;
|
|
713
|
+
$goa-notification-banner-emergency-high-color-icon: #ffffff;
|
|
714
|
+
$goa-notification-banner-emergency-low-color-bg: #fdded9;
|
|
715
|
+
$goa-notification-banner-emergency-low-color-text: #a91a10;
|
|
716
|
+
$goa-notification-banner-emergency-low-color-icon: #a91a10;
|
|
717
|
+
$goa-notification-banner-emergency-low-color-border: #eeaea5;
|
|
718
|
+
$goa-notification-banner-information-high-focus-border: 0 0 0 3px #ffffff;
|
|
719
|
+
$goa-notification-banner-information-low-focus-border: 0 0 0 3px #004a8f;
|
|
720
|
+
$goa-notification-banner-important-high-focus-border: 0 0 0 3px #4d3700;
|
|
721
|
+
$goa-notification-banner-important-low-focus-border: 0 0 0 3px #4d3700;
|
|
722
|
+
$goa-notification-banner-emergency-high-focus-border: 0 0 0 3px #ffffff;
|
|
723
|
+
$goa-notification-banner-emergency-low-focus-border: 0 0 0 3px #a91a10;
|
|
724
|
+
$goa-notification-banner-information-high-close-bg-hover: #004a8f;
|
|
725
|
+
$goa-notification-banner-information-low-close-bg-hover: #cbeaf7;
|
|
726
|
+
$goa-notification-banner-important-high-close-bg-hover: #fde3a1;
|
|
727
|
+
$goa-notification-banner-important-low-close-bg-hover: #f9ce2d;
|
|
728
|
+
$goa-notification-banner-emergency-high-close-bg-hover: #a91a10;
|
|
729
|
+
$goa-notification-banner-emergency-low-close-bg-hover: #eeaea5;
|
|
730
|
+
$goa-pagination-gap: 1rem;
|
|
731
|
+
$goa-pagination-text-size: 400 1.125rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
732
|
+
$goa-pagination-text-color: #000000;
|
|
733
|
+
$goa-popover-border-focus: 2px solid #006dcc;
|
|
734
|
+
$goa-popover-border-radius: 0.75rem;
|
|
513
735
|
$goa-popover-color-bg: #ffffff;
|
|
514
|
-
$goa-popover-padding: 0.
|
|
515
|
-
$goa-popover-shadow:
|
|
736
|
+
$goa-popover-padding: 0.5rem;
|
|
737
|
+
$goa-popover-box-shadow: 0px 12px 16px -4px rgba(16,29,40,0.08), 0px 4px 6px -2px rgba(16,29,40,0.03);
|
|
738
|
+
$goa-popover-border: 0.5px solid #e9e9e9;
|
|
516
739
|
$goa-circular-progress-color-background: rgba(255, 255, 255, 0.9);
|
|
517
740
|
$goa-circular-progress-large-margin-top: 2rem;
|
|
518
|
-
$goa-circular-progress-large-text: 400 1.5rem/
|
|
741
|
+
$goa-circular-progress-large-text: 400 1.5rem/2.25rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
519
742
|
$goa-circular-progress-small-margin-top: 1.5rem;
|
|
520
|
-
$goa-circular-progress-small-text: 400 1.125rem/1.
|
|
521
|
-
$goa-push-drawer-border-radius:
|
|
743
|
+
$goa-circular-progress-small-text: 400 1.125rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
744
|
+
$goa-push-drawer-border-radius: 1.5rem;
|
|
522
745
|
$goa-push-drawer-content-padding-horizontal: 1.5rem;
|
|
523
746
|
$goa-push-drawer-content-padding-vertical: 1rem;
|
|
524
747
|
$goa-push-drawer-actions-padding-top: 1rem;
|
|
525
748
|
$goa-push-drawer-actions-padding-bottom: 1.5rem;
|
|
526
|
-
$goa-push-drawer-heading-typography:
|
|
749
|
+
$goa-push-drawer-heading-typography: 600 1.5rem/1.75rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
527
750
|
$goa-push-drawer-transition-time: 0.25s;
|
|
528
751
|
$goa-push-drawer-padding: 1rem;
|
|
529
|
-
$goa-radio-border: 1px solid #
|
|
530
|
-
$goa-radio-border-checked:
|
|
531
|
-
$goa-radio-border-checked-disabled:
|
|
532
|
-
$goa-radio-border-checked-error:
|
|
533
|
-
$goa-radio-border-checked-error-disabled:
|
|
534
|
-
$goa-radio-border-checked-error-hover:
|
|
535
|
-
$goa-radio-border-checked-hover:
|
|
536
|
-
$goa-radio-border-disabled: 1px solid #
|
|
537
|
-
$goa-radio-border-error:
|
|
538
|
-
$goa-radio-border-error-disabled:
|
|
539
|
-
$goa-radio-border-error-hover:
|
|
540
|
-
$goa-radio-border-focus:
|
|
541
|
-
$goa-radio-border-hover:
|
|
752
|
+
$goa-radio-border: 1px solid #808080;
|
|
753
|
+
$goa-radio-border-checked: 1.5px solid #006dcc;
|
|
754
|
+
$goa-radio-border-checked-disabled: 1px solid #b1b1b1;
|
|
755
|
+
$goa-radio-border-checked-error: 1.5px solid #ec040b;
|
|
756
|
+
$goa-radio-border-checked-error-disabled: 1px solid #f58185;
|
|
757
|
+
$goa-radio-border-checked-error-hover: 1.5px solid #ba0000;
|
|
758
|
+
$goa-radio-border-checked-hover: 1.5px solid #045092;
|
|
759
|
+
$goa-radio-border-disabled: 1px solid #b1b1b1;
|
|
760
|
+
$goa-radio-border-error: 1.5px solid #ec040b;
|
|
761
|
+
$goa-radio-border-error-disabled: 1.5px solid #f58185;
|
|
762
|
+
$goa-radio-border-error-hover: 1.5px solid #ba0000;
|
|
763
|
+
$goa-radio-border-focus: 2px solid #006dcc;
|
|
764
|
+
$goa-radio-border-hover: 1.5px solid #000000;
|
|
765
|
+
$goa-radio-border-radius: 50%;
|
|
542
766
|
$goa-radio-color-bg: #ffffff;
|
|
543
|
-
$goa-radio-
|
|
544
|
-
$goa-radio-
|
|
767
|
+
$goa-radio-color-bg-disabled: #e9e9e9;
|
|
768
|
+
$goa-radio-color-bg-error: #fdded9;
|
|
769
|
+
$goa-radio-color-bg-error-hover: #f4c8c5;
|
|
770
|
+
$goa-radio-description: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
771
|
+
$goa-radio-gap-label: 0.75rem;
|
|
772
|
+
$goa-radio-group-gap-horizontal: 2rem;
|
|
773
|
+
$goa-radio-group-gap-horizontal-compact: 1.5rem;
|
|
545
774
|
$goa-radio-group-gap-vertical: 1rem;
|
|
546
|
-
$goa-radio-
|
|
547
|
-
$goa-radio-
|
|
775
|
+
$goa-radio-group-gap-vertical-compact: 0.75rem;
|
|
776
|
+
$goa-radio-inner-color: #006dcc;
|
|
777
|
+
$goa-radio-inner-color-disabled: #b1b1b1;
|
|
778
|
+
$goa-radio-inner-color-error: #ec040b;
|
|
779
|
+
$goa-radio-inner-color-error-hover: #ba0000;
|
|
780
|
+
$goa-radio-inner-color-hover: #045092;
|
|
781
|
+
$goa-radio-inner-size: 16px;
|
|
782
|
+
$goa-radio-label: 500 1.125rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
783
|
+
$goa-radio-label-color-disabled: #bab7b7;
|
|
784
|
+
$goa-radio-label-compact: 500 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
548
785
|
$goa-radio-size: 1.5rem;
|
|
549
|
-
$goa-radio-border-radius: 50%;
|
|
550
786
|
$goa-scrollable-padding-desktop: 2rem;
|
|
551
787
|
$goa-scrollable-padding-mobile: 1.5rem;
|
|
552
|
-
$goa-side-menu-border-right: 1px solid #
|
|
788
|
+
$goa-side-menu-border-right: 1px solid #e9e9e9;
|
|
553
789
|
$goa-side-menu-color-bg: #ffffff;
|
|
554
|
-
$goa-side-menu-color-bg-menu-item-
|
|
555
|
-
$goa-side-menu-
|
|
556
|
-
$goa-side-menu-color
|
|
557
|
-
$goa-side-menu-heading-
|
|
558
|
-
$goa-side-menu-heading-color: #666666;
|
|
559
|
-
$goa-side-menu-heading-color-bg: #f1f1f1;
|
|
790
|
+
$goa-side-menu-color-bg-menu-item-hover: #f2f0f0;
|
|
791
|
+
$goa-side-menu-heading-border: 1px solid #f2f0f0;
|
|
792
|
+
$goa-side-menu-heading-color: #6f6f6f;
|
|
793
|
+
$goa-side-menu-heading-color-bg: #ffffff;
|
|
560
794
|
$goa-side-menu-heading-icon-gap: 0.5rem;
|
|
561
795
|
$goa-side-menu-child-margin: 1rem;
|
|
562
796
|
$goa-side-menu-heading-margin: 0rem 0 0 0;
|
|
563
|
-
$goa-side-menu-heading-padding: 0.
|
|
564
|
-
$goa-side-menu-heading-typography:
|
|
565
|
-
$goa-side-menu-icon-color: #
|
|
566
|
-
$goa-side-menu-
|
|
567
|
-
$goa-side-menu-items-gap: 0rem;
|
|
797
|
+
$goa-side-menu-heading-padding: 0.25rem 0.5rem;
|
|
798
|
+
$goa-side-menu-heading-typography: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
799
|
+
$goa-side-menu-icon-color: #353535;
|
|
800
|
+
$goa-side-menu-items-gap: 0.25rem;
|
|
568
801
|
$goa-side-menu-heading-gap: 0.5rem;
|
|
569
|
-
$goa-side-menu-item-focus-border:
|
|
570
|
-
$goa-side-menu-padding: 1rem
|
|
571
|
-
$goa-side-menu-padding-item: 0.5rem 0.75rem
|
|
572
|
-
$goa-side-menu-padding-child: 0.
|
|
573
|
-
$goa-side-menu-parent-color-bg-
|
|
574
|
-
$goa-side-menu-parent-
|
|
575
|
-
$goa-side-menu-
|
|
576
|
-
$goa-side-menu-sub-group-padding: 0rem 0rem 0rem 0rem;
|
|
577
|
-
$goa-side-menu-sub-item-border-left: 4px solid #f1f1f1;
|
|
578
|
-
$goa-side-menu-sub-item-border-left-hover: 4px solid #dcdcdc;
|
|
579
|
-
$goa-side-menu-sub-item-border-left-current: 4px solid #80b7e1;
|
|
580
|
-
$goa-side-menu-sub-item-color-bg: none;
|
|
581
|
-
$goa-side-menu-sub-item-color-bg-current: #eff8ff;
|
|
582
|
-
$goa-side-menu-sub-item-color-bg-hover: #eff8ff;
|
|
583
|
-
$goa-side-menu-width: 256px;
|
|
584
|
-
$goa-side-menu-group-border-radius: 0;
|
|
802
|
+
$goa-side-menu-item-focus-border: 2px solid #006dcc;
|
|
803
|
+
$goa-side-menu-padding: 1rem 0.5rem 1rem 1rem;
|
|
804
|
+
$goa-side-menu-padding-item: 0.5rem 0.75rem;
|
|
805
|
+
$goa-side-menu-padding-child: 0.25rem 0.5rem;
|
|
806
|
+
$goa-side-menu-parent-color-bg-selected: #f2f0f0;
|
|
807
|
+
$goa-side-menu-parent-padding: 0.5rem 0.75rem;
|
|
808
|
+
$goa-side-menu-group-border-radius: 0.75rem;
|
|
585
809
|
$goa-side-menu-group-color-bg: #ffffff;
|
|
586
810
|
$goa-side-menu-group-padding: 0rem;
|
|
587
|
-
$goa-side-menu-child-border-left:
|
|
588
|
-
$goa-side-menu-child-border-left-hover:
|
|
589
|
-
$goa-side-menu-child-border-left-selected:
|
|
590
|
-
$goa-side-menu-child-color-bg:
|
|
591
|
-
$goa-side-menu-child-color-bg-
|
|
592
|
-
$goa-side-menu-
|
|
593
|
-
$goa-side-menu-
|
|
594
|
-
$goa-side-menu-
|
|
595
|
-
$goa-side-menu-
|
|
596
|
-
$goa-side-menu-child-border-width:
|
|
597
|
-
$goa-
|
|
598
|
-
$goa-
|
|
599
|
-
$goa-
|
|
600
|
-
$goa-
|
|
601
|
-
$goa-
|
|
602
|
-
$goa-
|
|
603
|
-
$goa-
|
|
604
|
-
$goa-
|
|
811
|
+
$goa-side-menu-child-border-left: 3px solid #f2f0f0;
|
|
812
|
+
$goa-side-menu-child-border-left-hover: 3px solid #cdcdcd;
|
|
813
|
+
$goa-side-menu-child-border-left-selected: 3px solid #b1b1b1;
|
|
814
|
+
$goa-side-menu-child-color-bg-hover: #f4fdff;
|
|
815
|
+
$goa-side-menu-child-color-bg-selected: #f4fdff;
|
|
816
|
+
$goa-side-menu-typography-item: 400 16px/22px acumin-variable, helvetica-neue, arial, sans-serif;
|
|
817
|
+
$goa-side-menu-typography-item-current: 600 16px/22px acumin-variable, helvetica-neue, arial, sans-serif;
|
|
818
|
+
$goa-side-menu-color-item: #000000;
|
|
819
|
+
$goa-side-menu-color-item-current: #000000;
|
|
820
|
+
$goa-side-menu-child-border-width: 3px;
|
|
821
|
+
$goa-side-menu-item-focus-outline-offset: -3px;
|
|
822
|
+
$goa-side-menu-group-item-typography: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
823
|
+
$goa-side-menu-group-item-typography-current: 700 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
824
|
+
$goa-side-menu-item-border-radius: 0.625rem;
|
|
825
|
+
$goa-side-menu-group-border-radius-open: 0.75rem;
|
|
826
|
+
$goa-side-menu-group-container-margin-left: 20px;
|
|
827
|
+
$goa-side-menu-group-container-margin-bottom: 6px;
|
|
828
|
+
$goa-side-menu-heading-padding-top: 14px;
|
|
829
|
+
$goa-skeleton-loading-color-bg: #f2f0f0;
|
|
830
|
+
$goa-table-color-heading: #6f6f6f;
|
|
831
|
+
$goa-table-color-heading-hover: #045092;
|
|
832
|
+
$goa-table-color-bg-heading-hover: #f2f0f0;
|
|
833
|
+
$goa-table-typography-heading: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
834
|
+
$goa-table-color-bg-heading: #f8f8f8;
|
|
835
|
+
$goa-table-color-bg-data: #ffffff;
|
|
836
|
+
$goa-table-heading-border: 1.5px solid #e9e9e9;
|
|
837
|
+
$goa-table-data-border: 1px solid #e9e9e9;
|
|
838
|
+
$goa-table-container-border: 1px solid #e9e9e9;
|
|
839
|
+
$goa-table-border-radius-container: 1rem;
|
|
840
|
+
$goa-table-padding-heading: 18px 1rem 1rem 1rem;
|
|
841
|
+
$goa-table-padding-heading-relaxed: 18px 1rem 1rem 1rem;
|
|
842
|
+
$goa-table-padding-data: 0.75rem 1rem 0.75rem 1rem;
|
|
843
|
+
$goa-table-padding-data-relaxed: 18px 1rem 18px 1rem;
|
|
844
|
+
$goa-table-height-heading: 56px;
|
|
845
|
+
$goa-table-height-heading-relaxed: 56px;
|
|
846
|
+
$goa-table-height-data: 48px;
|
|
847
|
+
$goa-table-height-data-relaxed: 64px;
|
|
848
|
+
$goa-table-padding-cell-text: 0.75rem;
|
|
849
|
+
$goa-table-padding-cell-text-relaxed: 20px;
|
|
850
|
+
$goa-table-padding-cell-checkbox: 0.125rem;
|
|
851
|
+
$goa-table-padding-cell-checkbox-relaxed: 10px;
|
|
852
|
+
$goa-table-padding-cell-form-field: 3px;
|
|
853
|
+
$goa-table-padding-cell-form-field-relaxed: 11px;
|
|
854
|
+
$goa-table-padding-cell-badge: 0.75rem;
|
|
855
|
+
$goa-table-padding-cell-badge-relaxed: 20px;
|
|
856
|
+
$goa-table-padding-cell-actions: 7px;
|
|
857
|
+
$goa-table-padding-cell-actions-relaxed: 14px;
|
|
858
|
+
$goa-table-padding-cell-text-supporting-relaxed: 0.5rem;
|
|
859
|
+
$goa-table-sort-header-gap: 0.5rem;
|
|
860
|
+
$goa-tab-border-focus: 3px solid #006dcc;
|
|
861
|
+
$goa-tab-border-hover: 3px solid #cdcdcd;
|
|
862
|
+
$goa-tab-border-not-selected: 3px solid transparent;
|
|
863
|
+
$goa-tab-border-selected: 3px solid #006dcc;
|
|
864
|
+
$goa-tab-indicator-width: 3px;
|
|
865
|
+
$goa-tab-indicator-border-radius-desktop: 0.375rem 0.375rem 0px 0px;
|
|
866
|
+
$goa-tab-indicator-border-radius-small-screen: 0px 0.375rem 0.375rem 0px;
|
|
605
867
|
$goa-tab-color-bg-selected: transparent;
|
|
606
|
-
$goa-tab-color-bg-selected-small-screen: #
|
|
607
|
-
$goa-tab-
|
|
608
|
-
$goa-tab-
|
|
609
|
-
$goa-tab-text-
|
|
610
|
-
$goa-tab-
|
|
611
|
-
$goa-tab-
|
|
612
|
-
$goa-
|
|
613
|
-
$goa-
|
|
868
|
+
$goa-tab-color-bg-selected-small-screen: #ebf8ff;
|
|
869
|
+
$goa-tab-color-bg-hover-small-screen: #f8f8f8;
|
|
870
|
+
$goa-tab-color-text: #000000;
|
|
871
|
+
$goa-tab-color-text-hover: #000000;
|
|
872
|
+
$goa-tab-color-text-selected: #006dcc;
|
|
873
|
+
$goa-tab-color-text-not-selected: #6f6f6f;
|
|
874
|
+
$goa-tab-indicator-color-active: #006dcc;
|
|
875
|
+
$goa-tab-indicator-color-hover: #b1b1b1;
|
|
876
|
+
$goa-tab-padding: 0.5rem 0.25rem 9px 0.25rem;
|
|
877
|
+
$goa-tab-padding-mobile: 0.25rem 0.75rem 0.25rem 15px;
|
|
878
|
+
$goa-tab-typography: 500 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
879
|
+
$goa-tab-typography-selected: 600 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
880
|
+
$goa-tabs-bottom-border: 1px solid #e9e9e9;
|
|
881
|
+
$goa-tabs-gap: 1rem;
|
|
614
882
|
$goa-tabs-gap-small-screen: 0.25rem;
|
|
615
|
-
$goa-
|
|
616
|
-
$goa-
|
|
617
|
-
$goa-
|
|
618
|
-
$goa-
|
|
619
|
-
$goa-
|
|
620
|
-
$goa-
|
|
883
|
+
$goa-tabs-padding-bottom-small-screen: 1rem;
|
|
884
|
+
$goa-temporary-notification-color-bg-basic: #333333;
|
|
885
|
+
$goa-temporary-notification-color-bg-success: #006f4c;
|
|
886
|
+
$goa-temporary-notification-color-bg-failure: #da291c;
|
|
887
|
+
$goa-temporary-notification-color-text: #ffffff;
|
|
888
|
+
$goa-temporary-notification-color-border: #4d4d4d;
|
|
889
|
+
$goa-temporary-notification-border-width: 1px;
|
|
890
|
+
$goa-temporary-notification-border-radius: 0.625rem;
|
|
891
|
+
$goa-temporary-notification-padding: 1rem 1.5rem;
|
|
892
|
+
$goa-temporary-notification-padding-text-top: 0.25rem;
|
|
893
|
+
$goa-temporary-notification-padding-with-progress: 1rem 1.5rem 22px 1.5rem;
|
|
894
|
+
$goa-temporary-notification-row-gap: 0.75rem;
|
|
895
|
+
$goa-temporary-notification-column-gap: 0.75rem;
|
|
896
|
+
$goa-temporary-notification-typography: 400 1.125rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
897
|
+
$goa-temporary-notification-max-width: 640px;
|
|
898
|
+
$goa-temporary-notification-min-width-desktop: 360px;
|
|
899
|
+
$goa-temporary-notification-icon-size: 2rem;
|
|
900
|
+
$goa-temporary-notification-progress-bar-height: 6px;
|
|
901
|
+
$goa-temporary-notification-progress-bar-border-radius: 0.625rem;
|
|
902
|
+
$goa-temporary-notification-progress-bar-color-bg: #9f9f9f;
|
|
903
|
+
$goa-temporary-notification-progress-bar-color-fill: #ffffff;
|
|
904
|
+
$goa-temporary-notification-transition-duration: 0.3s;
|
|
905
|
+
$goa-temporary-notification-animation-distance: 100px;
|
|
906
|
+
$goa-text-area-border: inset 0 0 0 1px #808080;
|
|
907
|
+
$goa-text-area-border-disabled: inset 0 0 0 1px #b1b1b1;
|
|
908
|
+
$goa-text-area-border-error: inset 0 0 0 1.5px #ec040b;
|
|
909
|
+
$goa-text-area-border-focus: inset 0 0 0 2px #006dcc;
|
|
910
|
+
$goa-text-area-border-hover: inset 0 0 0 1.5px #000000;
|
|
911
|
+
$goa-text-area-border-radius: 0.5rem;
|
|
621
912
|
$goa-text-area-color-bg: #ffffff;
|
|
622
|
-
$goa-text-area-color-bg-disabled: #
|
|
623
|
-
$goa-text-area-color-
|
|
624
|
-
$goa-text-area-color-text
|
|
913
|
+
$goa-text-area-color-bg-disabled: #e9e9e9;
|
|
914
|
+
$goa-text-area-color-bg-readonly: #f2f0f0;
|
|
915
|
+
$goa-text-area-color-text: #353535;
|
|
916
|
+
$goa-text-area-color-text-counter: #353535;
|
|
625
917
|
$goa-text-area-color-text-counter-error: #ec040b;
|
|
626
|
-
$goa-text-area-color-text-disabled: #
|
|
627
|
-
$goa-text-area-color-text-placeholder: #
|
|
628
|
-
$goa-text-area-padding:
|
|
629
|
-
$goa-text-area-
|
|
630
|
-
$goa-text-area-typography
|
|
631
|
-
$goa-
|
|
632
|
-
$goa-
|
|
633
|
-
$goa-tooltip-
|
|
918
|
+
$goa-text-area-color-text-disabled: #808080;
|
|
919
|
+
$goa-text-area-color-text-placeholder: #9f9f9f;
|
|
920
|
+
$goa-text-area-padding: 1rem;
|
|
921
|
+
$goa-text-area-padding-compact: 0.75rem;
|
|
922
|
+
$goa-text-area-typography: 400 1.125rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
923
|
+
$goa-text-area-typography-compact: 400 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
924
|
+
$goa-text-area-typography-counter: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
925
|
+
$goa-tooltip-border-focus: 2px solid #006dcc;
|
|
926
|
+
$goa-tooltip-border-radius: 0.75rem;
|
|
927
|
+
$goa-tooltip-color-bg: #6f6f6f;
|
|
634
928
|
$goa-tooltip-color-text: #ffffff;
|
|
635
929
|
$goa-tooltip-gap: 0.25rem;
|
|
636
930
|
$goa-tooltip-max-width: 400px;
|
|
637
|
-
$goa-tooltip-padding:
|
|
638
|
-
$goa-tooltip-text-size: 400 1.125rem/1.
|
|
931
|
+
$goa-tooltip-padding: 1rem;
|
|
932
|
+
$goa-tooltip-text-size: 400 1.125rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
639
933
|
$goa-work-side-menu-width-open: 17.5rem;
|
|
640
934
|
$goa-work-side-menu-width-closed: 4.5rem;
|
|
641
935
|
$goa-work-side-menu-color-bg: transparent;
|
|
642
|
-
$goa-work-side-menu-border-radius: 0.
|
|
643
|
-
$goa-work-side-menu-border: 1px solid #
|
|
936
|
+
$goa-work-side-menu-border-radius: 0.5rem;
|
|
937
|
+
$goa-work-side-menu-border: 1px solid #cdcdcd;
|
|
644
938
|
$goa-work-side-menu-account-shadow: 0px 12px 20px -8px rgba(26, 26, 26, 0.24);
|
|
645
|
-
$goa-work-side-menu-text-color: #
|
|
939
|
+
$goa-work-side-menu-text-color: #6f6f6f;
|
|
646
940
|
$goa-work-side-menu-mobile-bg: #f8f8f8;
|
|
647
|
-
$goa-work-side-menu-group-border:
|
|
941
|
+
$goa-work-side-menu-group-border: 3px solid #f2f0f0;
|
|
648
942
|
$goa-work-side-menu-group-margin: 0.5rem 0 0.375rem 1.125rem;
|
|
649
943
|
$goa-work-side-menu-group-padding: 0 0 0 0.75rem;
|
|
650
944
|
$goa-work-side-menu-group-item-padding: 0.25rem 0.5rem;
|
|
651
945
|
$goa-work-side-menu-group-item-min-height: 1.75rem;
|
|
652
|
-
$goa-work-side-menu-group-item-text-size: 400 0.875rem/1.25rem acumin-
|
|
946
|
+
$goa-work-side-menu-group-item-text-size: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
653
947
|
$goa-work-side-menu-item-badge-background-color: #006f4c;
|
|
654
948
|
$goa-work-side-menu-item-badge-emergency-background-color: #da291c;
|
|
655
949
|
$goa-work-side-menu-item-badge-success-background-color: #006f4c;
|
|
656
950
|
$goa-work-side-menu-item-badge-text-size: 0.875rem;
|
|
657
|
-
$goa-work-side-menu-item-border-radius: 0.
|
|
658
|
-
$goa-work-side-menu-item-color-bg-current: #
|
|
659
|
-
$goa-work-side-menu-item-color-bg-hover: #
|
|
951
|
+
$goa-work-side-menu-item-border-radius: 0.5rem;
|
|
952
|
+
$goa-work-side-menu-item-color-bg-current: #f2f0f0;
|
|
953
|
+
$goa-work-side-menu-item-color-bg-hover: #f2f0f0;
|
|
660
954
|
$goa-work-side-menu-item-icon-display: flex;
|
|
661
955
|
$goa-work-side-menu-item-min-height: 2.5rem;
|
|
662
956
|
$goa-work-side-menu-item-padding: 0.5rem 0.5rem 0.5rem 0.625rem;
|
|
663
|
-
$goa-work-side-menu-item-text-color: #
|
|
664
|
-
$goa-work-side-menu-item-text-color-current: #
|
|
665
|
-
$goa-work-side-menu-item-text-color-hover: #
|
|
666
|
-
$goa-work-side-menu-item-text-size: 400 1rem/1.
|
|
667
|
-
$goa-color-interactive-default: #
|
|
668
|
-
$goa-color-interactive-
|
|
669
|
-
$goa-color-interactive-
|
|
957
|
+
$goa-work-side-menu-item-text-color: #6f6f6f;
|
|
958
|
+
$goa-work-side-menu-item-text-color-current: #000000;
|
|
959
|
+
$goa-work-side-menu-item-text-color-hover: #000000;
|
|
960
|
+
$goa-work-side-menu-item-text-size: 400 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
961
|
+
$goa-color-interactive-default: #006dcc;
|
|
962
|
+
$goa-color-interactive-secondary: #e0f1ff;
|
|
963
|
+
$goa-color-interactive-hover: #045092;
|
|
964
|
+
$goa-color-interactive-secondary-hover: #c5ddf6;
|
|
965
|
+
$goa-color-interactive-disabled: #b1b1b1;
|
|
670
966
|
$goa-color-interactive-error: #ec040b;
|
|
671
967
|
$goa-color-interactive-error-hover: #ba0000;
|
|
672
968
|
$goa-color-interactive-error-disabled: #f58185;
|
|
673
|
-
$goa-color-interactive-focus: #
|
|
969
|
+
$goa-color-interactive-focus: #006dcc;
|
|
674
970
|
$goa-color-interactive-focus-black: #000000;
|
|
675
971
|
$goa-color-interactive-visited: #756693;
|
|
676
972
|
$goa-color-brand-default: #0081a2;
|
|
677
973
|
$goa-color-brand-dark: #005072;
|
|
678
974
|
$goa-color-brand-light: #c8eefa;
|
|
679
|
-
$goa-color-text-default: #
|
|
680
|
-
$goa-color-text-secondary: #
|
|
975
|
+
$goa-color-text-default: #000000;
|
|
976
|
+
$goa-color-text-secondary: #353535;
|
|
681
977
|
$goa-color-text-light: #ffffff;
|
|
682
|
-
$goa-color-text-disabled: #
|
|
683
|
-
$goa-color-info-default: #
|
|
684
|
-
$goa-color-info-light: #
|
|
685
|
-
$goa-color-info-dark: #
|
|
686
|
-
$goa-color-info-background: #
|
|
978
|
+
$goa-color-text-disabled: #4d4d4d;
|
|
979
|
+
$goa-color-info-default: #0077ad;
|
|
980
|
+
$goa-color-info-light: #ebf8ff;
|
|
981
|
+
$goa-color-info-dark: #004a8f;
|
|
982
|
+
$goa-color-info-background: #f4fdff;
|
|
983
|
+
$goa-color-info-border: #cbeaf7;
|
|
984
|
+
$goa-color-info-text: #0077ad;
|
|
985
|
+
$goa-color-info-text-dark: #00527c;
|
|
986
|
+
$goa-color-info-text-inverse: #ebf8ff;
|
|
687
987
|
$goa-color-warning-default: #f9ce2d;
|
|
688
|
-
$goa-color-warning-light: #
|
|
689
|
-
$goa-color-warning-dark: #
|
|
988
|
+
$goa-color-warning-light: #fef2c8;
|
|
989
|
+
$goa-color-warning-dark: #c28900;
|
|
690
990
|
$goa-color-warning-background: #fff6e5;
|
|
991
|
+
$goa-color-warning-border: #fde3a1;
|
|
992
|
+
$goa-color-warning-text: #8d6500;
|
|
993
|
+
$goa-color-warning-text-dark: #4d3700;
|
|
994
|
+
$goa-color-important-default: #f9ce2d;
|
|
995
|
+
$goa-color-important-light: #fef2c8;
|
|
996
|
+
$goa-color-important-dark: #c28900;
|
|
997
|
+
$goa-color-important-background: #fde3a1;
|
|
998
|
+
$goa-color-important-border: #fde3a1;
|
|
999
|
+
$goa-color-important-text: #8d6500;
|
|
1000
|
+
$goa-color-important-text-dark: #4d3700;
|
|
691
1001
|
$goa-color-emergency-default: #da291c;
|
|
692
|
-
$goa-color-emergency-light: #
|
|
1002
|
+
$goa-color-emergency-light: #fdded9;
|
|
693
1003
|
$goa-color-emergency-dark: #a91a10;
|
|
694
1004
|
$goa-color-emergency-background: #fff6f6;
|
|
1005
|
+
$goa-color-emergency-border: #eeaea5;
|
|
1006
|
+
$goa-color-emergency-text: #a91a10;
|
|
1007
|
+
$goa-color-emergency-text-dark: #8e1515;
|
|
1008
|
+
$goa-color-emergency-text-inverse: #fff6f6;
|
|
695
1009
|
$goa-color-success-default: #006f4c;
|
|
696
|
-
$goa-color-success-light: #
|
|
1010
|
+
$goa-color-success-light: #d8f7e6;
|
|
697
1011
|
$goa-color-success-dark: #00563a;
|
|
698
|
-
$goa-color-success-background: #
|
|
1012
|
+
$goa-color-success-background: #f4fff6;
|
|
1013
|
+
$goa-color-success-border: #c4e3d2;
|
|
1014
|
+
$goa-color-success-text: #3a8050;
|
|
1015
|
+
$goa-color-success-text-dark: #355147;
|
|
1016
|
+
$goa-color-success-text-inverse: #edfcf0;
|
|
699
1017
|
$goa-color-critical-default: #171d23;
|
|
700
1018
|
$goa-color-greyscale-50: #f8f8f8;
|
|
701
|
-
$goa-color-greyscale-100: #
|
|
702
|
-
$goa-color-greyscale-150: #
|
|
703
|
-
$goa-color-greyscale-200: #
|
|
704
|
-
$goa-color-greyscale-300: #
|
|
705
|
-
$goa-color-greyscale-400: #
|
|
706
|
-
$goa-color-greyscale-500: #
|
|
707
|
-
$goa-color-greyscale-600: #
|
|
708
|
-
$goa-color-greyscale-700: #
|
|
709
|
-
$goa-color-greyscale-800: #
|
|
710
|
-
$goa-color-greyscale-
|
|
711
|
-
$goa-color-greyscale-black: #333333;
|
|
1019
|
+
$goa-color-greyscale-100: #f2f0f0;
|
|
1020
|
+
$goa-color-greyscale-150: #e9e9e9;
|
|
1021
|
+
$goa-color-greyscale-200: #cdcdcd;
|
|
1022
|
+
$goa-color-greyscale-300: #b1b1b1;
|
|
1023
|
+
$goa-color-greyscale-400: #9f9f9f;
|
|
1024
|
+
$goa-color-greyscale-500: #808080;
|
|
1025
|
+
$goa-color-greyscale-600: #6f6f6f;
|
|
1026
|
+
$goa-color-greyscale-700: #4d4d4d;
|
|
1027
|
+
$goa-color-greyscale-800: #353535;
|
|
1028
|
+
$goa-color-greyscale-black: #000000;
|
|
712
1029
|
$goa-color-greyscale-white: #ffffff;
|
|
713
|
-
$goa-color-extended-
|
|
714
|
-
$goa-color-extended-light
|
|
715
|
-
$goa-color-extended-
|
|
716
|
-
$goa-color-extended-
|
|
717
|
-
$goa-color-extended-
|
|
718
|
-
$goa-color-extended-light
|
|
719
|
-
$goa-color-extended-
|
|
720
|
-
$goa-color-extended-
|
|
721
|
-
$goa-color-extended-
|
|
722
|
-
$goa-color-extended-
|
|
723
|
-
$goa-color-extended-
|
|
724
|
-
$goa-color-extended-
|
|
725
|
-
$goa-color-extended-
|
|
726
|
-
$goa-color-extended-
|
|
727
|
-
$goa-color-extended-
|
|
728
|
-
$goa-color-extended-
|
|
1030
|
+
$goa-color-extended-sky-default: #90ebe7;
|
|
1031
|
+
$goa-color-extended-sky-light: #e2f9f8;
|
|
1032
|
+
$goa-color-extended-sky-border: #bff0ee;
|
|
1033
|
+
$goa-color-extended-sky-text: #093937;
|
|
1034
|
+
$goa-color-extended-pasture-default: #afe274;
|
|
1035
|
+
$goa-color-extended-pasture-light: #f0f59b;
|
|
1036
|
+
$goa-color-extended-pasture-border: #dee563;
|
|
1037
|
+
$goa-color-extended-pasture-text: #174c38;
|
|
1038
|
+
$goa-color-extended-sunset-default: #f7ac71;
|
|
1039
|
+
$goa-color-extended-sunset-light: #fcefd5;
|
|
1040
|
+
$goa-color-extended-sunset-border: #f5ddad;
|
|
1041
|
+
$goa-color-extended-sunset-text: #7a141a;
|
|
1042
|
+
$goa-color-extended-dawn-default: #ff9ac1;
|
|
1043
|
+
$goa-color-extended-dawn-light: #f4cde4;
|
|
1044
|
+
$goa-color-extended-dawn-border: #e9b8d5;
|
|
1045
|
+
$goa-color-extended-dawn-text: #310c46;
|
|
1046
|
+
$goa-color-extended-lilac-default: #d4c2ff;
|
|
1047
|
+
$goa-color-extended-lilac-light: #efe2fb;
|
|
1048
|
+
$goa-color-extended-lilac-border: #e2d2fd;
|
|
1049
|
+
$goa-color-extended-lilac-text: #151d83;
|
|
1050
|
+
$goa-color-extended-prairie-default: #ffda77;
|
|
1051
|
+
$goa-color-extended-prairie-light: #fff2c8;
|
|
1052
|
+
$goa-color-extended-prairie-border: #ecd386;
|
|
1053
|
+
$goa-color-extended-prairie-text: #47372a;
|
|
729
1054
|
$goa-opacity-background-modal: 50%;
|
|
730
1055
|
$goa-opacity-background-loading: 90%;
|
|
731
1056
|
$goa-border-radius-none: 0;
|
|
732
|
-
$goa-border-radius-
|
|
733
|
-
$goa-border-radius-
|
|
734
|
-
$goa-border-radius-
|
|
735
|
-
$goa-border-radius-
|
|
736
|
-
$goa-border-radius-
|
|
737
|
-
$goa-border-radius-
|
|
1057
|
+
$goa-border-radius-xs: 0.25rem;
|
|
1058
|
+
$goa-border-radius-s: 0.375rem;
|
|
1059
|
+
$goa-border-radius-m: 0.5rem;
|
|
1060
|
+
$goa-border-radius-l: 0.625rem;
|
|
1061
|
+
$goa-border-radius-xl: 0.75rem;
|
|
1062
|
+
$goa-border-radius-2xl: 1rem;
|
|
1063
|
+
$goa-border-radius-3xl: 1.5rem;
|
|
1064
|
+
$goa-border-radius-round: 64rem;
|
|
738
1065
|
$goa-border-width-none: 0px;
|
|
739
1066
|
$goa-border-width-2xs: 0.5px;
|
|
740
1067
|
$goa-border-width-xs: 0.7px;
|
|
741
1068
|
$goa-border-width-s: 1px;
|
|
742
|
-
$goa-border-width-m:
|
|
743
|
-
$goa-border-width-l:
|
|
744
|
-
$goa-border-width-xl:
|
|
1069
|
+
$goa-border-width-m: 1.5px;
|
|
1070
|
+
$goa-border-width-l: 2px;
|
|
1071
|
+
$goa-border-width-xl: 3px;
|
|
745
1072
|
$goa-space-none: 0rem;
|
|
746
1073
|
$goa-space-3xs: 0.125rem;
|
|
747
1074
|
$goa-space-2xs: 0.25rem;
|
|
@@ -760,62 +1087,117 @@ $goa-icon-size-3: 1.25rem;
|
|
|
760
1087
|
$goa-icon-size-4: 1.5rem;
|
|
761
1088
|
$goa-icon-size-5: 2rem;
|
|
762
1089
|
$goa-icon-size-6: 2.5rem;
|
|
763
|
-
$goa-icon-size-
|
|
1090
|
+
$goa-icon-size-xs: 1rem;
|
|
1091
|
+
$goa-icon-size-s: 1.125rem;
|
|
764
1092
|
$goa-icon-size-m: 1.25rem;
|
|
765
1093
|
$goa-icon-size-l: 1.5rem;
|
|
766
|
-
$goa-
|
|
1094
|
+
$goa-icon-size-xl: 2rem;
|
|
1095
|
+
$goa-shadow-100: 0px 1px 0px 0px #1a1a1a12;
|
|
767
1096
|
$goa-shadow-150: 0px 1px 0px 0px #1a1a1a40;
|
|
768
1097
|
$goa-shadow-200: 0px 3px 1px -1px #1a1a1a12;
|
|
769
1098
|
$goa-shadow-300: 0px 4px 6px -2px #1a1a1a33;
|
|
770
1099
|
$goa-shadow-400: 0px 8px 16px -4px #1a1a1a38;
|
|
771
|
-
$goa-shadow-500: 0px 12px 20px -8px #
|
|
1100
|
+
$goa-shadow-500: 0px 12px 20px -8px #1a1a1a3d;
|
|
772
1101
|
$goa-shadow-600: 0px 20px 20px -8px #1a1a1a47;
|
|
773
|
-
$goa-shadow-modal:
|
|
1102
|
+
$goa-shadow-modal: 0px 0px 4px 0px rgba(0,0,0,0.1), 0px 8px 40px 0px rgba(0,0,0,0.2);
|
|
1103
|
+
$goa-shadow-raised-light: 0px 12px 16px -4px rgba(16,29,40,0.08), 0px 4px 6px -2px rgba(16,29,40,0.03);
|
|
1104
|
+
$goa-shadow-raised-heavy: 0px 0px 1px 0px rgba(0,0,0,0.2), 0px 16px 32px -20px rgba(0,0,0,0.22);
|
|
1105
|
+
$goa-shadow-shallow-above: 0px -2px 16px 0px rgba(0,0,0,0.1);
|
|
1106
|
+
$goa-shadow-shallow-below: 0px 1px 8px 0px rgba(0,0,0,0.07);
|
|
774
1107
|
$goa-line-height-1: 1.25rem;
|
|
775
|
-
$goa-line-height-2: 1.
|
|
776
|
-
$goa-line-height-3: 1.
|
|
777
|
-
$goa-line-height-4:
|
|
778
|
-
$goa-line-height-5: 2.
|
|
779
|
-
$goa-line-height-6: 2.
|
|
780
|
-
$goa-line-height-7:
|
|
1108
|
+
$goa-line-height-2: 1.375rem;
|
|
1109
|
+
$goa-line-height-3: 1.5rem;
|
|
1110
|
+
$goa-line-height-4: 1.75rem;
|
|
1111
|
+
$goa-line-height-5: 2.25rem;
|
|
1112
|
+
$goa-line-height-6: 2.5rem;
|
|
1113
|
+
$goa-line-height-7: 3rem;
|
|
1114
|
+
$goa-line-height-8: 3.5rem;
|
|
781
1115
|
$goa-line-height-05: 1.125rem;
|
|
782
|
-
$goa-font-family-sans: acumin-
|
|
1116
|
+
$goa-font-family-sans: acumin-variable, helvetica-neue, arial, sans-serif;
|
|
783
1117
|
$goa-font-family-number: roboto-mono, monospace;
|
|
1118
|
+
$goa-font-variation-settings-sans: 'wght' 194.2857, 'wdth' 100, 'slnt' 0;
|
|
784
1119
|
$goa-font-size-1: 0.75rem;
|
|
785
1120
|
$goa-font-size-2: 0.875rem;
|
|
786
1121
|
$goa-font-size-3: 1rem;
|
|
787
1122
|
$goa-font-size-4: 1.125rem;
|
|
788
1123
|
$goa-font-size-5: 1.25rem;
|
|
789
|
-
$goa-font-size-6: 1.
|
|
790
|
-
$goa-font-size-7: 1.
|
|
1124
|
+
$goa-font-size-6: 1.5rem;
|
|
1125
|
+
$goa-font-size-7: 1.75rem;
|
|
791
1126
|
$goa-font-size-8: 2rem;
|
|
792
|
-
$goa-font-size-9: 2.
|
|
1127
|
+
$goa-font-size-9: 2.5rem;
|
|
793
1128
|
$goa-font-size-10: 3rem;
|
|
1129
|
+
$goa-font-size-05: 1.125rem;
|
|
794
1130
|
$goa-font-weight-regular: 400;
|
|
795
1131
|
$goa-font-weight-medium: 500;
|
|
1132
|
+
$goa-font-weight-semi-bold: 600;
|
|
796
1133
|
$goa-font-weight-bold: 700;
|
|
797
|
-
$goa-
|
|
798
|
-
$goa-
|
|
799
|
-
$goa-
|
|
800
|
-
$goa-
|
|
801
|
-
$goa-
|
|
802
|
-
$goa-
|
|
803
|
-
$goa-
|
|
804
|
-
$goa-
|
|
805
|
-
$goa-
|
|
806
|
-
$goa-
|
|
807
|
-
$goa-
|
|
808
|
-
$goa-
|
|
809
|
-
$goa-
|
|
810
|
-
$goa-
|
|
811
|
-
$goa-
|
|
812
|
-
$goa-
|
|
813
|
-
$goa-typography-
|
|
814
|
-
$goa-typography-
|
|
815
|
-
$goa-typography-
|
|
816
|
-
$goa-typography-
|
|
817
|
-
$goa-typography-
|
|
818
|
-
$goa-typography-
|
|
819
|
-
$goa-typography-
|
|
820
|
-
$goa-typography-
|
|
1134
|
+
$goa-letter-spacing-3xs: -0.5;
|
|
1135
|
+
$goa-letter-spacing-2xs: -0.5;
|
|
1136
|
+
$goa-letter-spacing-xs: -0.75;
|
|
1137
|
+
$goa-letter-spacing-s: -0.75;
|
|
1138
|
+
$goa-letter-spacing-m: -1;
|
|
1139
|
+
$goa-letter-spacing-l: -1.25;
|
|
1140
|
+
$goa-letter-spacing-xl: -1.5;
|
|
1141
|
+
$goa-letter-spacing-2xl: -1.5;
|
|
1142
|
+
$goa-letter-spacing-mobile-3xs: -0.5;
|
|
1143
|
+
$goa-letter-spacing-mobile-2xs: -0.5;
|
|
1144
|
+
$goa-letter-spacing-mobile-xs: -0.75;
|
|
1145
|
+
$goa-letter-spacing-mobile-s: -0.75;
|
|
1146
|
+
$goa-letter-spacing-mobile-m: -1;
|
|
1147
|
+
$goa-letter-spacing-mobile-l: -1.25;
|
|
1148
|
+
$goa-letter-spacing-mobile-xl: -1.5;
|
|
1149
|
+
$goa-letter-spacing-mobile-2xl: -1.5;
|
|
1150
|
+
$goa-typography-heading-2xs: 600 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
1151
|
+
$goa-typography-heading-xs: 600 1.25rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
1152
|
+
$goa-typography-heading-s: 600 1.5rem/1.75rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
1153
|
+
$goa-typography-heading-m: 700 1.75rem/2.25rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
1154
|
+
$goa-typography-heading-l: 700 2rem/2.5rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
1155
|
+
$goa-typography-heading-xl: 700 2.5rem/3rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
1156
|
+
$goa-typography-heading-2xl: 700 3rem/3.5rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
1157
|
+
$goa-typography-body-xs: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
1158
|
+
$goa-typography-body-s: 400 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
1159
|
+
$goa-typography-body-m: 400 1.125rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
1160
|
+
$goa-typography-body-l: 400 1.5rem/2.25rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
1161
|
+
$goa-typography-number-s: 500 1rem/1.375rem roboto-mono, monospace;
|
|
1162
|
+
$goa-typography-number-m: 500 1.125rem/1.5rem roboto-mono, monospace;
|
|
1163
|
+
$goa-typography-number-l: 500 1.75rem/1.75rem roboto-mono, monospace;
|
|
1164
|
+
$goa-typography-mobile-heading-2xs: 600 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
1165
|
+
$goa-typography-mobile-heading-xs: 600 1.25rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
1166
|
+
$goa-typography-mobile-heading-s: 600 1.5rem/1.75rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
1167
|
+
$goa-typography-mobile-heading-m: 700 1.75rem/2.25rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
1168
|
+
$goa-typography-mobile-heading-l: 700 2rem/2.5rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
1169
|
+
$goa-typography-mobile-heading-xl: 700 2rem/2.5rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
1170
|
+
$goa-typography-mobile-heading-2xl: 700 2.5rem/3rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
1171
|
+
$goa-typography-mobile-body-xs: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
1172
|
+
$goa-typography-mobile-body-s: 400 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
1173
|
+
$goa-typography-mobile-body-m: 400 1.125rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
1174
|
+
$goa-typography-mobile-body-l: 400 1.75rem/2.25rem acumin-variable, helvetica-neue, arial, sans-serif;
|
|
1175
|
+
$goa-typography-mobile-number-s: 500 1rem/1.375rem roboto-mono, monospace;
|
|
1176
|
+
$goa-typography-mobile-number-m: 500 1.125rem/1.5rem roboto-mono, monospace;
|
|
1177
|
+
$goa-typography-mobile-number-l: 500 1.5rem/1.75rem roboto-mono, monospace;
|
|
1178
|
+
$goa-input-color-text-default: #000000;
|
|
1179
|
+
$goa-input-color-text-secondary: #353535;
|
|
1180
|
+
$goa-input-color-text-helper: #353535;
|
|
1181
|
+
$goa-input-color-text-error: #a91a10;
|
|
1182
|
+
$goa-input-color-text-disabled: #808080;
|
|
1183
|
+
$goa-input-color-text-placeholder: #9f9f9f;
|
|
1184
|
+
$goa-input-color-border-default: #808080;
|
|
1185
|
+
$goa-input-color-border-default-light: #cdcdcd;
|
|
1186
|
+
$goa-input-color-border-hover: #000000;
|
|
1187
|
+
$goa-input-color-border-focus: #006dcc;
|
|
1188
|
+
$goa-input-color-border-disabled: #b1b1b1;
|
|
1189
|
+
$goa-input-color-border-error: #ec040b;
|
|
1190
|
+
$goa-input-color-border-error-hover: #ba0000;
|
|
1191
|
+
$goa-input-color-border-readonly: #e1dedd;
|
|
1192
|
+
$goa-input-color-background-default: #ffffff;
|
|
1193
|
+
$goa-input-color-background-disabled: #e9e9e9;
|
|
1194
|
+
$goa-input-color-background-error: #fdded9;
|
|
1195
|
+
$goa-input-color-background-error-hover: #f4c8c5;
|
|
1196
|
+
$goa-input-color-background-readonly: #f2f0f0;
|
|
1197
|
+
$goa-input-color-background-readonly-content: #e9e9e9;
|
|
1198
|
+
$goa-input-border-width-default: 1px;
|
|
1199
|
+
$goa-input-border-width-hover: 1.5px;
|
|
1200
|
+
$goa-input-border-width-focus: 2px;
|
|
1201
|
+
$goa-input-border-radius-checkbox: 0.25rem;
|
|
1202
|
+
$goa-input-border-radius-input: 0.5rem;
|
|
821
1203
|
$goa-border-none: 0px solid rgba(0,0,0,0);
|