@department-of-veterans-affairs/css-library 0.7.4 → 0.8.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.
Files changed (50) hide show
  1. package/dist/fonts/bitter-bold.ttf +0 -0
  2. package/dist/fonts/bitter-bold.woff2 +0 -0
  3. package/dist/fonts/bitter-regular.ttf +0 -0
  4. package/dist/fonts/bitter-regular.woff2 +0 -0
  5. package/dist/stylesheets/_mixins.scss +452 -0
  6. package/dist/stylesheets/base/fonts.css +1589 -0
  7. package/dist/stylesheets/base/utils.css +137 -0
  8. package/dist/stylesheets/base/va.css +1843 -0
  9. package/dist/{full.css → stylesheets/core.css} +341 -2299
  10. package/dist/stylesheets/formation-overrides/_variables.scss +170 -0
  11. package/dist/stylesheets/formation-overrides/core/base.css +64 -0
  12. package/dist/stylesheets/formation-overrides/core/fonts.css +46 -0
  13. package/dist/stylesheets/formation-overrides/elements/buttons.css +562 -0
  14. package/dist/stylesheets/formation-overrides/elements/inputs.css +384 -0
  15. package/dist/stylesheets/formation-overrides/elements/labels.css +28 -0
  16. package/dist/stylesheets/formation-overrides/elements/lists.css +57 -0
  17. package/dist/stylesheets/formation-overrides/elements/table.css +78 -0
  18. package/dist/stylesheets/formation-overrides/elements/typography.css +274 -0
  19. package/dist/stylesheets/mobile-typography.css +13 -0
  20. package/dist/stylesheets/modules/m-action-link.css +1443 -0
  21. package/dist/stylesheets/modules/m-additional-info.css +39 -0
  22. package/dist/stylesheets/modules/m-alert.css +254 -0
  23. package/dist/stylesheets/modules/m-breadcrumbs.css +96 -0
  24. package/dist/stylesheets/modules/m-button.css +153 -0
  25. package/dist/stylesheets/modules/m-dropdown.css +47 -0
  26. package/dist/stylesheets/modules/m-emergency-banner.css +33 -0
  27. package/dist/stylesheets/modules/m-external-link.css +14 -0
  28. package/dist/stylesheets/modules/m-form-elements.css +231 -0
  29. package/dist/stylesheets/modules/m-form-process.css +219 -0
  30. package/dist/stylesheets/modules/m-homepage-hero.css +76 -0
  31. package/dist/stylesheets/modules/m-hub-page-link-list.css +40 -0
  32. package/dist/stylesheets/modules/m-loading-indicator.css +41 -0
  33. package/dist/stylesheets/modules/m-maintenance-banner.css +33 -0
  34. package/dist/stylesheets/modules/m-megamenu.css +365 -0
  35. package/dist/stylesheets/modules/m-modal.css +117 -0
  36. package/dist/stylesheets/modules/m-nav-linklist.css +49 -0
  37. package/dist/stylesheets/modules/m-nav-sidebar.css +349 -0
  38. package/dist/stylesheets/modules/m-omb-info.css +15 -0
  39. package/dist/stylesheets/modules/m-overlay.css +72 -0
  40. package/dist/stylesheets/modules/m-print.css +27 -0
  41. package/dist/stylesheets/modules/m-process-list.css +162 -0
  42. package/dist/stylesheets/modules/va-pagination.css +90 -0
  43. package/dist/stylesheets/modules/va-tabs.css +53 -0
  44. package/dist/stylesheets/shame.css +266 -0
  45. package/dist/tokens/css/variables.css +1 -1
  46. package/dist/tokens/scss/variables.scss +1 -1
  47. package/package.json +8 -6
  48. /package/dist/{base → stylesheets/base}/headings.css +0 -0
  49. /package/dist/{uswds-typography.css → stylesheets/uswds-typography.css} +0 -0
  50. /package/dist/{utilities.css → stylesheets/utilities.css} +0 -0
