@department-of-veterans-affairs/css-library 0.13.0 → 0.13.1-rc2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/stylesheets/_mixins.scss +2 -3
- package/dist/stylesheets/base/fonts.css +1 -1589
- package/dist/stylesheets/base/headings.css +1 -1523
- package/dist/stylesheets/base/utils.css +1 -137
- package/dist/stylesheets/base/va.css +1 -1843
- package/dist/stylesheets/core.css +1 -6033
- package/dist/stylesheets/formation-overrides/core/base.css +1 -64
- package/dist/stylesheets/formation-overrides/core/fonts.css +1 -46
- package/dist/stylesheets/formation-overrides/elements/buttons.css +1 -562
- package/dist/stylesheets/formation-overrides/elements/inputs.css +1 -384
- package/dist/stylesheets/formation-overrides/elements/labels.css +1 -28
- package/dist/stylesheets/formation-overrides/elements/lists.css +1 -57
- package/dist/stylesheets/formation-overrides/elements/table.css +1 -78
- package/dist/stylesheets/formation-overrides/elements/typography.css +1 -312
- package/dist/stylesheets/mobile-typography.css +1 -13
- package/dist/stylesheets/modules/m-action-link.css +1 -1447
- package/dist/stylesheets/modules/m-additional-info.css +1 -39
- package/dist/stylesheets/modules/m-alert.css +1 -248
- package/dist/stylesheets/modules/m-breadcrumbs.css +1 -96
- package/dist/stylesheets/modules/m-button.css +1 -153
- package/dist/stylesheets/modules/m-dropdown.css +1 -47
- package/dist/stylesheets/modules/m-emergency-banner.css +1 -33
- package/dist/stylesheets/modules/m-external-link.css +1 -14
- package/dist/stylesheets/modules/m-form-elements.css +1 -231
- package/dist/stylesheets/modules/m-form-process.css +1 -219
- package/dist/stylesheets/modules/m-homepage-hero.css +1 -76
- package/dist/stylesheets/modules/m-hub-page-link-list.css +1 -40
- package/dist/stylesheets/modules/m-loading-indicator.css +1 -41
- package/dist/stylesheets/modules/m-maintenance-banner.css +1 -33
- package/dist/stylesheets/modules/m-megamenu.css +1 -370
- package/dist/stylesheets/modules/m-modal.css +1 -117
- package/dist/stylesheets/modules/m-nav-linklist.css +1 -49
- package/dist/stylesheets/modules/m-nav-sidebar.css +1 -349
- package/dist/stylesheets/modules/m-omb-info.css +0 -5
- package/dist/stylesheets/modules/m-overlay.css +1 -72
- package/dist/stylesheets/modules/m-print.css +1 -27
- package/dist/stylesheets/modules/m-process-list.css +1 -162
- package/dist/stylesheets/modules/va-pagination.css +1 -90
- package/dist/stylesheets/modules/va-tabs.css +1 -53
- package/dist/stylesheets/shame.css +1 -266
- package/dist/stylesheets/uswds-typography.css +1 -4201
- package/dist/stylesheets/utilities.css +1 -15539
- package/dist/tokens/css/variables.css +10 -3
- package/dist/tokens/json/variables.json +157 -4
- package/dist/tokens/scss/variables.scss +10 -3
- package/package.json +3 -3
|
@@ -1,39 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Variables ported over from Formation so that we can keep those stylesheets
|
|
3
|
-
working while we work on deprecation.
|
|
4
|
-
**/
|
|
5
|
-
.additional-info-content {
|
|
6
|
-
margin-top: 1em;
|
|
7
|
-
margin-bottom: 1em;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.additional-info-button {
|
|
11
|
-
text-decoration: none;
|
|
12
|
-
}
|
|
13
|
-
.additional-info-button:hover {
|
|
14
|
-
text-decoration: none;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.additional-info-title {
|
|
18
|
-
border-bottom-right-radius: 1px;
|
|
19
|
-
border-bottom: 2px #005ea2 dotted;
|
|
20
|
-
color: #323a45;
|
|
21
|
-
}
|
|
22
|
-
.additional-info-title:hover {
|
|
23
|
-
color: #000000;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.fa-angle-down {
|
|
27
|
-
color: #aeb0b5;
|
|
28
|
-
font-size: 16px !important;
|
|
29
|
-
margin: 0.3125rem;
|
|
30
|
-
transform: rotate(0deg);
|
|
31
|
-
transition: transform 0.15s linear;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.fa-angle-down.open {
|
|
35
|
-
transform: rotate(180deg);
|
|
36
|
-
transition: transform 0.15s linear;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
/*# sourceMappingURL=m-additional-info.css.map */
|
|
1
|
+
.additional-info-content{margin-top:1em;margin-bottom:1em}.additional-info-button{text-decoration:none}.additional-info-button:hover{text-decoration:none}.additional-info-title{border-bottom-right-radius:1px;border-bottom:2px #005ea2 dotted;color:#323a45}.additional-info-title:hover{color:#000}.fa-angle-down{color:#aeb0b5;font-size:16px !important;margin:.3125rem;transform:rotate(0deg);transition:transform .15s linear}.fa-angle-down.open{transform:rotate(180deg);transition:transform .15s linear}/*# sourceMappingURL=m-additional-info.css.map */
|
|
@@ -1,248 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Variables ported over from Formation so that we can keep those stylesheets
|
|
3
|
-
working while we work on deprecation.
|
|
4
|
-
**/
|
|
5
|
-
/**
|
|
6
|
-
Variables ported over from Formation so that we can keep those stylesheets
|
|
7
|
-
working while we work on deprecation.
|
|
8
|
-
**/
|
|
9
|
-
/**
|
|
10
|
-
/uswds/dist/scss/lib/addons/_margin.scss
|
|
11
|
-
**/
|
|
12
|
-
/**
|
|
13
|
-
uswds/src/stylesheets/lib/helpers/_directional-values.scss
|
|
14
|
-
**/
|
|
15
|
-
.usa-alert {
|
|
16
|
-
background: none;
|
|
17
|
-
background-color: #f1f1f1;
|
|
18
|
-
border-left-style: solid;
|
|
19
|
-
border-left-width: 10px;
|
|
20
|
-
display: table;
|
|
21
|
-
padding: units(4) units(8) units(4) units(3);
|
|
22
|
-
width: 100%;
|
|
23
|
-
}
|
|
24
|
-
.usa-alert::before {
|
|
25
|
-
background-image: url("../../img/alerts/info.svg");
|
|
26
|
-
background-size: 35px 35px;
|
|
27
|
-
background-repeat: no-repeat;
|
|
28
|
-
background-position: center;
|
|
29
|
-
border-radius: 50%;
|
|
30
|
-
content: "";
|
|
31
|
-
height: 31px;
|
|
32
|
-
width: 31px;
|
|
33
|
-
top: 2px;
|
|
34
|
-
left: 0;
|
|
35
|
-
font-family: unset;
|
|
36
|
-
font-weight: unset;
|
|
37
|
-
font-size: unset;
|
|
38
|
-
}
|
|
39
|
-
.usa-alert .usa-alert-body {
|
|
40
|
-
display: table-cell;
|
|
41
|
-
padding-left: 0;
|
|
42
|
-
padding-right: 0;
|
|
43
|
-
width: 100%;
|
|
44
|
-
vertical-align: middle;
|
|
45
|
-
}
|
|
46
|
-
.usa-alert-heading {
|
|
47
|
-
font-size: 1.25rem;
|
|
48
|
-
margin-top: 0;
|
|
49
|
-
padding-top: 0;
|
|
50
|
-
}
|
|
51
|
-
.usa-alert-text {
|
|
52
|
-
margin-top: units(2.5);
|
|
53
|
-
}
|
|
54
|
-
.usa-alert-text:only-child {
|
|
55
|
-
margin: 0;
|
|
56
|
-
padding: 0;
|
|
57
|
-
}
|
|
58
|
-
.usa-alert-text p:first-child {
|
|
59
|
-
margin-top: 0;
|
|
60
|
-
}
|
|
61
|
-
.usa-alert-text p:last-child {
|
|
62
|
-
margin-bottom: 0;
|
|
63
|
-
}
|
|
64
|
-
.usa-alert-text .usa-alert-heading + p:only-of-type {
|
|
65
|
-
margin-top: units(2.5);
|
|
66
|
-
}
|
|
67
|
-
.usa-alert-text ul {
|
|
68
|
-
padding-left: units(2.5);
|
|
69
|
-
}
|
|
70
|
-
.usa-alert-info {
|
|
71
|
-
border-left-color: #00a6d2;
|
|
72
|
-
}
|
|
73
|
-
.usa-alert-info::before {
|
|
74
|
-
background-image: url("../../img/alerts/info.svg");
|
|
75
|
-
}
|
|
76
|
-
.usa-alert-info.background-color-only {
|
|
77
|
-
background-color: #e1f3f8;
|
|
78
|
-
}
|
|
79
|
-
.usa-alert-error {
|
|
80
|
-
border-left-color: #cd2026;
|
|
81
|
-
}
|
|
82
|
-
.usa-alert-error::before {
|
|
83
|
-
background-image: url("../../img/alerts/error.svg");
|
|
84
|
-
}
|
|
85
|
-
.usa-alert-error.background-color-only {
|
|
86
|
-
background-color: #f9dede;
|
|
87
|
-
}
|
|
88
|
-
.usa-alert-success {
|
|
89
|
-
border-left-color: #008817;
|
|
90
|
-
}
|
|
91
|
-
.usa-alert-success::before {
|
|
92
|
-
background-image: url("../../img/alerts/success.svg");
|
|
93
|
-
}
|
|
94
|
-
.usa-alert-success.background-color-only {
|
|
95
|
-
background-color: #e7f4e4;
|
|
96
|
-
}
|
|
97
|
-
.usa-alert-warning {
|
|
98
|
-
border-left-color: #fdb81e;
|
|
99
|
-
}
|
|
100
|
-
.usa-alert-warning::before {
|
|
101
|
-
background-image: url("../../img/alerts/warning.svg");
|
|
102
|
-
}
|
|
103
|
-
.usa-alert-warning.background-color-only {
|
|
104
|
-
background-color: #fff1d2;
|
|
105
|
-
}
|
|
106
|
-
.usa-alert-continue {
|
|
107
|
-
border-left-color: #008817;
|
|
108
|
-
}
|
|
109
|
-
.usa-alert.background-color-only {
|
|
110
|
-
border-left: none;
|
|
111
|
-
padding: 1.25rem;
|
|
112
|
-
}
|
|
113
|
-
.usa-alert.background-color-only::before {
|
|
114
|
-
content: none;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.va-alert-close {
|
|
118
|
-
background-color: transparent;
|
|
119
|
-
color: #005ea2;
|
|
120
|
-
font-size: 1.40625rem;
|
|
121
|
-
padding: 0;
|
|
122
|
-
position: absolute;
|
|
123
|
-
margin: units(2);
|
|
124
|
-
right: 0;
|
|
125
|
-
top: 0;
|
|
126
|
-
width: auto;
|
|
127
|
-
z-index: 9;
|
|
128
|
-
}
|
|
129
|
-
.va-alert-close:hover {
|
|
130
|
-
background-color: transparent;
|
|
131
|
-
color: #1a4480;
|
|
132
|
-
}
|
|
133
|
-
.va-alert-close:active {
|
|
134
|
-
background-color: transparent;
|
|
135
|
-
color: #112e51;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
p.usa-alert-heading {
|
|
139
|
-
margin-top: 0;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
.claims-list-alert {
|
|
143
|
-
margin-bottom: 1em;
|
|
144
|
-
margin-top: 0;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
.va-alert-close-icon {
|
|
148
|
-
font-size: 1.1em !important;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
.claims-alert-status {
|
|
152
|
-
margin-top: 0;
|
|
153
|
-
margin-bottom: 2em;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
.claims-alert-header {
|
|
157
|
-
padding-bottom: 0 !important;
|
|
158
|
-
margin-top: 0;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
.alerts-list {
|
|
162
|
-
list-style: none;
|
|
163
|
-
}
|
|
164
|
-
.alerts-list li {
|
|
165
|
-
margin-left: -0.4em;
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
.claims-alert-checkbox > label {
|
|
169
|
-
margin-top: 0;
|
|
170
|
-
margin-bottom: 0;
|
|
171
|
-
max-width: 100%;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.need-files-alert {
|
|
175
|
-
padding-bottom: 4em;
|
|
176
|
-
}
|
|
177
|
-
@media screen and (min-width: 768px), print and (min-width: 768px) {
|
|
178
|
-
.need-files-alert {
|
|
179
|
-
padding-bottom: 1em;
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
.alert-with-details {
|
|
184
|
-
display: flex;
|
|
185
|
-
justify-content: space-between;
|
|
186
|
-
flex-direction: column;
|
|
187
|
-
}
|
|
188
|
-
@media screen and (min-width: 768px), print and (min-width: 768px) {
|
|
189
|
-
.alert-with-details {
|
|
190
|
-
flex-direction: row;
|
|
191
|
-
}
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
.usa-alert-full-width {
|
|
195
|
-
background-color: #f1f1f1;
|
|
196
|
-
}
|
|
197
|
-
.usa-alert-full-width.dismissable-option-header {
|
|
198
|
-
display: none;
|
|
199
|
-
}
|
|
200
|
-
.usa-alert-full-width.dismissable-option-header.show-alert {
|
|
201
|
-
display: block;
|
|
202
|
-
}
|
|
203
|
-
.usa-alert-full-width.dismissable-option-header.dismissed {
|
|
204
|
-
display: none;
|
|
205
|
-
}
|
|
206
|
-
.usa-alert-full-width .usa-alert-dismiss {
|
|
207
|
-
position: absolute;
|
|
208
|
-
right: 0;
|
|
209
|
-
top: 5px;
|
|
210
|
-
cursor: pointer;
|
|
211
|
-
}
|
|
212
|
-
.usa-alert-full-width > .usa-alert {
|
|
213
|
-
border-left: none;
|
|
214
|
-
max-width: 1000px;
|
|
215
|
-
margin: 0 auto;
|
|
216
|
-
}
|
|
217
|
-
.usa-alert-full-width > .usa-alert .paragraph--type--expandable-text .field--name-field-text-expander .field__label {
|
|
218
|
-
display: none;
|
|
219
|
-
}
|
|
220
|
-
.usa-alert-full-width > .usa-alert .paragraph--type--expandable-text .field--name-field-text-expander .field__item {
|
|
221
|
-
font-size: 1.25rem;
|
|
222
|
-
margin-top: 0;
|
|
223
|
-
padding-top: 0;
|
|
224
|
-
font-weight: 700;
|
|
225
|
-
text-decoration: underline;
|
|
226
|
-
color: #1a4480;
|
|
227
|
-
cursor: pointer;
|
|
228
|
-
}
|
|
229
|
-
.usa-alert-full-width > .usa-alert .paragraph--type--expandable-text .field--type-text-long {
|
|
230
|
-
display: none;
|
|
231
|
-
}
|
|
232
|
-
.usa-alert-full-width > .usa-alert .paragraph--type--expandable-text .field--type-text-long .field__label {
|
|
233
|
-
display: none;
|
|
234
|
-
}
|
|
235
|
-
.usa-alert-full-width > .usa-alert .paragraph--type--expandable-text .field--type-text-long.expander-content-open {
|
|
236
|
-
display: block;
|
|
237
|
-
}
|
|
238
|
-
.usa-alert-full-width-warning {
|
|
239
|
-
border-top: 0.625rem solid #fdb81e;
|
|
240
|
-
}
|
|
241
|
-
.usa-alert-full-width-info, .usa-alert-full-width-information {
|
|
242
|
-
border-top: 0.625rem solid #00a6d2;
|
|
243
|
-
}
|
|
244
|
-
.usa-alert-full-width-info .usa-alert:before, .usa-alert-full-width-information .usa-alert:before {
|
|
245
|
-
background: none;
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
/*# sourceMappingURL=m-alert.css.map */
|
|
1
|
+
.usa-alert{background:none;background-color:#f1f1f1;border-left-style:solid;border-left-width:10px;display:table;padding:units(4) units(8) units(4) units(3);width:100%}.usa-alert::before{background-image:url("/img/info.svg");background-size:35px 35px;background-repeat:no-repeat;background-position:center;background-color:unset;border-radius:50%;content:"";height:31px;width:31px;top:2px;left:0;font-family:unset;font-weight:unset;font-size:unset;margin-right:1rem;position:static;display:block}.usa-alert .usa-alert-body{display:table-cell;padding-left:0;padding-right:0;width:100%;vertical-align:middle}.usa-alert-heading{font-size:1.25rem;margin-top:0;padding-top:0}.usa-alert-text{margin-top:units(2.5)}.usa-alert-text:only-child{margin:0;padding:0}.usa-alert-text p:first-child{margin-top:0}.usa-alert-text p:last-child{margin-bottom:0}.usa-alert-text .usa-alert-heading+p:only-of-type{margin-top:units(2.5)}.usa-alert-text ul{padding-left:units(2.5)}.usa-alert-info{border-left-color:#00a6d2}.usa-alert-info::before{background-image:url("/img/info.svg")}.usa-alert-info.background-color-only{background-color:#e1f3f8}.usa-alert-error{border-left-color:#cd2026}.usa-alert-error::before{background-image:url("/img/error.svg")}.usa-alert-error.background-color-only{background-color:#f9dede}.usa-alert-success{border-left-color:#008817}.usa-alert-success::before{background-image:url("/img/success.svg")}.usa-alert-success.background-color-only{background-color:#e7f4e4}.usa-alert-warning{border-left-color:#fdb81e}.usa-alert-warning::before{background-image:url("/img/warning.svg")}.usa-alert-warning.background-color-only{background-color:#fff1d2}.usa-alert-continue{border-left-color:#008817}.usa-alert.background-color-only{border-left:none;padding:1.25rem}.usa-alert.background-color-only::before{content:none}.va-alert-close{background-color:rgba(0,0,0,0);color:#005ea2;font-size:1.40625rem;padding:0;position:absolute;margin:units(2);right:0;top:0;width:auto;z-index:9}.va-alert-close:hover{background-color:rgba(0,0,0,0);color:#1a4480}.va-alert-close:active{background-color:rgba(0,0,0,0);color:#112e51}p.usa-alert-heading{margin-top:0}.claims-list-alert{margin-bottom:1em;margin-top:0}.va-alert-close-icon{font-size:1.1em !important}.claims-alert-status{margin-top:0;margin-bottom:2em}.claims-alert-header{padding-bottom:0 !important;margin-top:0}.alerts-list{list-style:none}.alerts-list li{margin-left:-0.4em}.claims-alert-checkbox>label{margin-top:0;margin-bottom:0;max-width:100%}.need-files-alert{padding-bottom:4em}@media screen and (min-width: 768px),print and (min-width: 768px){.need-files-alert{padding-bottom:1em}}.alert-with-details{display:flex;justify-content:space-between;flex-direction:column}@media screen and (min-width: 768px),print and (min-width: 768px){.alert-with-details{flex-direction:row}}.usa-alert-full-width{background-color:#f1f1f1}.usa-alert-full-width.dismissable-option-header{display:none}.usa-alert-full-width.dismissable-option-header.show-alert{display:block}.usa-alert-full-width.dismissable-option-header.dismissed{display:none}.usa-alert-full-width .usa-alert-dismiss{position:absolute;right:0;top:5px;cursor:pointer}.usa-alert-full-width>.usa-alert{border-left:none;max-width:1000px;margin:0 auto}.usa-alert-full-width>.usa-alert .paragraph--type--expandable-text .field--name-field-text-expander .field__label{display:none}.usa-alert-full-width>.usa-alert .paragraph--type--expandable-text .field--name-field-text-expander .field__item{font-size:1.25rem;margin-top:0;padding-top:0;font-weight:700;text-decoration:underline;color:#1a4480;cursor:pointer}.usa-alert-full-width>.usa-alert .paragraph--type--expandable-text .field--type-text-long{display:none}.usa-alert-full-width>.usa-alert .paragraph--type--expandable-text .field--type-text-long .field__label{display:none}.usa-alert-full-width>.usa-alert .paragraph--type--expandable-text .field--type-text-long.expander-content-open{display:block}.usa-alert-full-width-warning{border-top:.625rem solid #fdb81e}.usa-alert-full-width-info,.usa-alert-full-width-information{border-top:.625rem solid #00a6d2}.usa-alert-full-width-info .usa-alert:before,.usa-alert-full-width-information .usa-alert:before{background:none}/*# sourceMappingURL=m-alert.css.map */
|
|
@@ -1,96 +1 @@
|
|
|
1
|
-
@
|
|
2
|
-
/**
|
|
3
|
-
Variables ported over from Formation so that we can keep those stylesheets
|
|
4
|
-
working while we work on deprecation.
|
|
5
|
-
**/
|
|
6
|
-
.va-nav-breadcrumbs {
|
|
7
|
-
background: #ffffff;
|
|
8
|
-
color: #005ea2;
|
|
9
|
-
font-size: inherit;
|
|
10
|
-
padding: 1em 0;
|
|
11
|
-
}
|
|
12
|
-
.va-nav-breadcrumbs--gate {
|
|
13
|
-
margin-bottom: -1em;
|
|
14
|
-
}
|
|
15
|
-
.va-nav-breadcrumbs li {
|
|
16
|
-
display: inline-block;
|
|
17
|
-
margin: 0.25em 0;
|
|
18
|
-
padding: 0.25em 0 0.25em 0;
|
|
19
|
-
vertical-align: middle;
|
|
20
|
-
}
|
|
21
|
-
.va-nav-breadcrumbs li:after {
|
|
22
|
-
content: " › ";
|
|
23
|
-
display: inline-block;
|
|
24
|
-
padding: 0 0.35em;
|
|
25
|
-
}
|
|
26
|
-
.va-nav-breadcrumbs li:last-child:after {
|
|
27
|
-
content: "";
|
|
28
|
-
}
|
|
29
|
-
.va-nav-breadcrumbs li.active {
|
|
30
|
-
font-weight: bold;
|
|
31
|
-
padding: 0.3em 0;
|
|
32
|
-
}
|
|
33
|
-
.va-nav-breadcrumbs li.active:after {
|
|
34
|
-
content: "";
|
|
35
|
-
}
|
|
36
|
-
.va-nav-breadcrumbs a {
|
|
37
|
-
color: #005ea2;
|
|
38
|
-
display: inline-block;
|
|
39
|
-
padding: 2px;
|
|
40
|
-
}
|
|
41
|
-
.va-nav-breadcrumbs a:hover {
|
|
42
|
-
background: rgba(0, 0, 0, 0.05);
|
|
43
|
-
}
|
|
44
|
-
.va-nav-breadcrumbs a[aria-current=page] {
|
|
45
|
-
color: #323a45 !important;
|
|
46
|
-
cursor: default;
|
|
47
|
-
font-weight: bold;
|
|
48
|
-
pointer-events: none;
|
|
49
|
-
text-decoration: none;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.va-nav-breadcrumbs-list {
|
|
53
|
-
font-size: 16px;
|
|
54
|
-
float: none !important;
|
|
55
|
-
position: relative;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
/* Mobile class declaration for React apps, manual override */
|
|
59
|
-
.va-nav-breadcrumbs--mobile li {
|
|
60
|
-
display: none;
|
|
61
|
-
}
|
|
62
|
-
.va-nav-breadcrumbs--mobile li:nth-last-child(2) {
|
|
63
|
-
display: inline-block;
|
|
64
|
-
}
|
|
65
|
-
.va-nav-breadcrumbs--mobile li:nth-last-child(2)::before {
|
|
66
|
-
content: " ‹";
|
|
67
|
-
display: inline-block;
|
|
68
|
-
padding: 0 0.15em;
|
|
69
|
-
}
|
|
70
|
-
.va-nav-breadcrumbs--mobile li:nth-last-child(2)::after {
|
|
71
|
-
content: "";
|
|
72
|
-
display: none;
|
|
73
|
-
padding: 0;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
/* Activate the mobile breadcrumb at $small-screen breakpoint */
|
|
77
|
-
@media screen and (max-width: 481px) {
|
|
78
|
-
.va-nav-breadcrumbs li {
|
|
79
|
-
display: none;
|
|
80
|
-
}
|
|
81
|
-
.va-nav-breadcrumbs li:nth-last-child(2) {
|
|
82
|
-
display: inline-block;
|
|
83
|
-
}
|
|
84
|
-
.va-nav-breadcrumbs li:nth-last-child(2)::before {
|
|
85
|
-
content: " ‹";
|
|
86
|
-
display: inline-block;
|
|
87
|
-
padding: 0 0.15em;
|
|
88
|
-
}
|
|
89
|
-
.va-nav-breadcrumbs li:nth-last-child(2)::after {
|
|
90
|
-
content: "";
|
|
91
|
-
display: none;
|
|
92
|
-
padding: 0;
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
/*# sourceMappingURL=m-breadcrumbs.css.map */
|
|
1
|
+
.va-nav-breadcrumbs{background:#fff;color:#005ea2;font-size:inherit;padding:1em 0}.va-nav-breadcrumbs--gate{margin-bottom:-1em}.va-nav-breadcrumbs li{display:inline-block;margin:.25em 0;padding:.25em 0 .25em 0;vertical-align:middle}.va-nav-breadcrumbs li:after{content:" › ";display:inline-block;padding:0 .35em}.va-nav-breadcrumbs li:last-child:after{content:""}.va-nav-breadcrumbs li.active{font-weight:bold;padding:.3em 0}.va-nav-breadcrumbs li.active:after{content:""}.va-nav-breadcrumbs a{color:#005ea2;display:inline-block;padding:2px}.va-nav-breadcrumbs a:hover{background:rgba(0,0,0,.05)}.va-nav-breadcrumbs a[aria-current=page]{color:#323a45 !important;cursor:default;font-weight:bold;pointer-events:none;text-decoration:none}.va-nav-breadcrumbs-list{font-size:16px;float:none !important;position:relative}.va-nav-breadcrumbs--mobile li{display:none}.va-nav-breadcrumbs--mobile li:nth-last-child(2){display:inline-block}.va-nav-breadcrumbs--mobile li:nth-last-child(2)::before{content:" ‹";display:inline-block;padding:0 .15em}.va-nav-breadcrumbs--mobile li:nth-last-child(2)::after{content:"";display:none;padding:0}@media screen and (max-width: 481px){.va-nav-breadcrumbs li{display:none}.va-nav-breadcrumbs li:nth-last-child(2){display:inline-block}.va-nav-breadcrumbs li:nth-last-child(2)::before{content:" ‹";display:inline-block;padding:0 .15em}.va-nav-breadcrumbs li:nth-last-child(2)::after{content:"";display:none;padding:0}}/*# sourceMappingURL=m-breadcrumbs.css.map */
|
|
@@ -1,153 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Variables ported over from Formation so that we can keep those stylesheets
|
|
3
|
-
working while we work on deprecation.
|
|
4
|
-
**/
|
|
5
|
-
/**
|
|
6
|
-
Variables ported over from Formation so that we can keep those stylesheets
|
|
7
|
-
working while we work on deprecation.
|
|
8
|
-
**/
|
|
9
|
-
/**
|
|
10
|
-
/uswds/dist/scss/lib/addons/_margin.scss
|
|
11
|
-
**/
|
|
12
|
-
/**
|
|
13
|
-
uswds/src/stylesheets/lib/helpers/_directional-values.scss
|
|
14
|
-
**/
|
|
15
|
-
.usa-button,
|
|
16
|
-
.usa-button-primary,
|
|
17
|
-
.usa-button:visited,
|
|
18
|
-
.usa-button-primary:visited,
|
|
19
|
-
button,
|
|
20
|
-
[type=button],
|
|
21
|
-
[type=submit],
|
|
22
|
-
[type=reset],
|
|
23
|
-
[type=image] {
|
|
24
|
-
-webkit-font-smoothing: inherit;
|
|
25
|
-
-moz-osx-font-smoothing: inherit;
|
|
26
|
-
background-color: #005ea2;
|
|
27
|
-
box-sizing: border-box;
|
|
28
|
-
font-size: 1.06rem;
|
|
29
|
-
}
|
|
30
|
-
.usa-button.usa-button-secondary,
|
|
31
|
-
.usa-button-primary.usa-button-secondary,
|
|
32
|
-
.usa-button:visited.usa-button-secondary,
|
|
33
|
-
.usa-button-primary:visited.usa-button-secondary,
|
|
34
|
-
button.usa-button-secondary,
|
|
35
|
-
[type=button].usa-button-secondary,
|
|
36
|
-
[type=submit].usa-button-secondary,
|
|
37
|
-
[type=reset].usa-button-secondary,
|
|
38
|
-
[type=image].usa-button-secondary {
|
|
39
|
-
background: transparent;
|
|
40
|
-
}
|
|
41
|
-
.usa-button.usa-button-secondary:focus, .usa-button.usa-button-secondary:hover,
|
|
42
|
-
.usa-button-primary.usa-button-secondary:focus,
|
|
43
|
-
.usa-button-primary.usa-button-secondary:hover,
|
|
44
|
-
.usa-button:visited.usa-button-secondary:focus,
|
|
45
|
-
.usa-button:visited.usa-button-secondary:hover,
|
|
46
|
-
.usa-button-primary:visited.usa-button-secondary:focus,
|
|
47
|
-
.usa-button-primary:visited.usa-button-secondary:hover,
|
|
48
|
-
button.usa-button-secondary:focus,
|
|
49
|
-
button.usa-button-secondary:hover,
|
|
50
|
-
[type=button].usa-button-secondary:focus,
|
|
51
|
-
[type=button].usa-button-secondary:hover,
|
|
52
|
-
[type=submit].usa-button-secondary:focus,
|
|
53
|
-
[type=submit].usa-button-secondary:hover,
|
|
54
|
-
[type=reset].usa-button-secondary:focus,
|
|
55
|
-
[type=reset].usa-button-secondary:hover,
|
|
56
|
-
[type=image].usa-button-secondary:focus,
|
|
57
|
-
[type=image].usa-button-secondary:hover {
|
|
58
|
-
background-color: #dce4ef;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.usa-button-primary {
|
|
62
|
-
color: #ffffff !important;
|
|
63
|
-
}
|
|
64
|
-
.usa-button-primary[href^=http] {
|
|
65
|
-
background-image: none;
|
|
66
|
-
text-decoration: none !important;
|
|
67
|
-
}
|
|
68
|
-
.usa-button-primary[href^=http]:after {
|
|
69
|
-
content: none;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.usa-accordion .usa-button-secondary:focus {
|
|
73
|
-
box-shadow: inset 0 0 0 2px #112e51, 0 0 3px #aeb0b5, 0 0 7px #aeb0b5;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.usa-accordion-button:active {
|
|
77
|
-
background-color: inherit;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.usa-button-disabled {
|
|
81
|
-
background-color: #d6d7d9;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.row.form-progress-buttons {
|
|
85
|
-
max-width: 29.375rem;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
button i.fa {
|
|
89
|
-
font-size: 0.75em;
|
|
90
|
-
}
|
|
91
|
-
button i.fa.before-text {
|
|
92
|
-
margin-right: 0.5em;
|
|
93
|
-
}
|
|
94
|
-
button i.fa.after-text {
|
|
95
|
-
margin-left: 0.5em;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
button.short {
|
|
99
|
-
font-weight: 500;
|
|
100
|
-
padding: 0.625rem;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
.va-icon-link,
|
|
104
|
-
.va-icon-link[type=button] {
|
|
105
|
-
background: transparent;
|
|
106
|
-
border-radius: 0;
|
|
107
|
-
color: #005ea2 !important;
|
|
108
|
-
font-weight: normal;
|
|
109
|
-
line-height: 1.3;
|
|
110
|
-
margin: 0;
|
|
111
|
-
text-align: left;
|
|
112
|
-
-webkit-transition-duration: 0.3s;
|
|
113
|
-
transition-duration: 0.3s;
|
|
114
|
-
-webkit-transition-timing-function: ease-in-out;
|
|
115
|
-
transition-timing-function: ease-in-out;
|
|
116
|
-
-webkit-transition-property: color, background-color, border-color;
|
|
117
|
-
transition-property: color, background-color, border-color;
|
|
118
|
-
white-space: nowrap;
|
|
119
|
-
}
|
|
120
|
-
.va-icon-link:hover,
|
|
121
|
-
.va-icon-link[type=button]:hover {
|
|
122
|
-
background: #f1f1f1;
|
|
123
|
-
}
|
|
124
|
-
.va-icon-link .fa,
|
|
125
|
-
.va-icon-link[type=button] .fa {
|
|
126
|
-
display: inline-block;
|
|
127
|
-
font-size: 1.125rem;
|
|
128
|
-
}
|
|
129
|
-
.va-icon-link span,
|
|
130
|
-
.va-icon-link[type=button] span {
|
|
131
|
-
display: inline-block;
|
|
132
|
-
padding-left: 0.3125rem;
|
|
133
|
-
text-decoration: underline;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.va-btn-withicon > span {
|
|
137
|
-
display: flex;
|
|
138
|
-
align-items: center;
|
|
139
|
-
}
|
|
140
|
-
.va-btn-withicon svg {
|
|
141
|
-
display: none;
|
|
142
|
-
}
|
|
143
|
-
@media screen and (min-width: 768px), print and (min-width: 768px) {
|
|
144
|
-
.va-btn-withicon svg {
|
|
145
|
-
display: block;
|
|
146
|
-
height: 15px;
|
|
147
|
-
margin-right: 2.5px;
|
|
148
|
-
pointer-events: none;
|
|
149
|
-
width: 15px;
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
/*# sourceMappingURL=m-button.css.map */
|
|
1
|
+
.usa-button,.usa-button-primary,.usa-button:visited,.usa-button-primary:visited,button,[type=button],[type=submit],[type=reset],[type=image]{-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;background-color:#005ea2;box-sizing:border-box;font-size:1.06rem}.usa-button.usa-button-secondary,.usa-button-primary.usa-button-secondary,.usa-button:visited.usa-button-secondary,.usa-button-primary:visited.usa-button-secondary,button.usa-button-secondary,[type=button].usa-button-secondary,[type=submit].usa-button-secondary,[type=reset].usa-button-secondary,[type=image].usa-button-secondary{background:rgba(0,0,0,0)}.usa-button.usa-button-secondary:focus,.usa-button.usa-button-secondary:hover,.usa-button-primary.usa-button-secondary:focus,.usa-button-primary.usa-button-secondary:hover,.usa-button:visited.usa-button-secondary:focus,.usa-button:visited.usa-button-secondary:hover,.usa-button-primary:visited.usa-button-secondary:focus,.usa-button-primary:visited.usa-button-secondary:hover,button.usa-button-secondary:focus,button.usa-button-secondary:hover,[type=button].usa-button-secondary:focus,[type=button].usa-button-secondary:hover,[type=submit].usa-button-secondary:focus,[type=submit].usa-button-secondary:hover,[type=reset].usa-button-secondary:focus,[type=reset].usa-button-secondary:hover,[type=image].usa-button-secondary:focus,[type=image].usa-button-secondary:hover{background-color:#dce4ef}.usa-button-primary{color:#fff !important}.usa-button-primary[href^=http]{background-image:none;text-decoration:none !important}.usa-button-primary[href^=http]:after{content:none}.usa-accordion .usa-button-secondary:focus{box-shadow:inset 0 0 0 2px #112e51,0 0 3px #aeb0b5,0 0 7px #aeb0b5}.usa-accordion-button:active{background-color:inherit}.usa-button-disabled{background-color:#d6d7d9}.row.form-progress-buttons{max-width:29.375rem}button i.fa{font-size:.75em}button i.fa.before-text{margin-right:.5em}button i.fa.after-text{margin-left:.5em}button.short{font-weight:500;padding:.625rem}.va-icon-link,.va-icon-link[type=button]{background:rgba(0,0,0,0);border-radius:0;color:#005ea2 !important;font-weight:normal;line-height:1.3;margin:0;text-align:left;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-property:color,background-color,border-color;transition-property:color,background-color,border-color;white-space:nowrap}.va-icon-link:hover,.va-icon-link[type=button]:hover{background:#f1f1f1}.va-icon-link .fa,.va-icon-link[type=button] .fa{display:inline-block;font-size:1.125rem}.va-icon-link span,.va-icon-link[type=button] span{display:inline-block;padding-left:.3125rem;text-decoration:underline}.va-btn-withicon>span{display:flex;align-items:center}.va-btn-withicon svg{display:none}@media screen and (min-width: 768px),print and (min-width: 768px){.va-btn-withicon svg{display:block;height:15px;margin-right:2.5px;pointer-events:none;width:15px}}/*# sourceMappingURL=m-button.css.map */
|
|
@@ -1,47 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Variables ported over from Formation so that we can keep those stylesheets
|
|
3
|
-
working while we work on deprecation.
|
|
4
|
-
**/
|
|
5
|
-
.va-dropdown {
|
|
6
|
-
position: relative;
|
|
7
|
-
}
|
|
8
|
-
.va-dropdown-trigger {
|
|
9
|
-
background: transparent url("/img/arrow-down-white.svg") no-repeat;
|
|
10
|
-
background-position: right 8px center;
|
|
11
|
-
background-size: 10px 10px;
|
|
12
|
-
border-radius: 0;
|
|
13
|
-
border-top: 3px solid transparent;
|
|
14
|
-
margin: 0;
|
|
15
|
-
padding: 9px 25px 8px 8px;
|
|
16
|
-
}
|
|
17
|
-
.va-dropdown-trigger:hover {
|
|
18
|
-
background-color: #005ea2;
|
|
19
|
-
}
|
|
20
|
-
.va-dropdown-trigger[aria-expanded=true] {
|
|
21
|
-
border-top-color: #8a7237;
|
|
22
|
-
background-color: #ffffff;
|
|
23
|
-
background-image: url("/img/arrow-up.svg") !important;
|
|
24
|
-
color: #1b1b1b;
|
|
25
|
-
}
|
|
26
|
-
.va-dropdown-trigger[aria-expanded=true] path {
|
|
27
|
-
fill: currentColor;
|
|
28
|
-
}
|
|
29
|
-
.va-dropdown-panel {
|
|
30
|
-
background: #ffffff;
|
|
31
|
-
box-shadow: 0px 4px 10px -4px #1b1b1b;
|
|
32
|
-
color: #1b1b1b;
|
|
33
|
-
padding: 0.5rem;
|
|
34
|
-
position: absolute;
|
|
35
|
-
min-width: 100%;
|
|
36
|
-
z-index: 2;
|
|
37
|
-
}
|
|
38
|
-
.va-dropdown-panel a {
|
|
39
|
-
color: #005ea2;
|
|
40
|
-
display: inline-block;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
[id=helpmenu] {
|
|
44
|
-
width: 13.125rem;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
/*# sourceMappingURL=m-dropdown.css.map */
|
|
1
|
+
.va-dropdown{position:relative}.va-dropdown-trigger{background:rgba(0,0,0,0) url("/img/arrow-down-white.svg") no-repeat;background-position:right 8px center;background-size:10px 10px;border-radius:0;border-top:3px solid rgba(0,0,0,0);margin:0;padding:9px 25px 8px 8px}.va-dropdown-trigger:hover{background-color:#005ea2}.va-dropdown-trigger[aria-expanded=true]{border-top-color:#8a7237;background-color:#fff;background-image:url("/img/arrow-up.svg") !important;color:#1b1b1b}.va-dropdown-trigger[aria-expanded=true] path{fill:currentColor}.va-dropdown-panel{background:#fff;box-shadow:0px 4px 10px -4px #1b1b1b;color:#1b1b1b;padding:.5rem;position:absolute;min-width:100%;z-index:2}.va-dropdown-panel a{color:#005ea2;display:inline-block}[id=helpmenu]{width:13.125rem}/*# sourceMappingURL=m-dropdown.css.map */
|
|
@@ -1,33 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Variables ported over from Formation so that we can keep those stylesheets
|
|
3
|
-
working while we work on deprecation.
|
|
4
|
-
**/
|
|
5
|
-
.vads-c-emergency-banner .usa-alert {
|
|
6
|
-
align-items: flex-start;
|
|
7
|
-
display: flex;
|
|
8
|
-
font-size: 1rem;
|
|
9
|
-
padding: 12px 16px;
|
|
10
|
-
max-width: 650px;
|
|
11
|
-
}
|
|
12
|
-
.vads-c-emergency-banner .usa-alert::before {
|
|
13
|
-
color: unset;
|
|
14
|
-
margin-right: -22.5px;
|
|
15
|
-
}
|
|
16
|
-
.vads-c-emergency-banner .usa-alert .usa-alert-heading {
|
|
17
|
-
font-family: "Source Sans Pro";
|
|
18
|
-
font-size: 1rem;
|
|
19
|
-
margin-top: 4px;
|
|
20
|
-
margin-left: 30.5px;
|
|
21
|
-
}
|
|
22
|
-
.vads-c-emergency-banner .usa-alert .usa-alert-text {
|
|
23
|
-
margin-top: 0.625rem;
|
|
24
|
-
}
|
|
25
|
-
.vads-c-emergency-banner .usa-alert .va-alert-close {
|
|
26
|
-
margin-top: 4px;
|
|
27
|
-
}
|
|
28
|
-
.vads-c-emergency-banner .va-alert-close {
|
|
29
|
-
position: relative;
|
|
30
|
-
margin: 0;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
/*# sourceMappingURL=m-emergency-banner.css.map */
|
|
1
|
+
.vads-c-emergency-banner .usa-alert{align-items:flex-start;display:flex;font-size:1rem;padding:12px 16px;max-width:650px}.vads-c-emergency-banner .usa-alert::before{color:unset;margin-right:-22.5px}.vads-c-emergency-banner .usa-alert .usa-alert-heading{font-family:"Source Sans Pro Web","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-size:1rem;margin-top:4px;margin-left:30.5px}.vads-c-emergency-banner .usa-alert .usa-alert-text{margin-top:.625rem}.vads-c-emergency-banner .usa-alert .va-alert-close{margin-top:4px}.vads-c-emergency-banner .va-alert-close{position:relative;margin:0}/*# sourceMappingURL=m-emergency-banner.css.map */
|
|
@@ -1,14 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Variables ported over from Formation so that we can keep those stylesheets
|
|
3
|
-
working while we work on deprecation.
|
|
4
|
-
**/
|
|
5
|
-
.external-link-icon-black {
|
|
6
|
-
background-image: url("/img/exit-icon.png");
|
|
7
|
-
background-position: 100% 50%;
|
|
8
|
-
background-repeat: no-repeat;
|
|
9
|
-
background-size: 1em auto;
|
|
10
|
-
padding-right: 1.2em;
|
|
11
|
-
position: relative;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
/*# sourceMappingURL=m-external-link.css.map */
|
|
1
|
+
.external-link-icon-black{background-image:url("/img/exit-icon.png");background-position:100% 50%;background-repeat:no-repeat;background-size:1em auto;padding-right:1.2em;position:relative}/*# sourceMappingURL=m-external-link.css.map */
|