@@ -0,0 +1,349 @@
1
+ @charset "UTF-8";
2
+ /**
3
+ Variables ported over from Formation so that we can keep those stylesheets
4
+ working while we work on deprecation.
5
+ **/
6
+ /**
7
+ Variables ported over from Formation so that we can keep those stylesheets
8
+ working while we work on deprecation.
9
+ **/
10
+ /**
11
+ /uswds/dist/scss/lib/addons/_margin.scss
12
+ **/
13
+ /**
14
+ uswds/src/stylesheets/lib/helpers/_directional-values.scss
15
+ **/
16
+ .usa-sidenav-list a {
17
+ font-size: 15px;
18
+ text-decoration: none;
19
+ padding: 8px 16px 8px 12px;
20
+ }
21
+ .usa-sidenav-list a.va-button-primary {
22
+ padding: 0.625rem 1.25rem;
23
+ }
24
+
25
+ @media (min-width: 320px) and (max-width: 767px) {
26
+ .va-sidebarnav {
27
+ display: none;
28
+ }
29
+ button.va-sidebarnav-close {
30
+ position: absolute;
31
+ right: 2px;
32
+ top: 2px;
33
+ }
34
+ button.va-sidebarnav-close:hover, button.va-sidebarnav-close:focus {
35
+ background-color: #f0f0f0;
36
+ }
37
+ }
38
+ .left-side-nav-title {
39
+ color: #000000;
40
+ padding-left: 1em;
41
+ }
42
+ @media screen and (min-width: 1008px), print and (min-width: 1008px) {
43
+ .left-side-nav-title {
44
+ padding-left: 0;
45
+ }
46
+ }
47
+
48
+ .va-sidebarnav {
49
+ color: #005ea2;
50
+ }
51
+ .va-sidebarnav h4 {
52
+ margin-top: 0;
53
+ }
54
+ .va-sidebarnav li {
55
+ border-top-color: #d6d7d9;
56
+ }
57
+ @media screen and (max-width: 767px) {
58
+ .va-sidebarnav {
59
+ left: 0;
60
+ height: 100%;
61
+ overflow: scroll;
62
+ padding: 1.6rem;
63
+ position: absolute;
64
+ top: 0;
65
+ visibility: hidden;
66
+ }
67
+ .va-l-detail-page .va-sidebarnav {
68
+ width: 100%;
69
+ }
70
+ .va-sidebarnav::before {
71
+ background: rgba(0, 0, 0, 0.05);
72
+ content: " ";
73
+ display: block;
74
+ height: 100%;
75
+ left: 0;
76
+ position: fixed;
77
+ top: 0;
78
+ width: 100%;
79
+ z-index: 1;
80
+ }
81
+ .va-sidebarnav > div {
82
+ visibility: visible;
83
+ background: #ffffff;
84
+ border-left: 1px solid #aeb0b5;
85
+ height: 100%;
86
+ max-width: 18.75rem;
87
+ overflow: auto;
88
+ padding: 2rem 1rem 1rem;
89
+ z-index: 2;
90
+ position: absolute;
91
+ top: 0;
92
+ right: 0;
93
+ width: 80%;
94
+ transform: translateX(100%);
95
+ -webkit-transition: 100ms transform linear;
96
+ transition: 100ms transform linear;
97
+ }
98
+ .va-sidebarnav--opened {
99
+ visibility: visible;
100
+ display: block;
101
+ position: fixed;
102
+ z-index: 300;
103
+ }
104
+ .va-sidebarnav--opened > div {
105
+ transform: translateX(0);
106
+ }
107
+ .va-sidebarnav-close {
108
+ position: absolute;
109
+ top: 0;
110
+ right: 0;
111
+ }
112
+ }
113
+ @media screen and (min-width: 768px), print and (min-width: 768px) {
114
+ .va-sidebarnav a {
115
+ padding-right: 1rem;
116
+ }
117
+ .va-sidebarnav-close {
118
+ display: none;
119
+ }
120
+ .va-sidebarnav .usa-sidenav-list {
121
+ margin-right: 1rem;
122
+ }
123
+ }
124
+ .va-sidebarnav ul.usa-accordion > li {
125
+ margin-bottom: -1px;
126
+ }
127
+ .va-sidebarnav .left-side-nav-title {
128
+ padding-bottom: 25px;
129
+ }
130
+ .va-sidebarnav .left-side-nav-title > .icon-small {
131
+ vertical-align: middle;
132
+ padding-left: initial;
133
+ margin-right: 5px;
134
+ font-size: 1.0625rem;
135
+ }
136
+ .va-sidebarnav .usa-sidenav-list {
137
+ margin-right: 0;
138
+ margin-left: 0;
139
+ }
140
+ .va-sidebarnav .usa-sidenav-list > li {
141
+ border-top: 0;
142
+ }
143
+ .va-sidebarnav .usa-sidenav-list > li .active-menu {
144
+ border-bottom: 0;
145
+ }
146
+ .va-sidebarnav .usa-sidenav-list > li a {
147
+ color: #005ea2;
148
+ display: inline-block;
149
+ vertical-align: middle;
150
+ width: 100%;
151
+ border-left: 4px solid transparent;
152
+ }
153
+ .va-sidebarnav .usa-sidenav-list > li a:hover, .va-sidebarnav .usa-sidenav-list > li a:focus {
154
+ background-color: #e1f3f8;
155
+ padding: 8px 14px;
156
+ border-color: #005ea2;
157
+ transition: background-color 0.1s ease-in-out 0s, border-color 0.1s ease-in-out 0s, padding 0.1s ease-in-out 0s;
158
+ }
159
+ .va-sidebarnav .usa-sidenav-list > li i {
160
+ color: #000000;
161
+ vertical-align: middle;
162
+ font-size: 15px;
163
+ padding-left: 0;
164
+ }
165
+ .va-sidebarnav .usa-sidenav-list .menu-item-container > a {
166
+ font-weight: bold;
167
+ }
168
+ .va-sidebarnav .usa-sidenav-list .menu-item-container:hover {
169
+ background-color: #f1f1f1;
170
+ color: #005ea2;
171
+ }
172
+ .va-sidebarnav .usa-sidenav-list .menu-item-container:focus {
173
+ outline: 2px solid #fdb81e;
174
+ outline-offset: 3px;
175
+ }
176
+ .va-sidebarnav .usa-sidenav-list a.usa-current {
177
+ color: #212121;
178
+ border-left: 4px solid #212121;
179
+ padding-left: 12px;
180
+ margin-left: 16px;
181
+ background-color: #f0f0f0;
182
+ cursor: auto;
183
+ }
184
+ .va-sidebarnav .usa-sidenav-list a.usa-current.level-one {
185
+ padding-left: 14px;
186
+ margin-left: 0;
187
+ }
188
+ .va-sidebarnav .usa-sidenav-list a.usa-current:hover {
189
+ background-color: #f0f0f0;
190
+ font-weight: bold;
191
+ }
192
+ .va-sidebarnav .usa-sidenav-list .active-level {
193
+ background-color: #f0f0f0;
194
+ }
195
+ .va-sidebarnav .usa-sidenav-list .active-level .usa-sidenav-sub_list {
196
+ margin-top: 2px;
197
+ margin-bottom: 2px;
198
+ }
199
+ .va-sidebarnav .usa-sidenav-list .active-level .usa-sidenav-sub_list li > a {
200
+ padding: 8px 14px 8px 28px;
201
+ }
202
+ .va-sidebarnav .usa-sidenav-list .active-level .usa-sidenav-sub_list li > a:hover {
203
+ padding: 8px 12px 8px 30px;
204
+ }
205
+ .va-sidebarnav .usa-sidenav-list .active-level .usa-sidenav-sub_list li:last-child a {
206
+ padding-bottom: 12px;
207
+ }
208
+ .va-sidebarnav h4 {
209
+ display: inline-block;
210
+ margin-bottom: 0;
211
+ margin-top: 0;
212
+ vertical-align: middle;
213
+ width: 75%;
214
+ }
215
+ .va-sidebarnav .usa-sidenav-list > li i {
216
+ position: relative;
217
+ right: -20px;
218
+ }
219
+ .va-sidebarnav .usa-sidenav-list > li .menu-item-container > a {
220
+ font-weight: initial;
221
+ }
222
+ .va-sidebarnav .usa-sidenav-list > li a.usa-current {
223
+ font-weight: bold;
224
+ margin-left: 0;
225
+ }
226
+ .va-sidebarnav .usa-sidenav-list > li a.usa-current:hover, .va-sidebarnav .usa-sidenav-list > li a.usa-current:focus {
227
+ border-color: #212121;
228
+ padding: 8px 16px 8px 12px;
229
+ }
230
+ .va-sidebarnav .usa-sidenav-sub_list a {
231
+ width: 100% !important;
232
+ padding-left: 40px;
233
+ font-size: 15px;
234
+ }
235
+ .va-sidebarnav .usa-sidenav-sub_list a:focus {
236
+ outline: 2px dotted #aeb0b5;
237
+ outline-offset: 0px;
238
+ }
239
+ .va-sidebarnav .usa-sidenav-sub_list a:hover, .va-sidebarnav .usa-sidenav-sub_list a:focus {
240
+ background-color: #e1f3f8;
241
+ padding: 8px 12px 8px 30px;
242
+ border-color: #005ea2;
243
+ }
244
+ .va-sidebarnav .usa-sidenav-sub_list a.usa-current {
245
+ margin-left: 16px !important;
246
+ }
247
+ .va-sidebarnav .usa-accordion .usa-accordion-button {
248
+ background-color: #ffffff;
249
+ border-top: 1px solid #d6d7d9;
250
+ border-bottom: 1px solid #d6d7d9;
251
+ background-size: 0.6875rem;
252
+ color: #005ea2;
253
+ font-weight: normal;
254
+ font-size: 17px;
255
+ padding-left: 0.625rem;
256
+ }
257
+ .va-sidebarnav .usa-accordion .usa-accordion-button:focus {
258
+ outline: 0;
259
+ border: 2px solid #fdb81e;
260
+ background-color: #f0f0f0;
261
+ font-weight: bold;
262
+ }
263
+ .va-sidebarnav .usa-accordion .usa-accordion-button:hover {
264
+ background-color: #e1f3f8;
265
+ }
266
+ .va-sidebarnav .usa-accordion .usa-accordion-button[aria-expanded=false] {
267
+ background-image: url("/assets/img/plus-blue.svg");
268
+ }
269
+ .va-sidebarnav .usa-accordion .usa-accordion-button[aria-expanded=true] {
270
+ border-bottom: 0;
271
+ background-image: url("/assets/img/minus-blue.svg");
272
+ }
273
+ .va-sidebarnav .usa-accordion .usa-accordion-button[aria-expanded=true]:focus {
274
+ border: 2px solid #fdb81e;
275
+ }
276
+ .va-sidebarnav .usa-accordion .usa-accordion-content {
277
+ padding: 0;
278
+ }
279
+ .va-sidebarnav .usa-accordion .usa-sidenav-list a {
280
+ font-size: 15px;
281
+ padding: 8px 16px 8px 12px;
282
+ }
283
+ .va-sidebarnav .usa-accordion .usa-sidenav-list a:focus {
284
+ width: 98% !important;
285
+ margin: 2px;
286
+ }
287
+ .va-sidebarnav .usa-accordion .usa-current:focus {
288
+ width: 99% !important;
289
+ margin-top: 2px;
290
+ }
291
+ .va-sidebarnav .usa-accordion-button-dark {
292
+ background-color: #f1f1f1;
293
+ }
294
+
295
+ .va-btn-sidebarnav-trigger {
296
+ margin: 0;
297
+ padding: 0;
298
+ }
299
+ .va-btn-sidebarnav-trigger.fixed-trigger {
300
+ position: fixed;
301
+ top: 0;
302
+ width: 100%;
303
+ z-index: 299;
304
+ }
305
+ .va-btn-sidebarnav-trigger .button-wrapper {
306
+ position: absolute;
307
+ width: 100%;
308
+ padding: units(1) units(1) units(2);
309
+ }
310
+ .va-btn-sidebarnav-trigger button {
311
+ background-color: #ffffff;
312
+ color: #005ea2;
313
+ margin: 0;
314
+ padding: units(1.5);
315
+ border: 1px solid #005ea2;
316
+ border-radius: 4px;
317
+ width: 100%;
318
+ display: flex;
319
+ align-items: center;
320
+ justify-content: space-between;
321
+ }
322
+ .va-btn-sidebarnav-trigger button strong {
323
+ line-height: units(2.5);
324
+ }
325
+ .va-btn-sidebarnav-trigger button svg {
326
+ fill: #005ea2;
327
+ }
328
+ .va-btn-sidebarnav-trigger .button-background {
329
+ position: absolute;
330
+ background-color: #ffffff;
331
+ width: 100%;
332
+ }
333
+ @media screen and (min-width: 768px), print and (min-width: 768px) {
334
+ .va-btn-sidebarnav-trigger {
335
+ display: none;
336
+ }
337
+ }
338
+
339
+ .va-btn-close-icon {
340
+ background: transparent url("/assets/img/close.svg") center no-repeat;
341
+ background-size: 0.625rem 0.625rem;
342
+ height: 1.375rem;
343
+ padding: 1.375rem;
344
+ margin: 0;
345
+ text-indent: -6249.375rem;
346
+ width: 0.625rem;
347
+ }
348
+
349
+ /*# sourceMappingURL=m-nav-sidebar.css.map */
@@ -0,0 +1,15 @@
1
+ /**
2
+ Variables ported over from Formation so that we can keep those stylesheets
3
+ working while we work on deprecation.
4
+ **/
5
+ .omb-info--container {
6
+ padding-left: 1.25rem;
7
+ }
8
+
9
+ @media (max-width: 40.063em) {
10
+ .omb-info--container {
11
+ padding-left: 0.6640625rem;
12
+ }
13
+ }
14
+
15
+ /*# sourceMappingURL=m-omb-info.css.map */
@@ -0,0 +1,72 @@
1
+ /**
2
+ Variables ported over from Formation so that we can keep those stylesheets
3
+ working while we work on deprecation.
4
+ **/
5
+ .va-overlay {
6
+ background: rgba(50, 58, 69, 0.8);
7
+ height: 100%;
8
+ left: 0;
9
+ -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
10
+ opacity: 0;
11
+ position: fixed;
12
+ top: 0;
13
+ transition: opacity 0.5s, visibility 0s 0.5s;
14
+ visibility: hidden;
15
+ width: 100%;
16
+ z-index: 800;
17
+ }
18
+ .va-overlay [type=text] {
19
+ -webkit-appearance: none;
20
+ border-radius: 3px 0 0 3px;
21
+ }
22
+
23
+ .va-mobile-searchclose {
24
+ border-radius: 0;
25
+ display: block !important;
26
+ width: 100% !important;
27
+ margin: 0;
28
+ width: auto;
29
+ background: #005ea2;
30
+ }
31
+
32
+ .va-overlay--open {
33
+ opacity: 1;
34
+ visibility: visible;
35
+ -webkit-transition: opacity 0.5s;
36
+ transition: opacity 0.5s;
37
+ }
38
+ .va-overlay--open .columns {
39
+ padding: 0;
40
+ }
41
+
42
+ .va-overlay .menu {
43
+ -webkit-perspective: 1200px;
44
+ perspective: 1200px;
45
+ padding: 1em 1em;
46
+ }
47
+
48
+ .va-overlay form {
49
+ opacity: 0.4;
50
+ -webkit-transform: translateY(-25%) rotateX(35deg);
51
+ transform: translateY(-25%) rotateX(35deg);
52
+ -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
53
+ transition: transform 0.5s, opacity 0.5s;
54
+ }
55
+
56
+ .va-overlay--open form {
57
+ opacity: 1;
58
+ -webkit-transform: rotateX(0deg);
59
+ transform: rotateX(0deg);
60
+ }
61
+
62
+ .va-overlay-body {
63
+ margin: 0.625rem auto;
64
+ }
65
+
66
+ @media (max-height: 30.5em) {
67
+ .overlay form {
68
+ height: 70%;
69
+ }
70
+ }
71
+
72
+ /*# sourceMappingURL=m-overlay.css.map */
@@ -0,0 +1,27 @@
1
+ .print-only {
2
+ display: none;
3
+ }
4
+
5
+ @media print {
6
+ header, footer, nav {
7
+ display: none;
8
+ }
9
+ .schemaform-title,
10
+ .schemaform-subtitle,
11
+ .screen-only {
12
+ display: none;
13
+ }
14
+ .print-only {
15
+ display: block;
16
+ }
17
+ /* Relative URLs - include the HREF with the domain prepended */
18
+ a[href^="/"]:after {
19
+ content: " (https://www.va.gov" attr(href) ")";
20
+ }
21
+ /* Absolute URLs - show the HREF without prepending the domain. */
22
+ a[href^=http]:after {
23
+ content: " (" attr(href) ")";
24
+ }
25
+ }
26
+
27
+ /*# sourceMappingURL=m-print.css.map */
@@ -0,0 +1,162 @@
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
+ /**
16
+ Variables ported over from Formation so that we can keep those stylesheets
17
+ working while we work on deprecation.
18
+ **/
19
+ .usa-sr-only {
20
+ position: absolute;
21
+ left: -999em;
22
+ }
23
+
24
+ .process {
25
+ list-style: none;
26
+ padding: 1em 0;
27
+ position: relative;
28
+ }
29
+ .process h2, .process h3, .process h4, .process h5 {
30
+ margin-top: 0;
31
+ clear: none;
32
+ padding-top: 0.3em;
33
+ }
34
+ .process p {
35
+ padding: 0;
36
+ margin-top: 0;
37
+ }
38
+ .process p:only-of-type {
39
+ margin-top: 0;
40
+ }
41
+ .process p.va-address-block {
42
+ padding-left: 0.625rem;
43
+ }
44
+ .process ul {
45
+ margin: 0 0 1em 1.25em !important;
46
+ padding: 0;
47
+ }
48
+ .process ul li {
49
+ list-style: square;
50
+ margin: 0;
51
+ padding: 0.1em 0;
52
+ }
53
+
54
+ .process-step {
55
+ border-left: 8px solid #aeb0b5;
56
+ padding: 0 0 2em 2em;
57
+ list-style: none;
58
+ margin: 0 !important;
59
+ }
60
+ .process-step:before {
61
+ color: #ffffff;
62
+ float: left;
63
+ font-size: 1.3em;
64
+ font-weight: 700;
65
+ text-align: center;
66
+ line-height: 1.575em;
67
+ width: 2em;
68
+ height: 2em;
69
+ top: -0.2em;
70
+ margin-left: -2.7em;
71
+ display: block;
72
+ border: 4px solid #ffffff;
73
+ background: #8d9297;
74
+ border-radius: 4em;
75
+ position: relative;
76
+ }
77
+ .process-step:last-child {
78
+ border-left: 0;
79
+ padding-left: calc(2em + 8px);
80
+ }
81
+
82
+ .list-one:before {
83
+ content: "1";
84
+ }
85
+
86
+ .list-two:before {
87
+ content: "2";
88
+ }
89
+
90
+ .list-three:before {
91
+ content: "3";
92
+ }
93
+
94
+ .list-four:before {
95
+ content: "4";
96
+ }
97
+
98
+ .list-five:before {
99
+ content: "5";
100
+ }
101
+
102
+ .list-six:before {
103
+ content: "6";
104
+ }
105
+
106
+ .list-seven:before {
107
+ content: "7";
108
+ }
109
+
110
+ .list-eight:before {
111
+ content: "8";
112
+ }
113
+
114
+ .list-nine:before {
115
+ content: "9";
116
+ }
117
+
118
+ .list-ten:before {
119
+ content: "10";
120
+ }
121
+
122
+ .list-eleven:before {
123
+ content: "11";
124
+ }
125
+
126
+ .list-twelve:before {
127
+ content: "12";
128
+ }
129
+
130
+ .list-thirteen:before {
131
+ content: "13";
132
+ }
133
+
134
+ .list-fourteen:before {
135
+ content: "14";
136
+ }
137
+
138
+ .list-fifteen:before {
139
+ content: "15";
140
+ }
141
+
142
+ .list-sixteen:before {
143
+ content: "16";
144
+ }
145
+
146
+ .list-seventeen:before {
147
+ content: "17";
148
+ }
149
+
150
+ .list-eighteen:before {
151
+ content: "18";
152
+ }
153
+
154
+ .list-nineteen:before {
155
+ content: "19";
156
+ }
157
+
158
+ .list-twenty:before {
159
+ content: "20";
160
+ }
161
+
162
+ /*# sourceMappingURL=m-process-list.css.map */
@@ -0,0 +1,90 @@
1
+ @charset "UTF-8";
2
+ /**
3
+ Variables ported over from Formation so that we can keep those stylesheets
4
+ working while we work on deprecation.
5
+ **/
6
+ .va-pagination {
7
+ border-top: 1px solid #f1f1f1;
8
+ font-size: 0.9em;
9
+ overflow: hidden;
10
+ padding: 1.25rem 0 0.625rem;
11
+ position: relative;
12
+ text-align: center;
13
+ width: 100%;
14
+ display: flex;
15
+ justify-content: center;
16
+ }
17
+ @media (max-width: 768px) {
18
+ .va-pagination-prev {
19
+ margin-left: -1.875rem;
20
+ padding: 0 0.625rem 0 0;
21
+ }
22
+ }
23
+ @media (min-width: 481px) {
24
+ .va-pagination-prev:not(:empty) a::before {
25
+ content: "‹  ";
26
+ }
27
+ }
28
+ @media (max-width: 768px) {
29
+ .va-pagination-next {
30
+ margin-right: -1.875rem;
31
+ padding: 0 0 0 0.625rem;
32
+ }
33
+ }
34
+ @media (min-width: 481px) {
35
+ .va-pagination-next:not(:empty) a::after {
36
+ content: "  ›";
37
+ }
38
+ }
39
+ .va-pagination-prev, .va-pagination-next {
40
+ position: relative;
41
+ }
42
+ .va-pagination-prev:hover, .va-pagination-prev:focus, .va-pagination-next:hover, .va-pagination-next:focus {
43
+ text-decoration: underline;
44
+ }
45
+ @media (min-width: 768px) {
46
+ .va-pagination-prev, .va-pagination-next {
47
+ padding: 0 0.625rem;
48
+ }
49
+ }
50
+ .va-pagination-inner {
51
+ white-space: nowrap;
52
+ overflow: hidden;
53
+ }
54
+ @media (max-width: 768px) {
55
+ .va-pagination-inner {
56
+ width: 12.5rem;
57
+ }
58
+ }
59
+ @media (min-width: 1201px) {
60
+ .va-pagination-inner {
61
+ width: 25rem;
62
+ }
63
+ }
64
+ .va-pagination-prev, .va-pagination-next, .va-pagination-inner {
65
+ padding-bottom: 4px;
66
+ padding-top: 4px;
67
+ }
68
+ .va-pagination a {
69
+ line-height: 2;
70
+ text-decoration: none;
71
+ }
72
+
73
+ .va-pagination-inner a {
74
+ border-radius: 1000px;
75
+ display: inline-block;
76
+ height: 1.875rem;
77
+ margin: 0 0.3125rem;
78
+ width: 1.875rem;
79
+ text-decoration: none;
80
+ }
81
+
82
+ .va-pagination-inner a:hover,
83
+ .va-pagination-inner a:focus,
84
+ .va-pagination-active,
85
+ .va-pagination-active:visited {
86
+ background: #005ea2;
87
+ color: #ffffff;
88
+ }
89
+
90
+ /*# sourceMappingURL=va-pagination.css.map */