qpp-style 9.6.13 → 9.7.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qpp-style",
3
- "version": "9.6.13",
3
+ "version": "9.7.0",
4
4
  "description": "Shared style guide across the QPP program.",
5
5
  "main": "dist/index.js",
6
6
  "homepage": "https://cmsgov.github.io/qpp-style",
@@ -0,0 +1,593 @@
1
+ footer.legacy-footer {
2
+ background: $color-navy;
3
+ color: $nav-text-color;
4
+ font-size: 1rem;
5
+ margin-top: 100px;
6
+ padding: 0 0 25px;
7
+
8
+ h4 {
9
+ color: $nav-text-color;
10
+ font-family: inherit;
11
+ font-size: 1rem;
12
+ font-weight: 600;
13
+ line-height: 26px;
14
+ text-transform: uppercase;
15
+ }
16
+
17
+ ul {
18
+ list-style: none;
19
+ padding: 0;
20
+
21
+ li {
22
+ display: block;
23
+ margin-bottom: 10px;
24
+ margin-right: 2em;
25
+ @include breakpoint(sm) {
26
+ display: inline-block;
27
+ }
28
+
29
+ a {
30
+ margin: 0;
31
+
32
+ &:link,
33
+ &:visited {
34
+ color: $nav-color-secondary-light;
35
+ text-decoration: none;
36
+ }
37
+
38
+ &:focus,
39
+ &:hover {
40
+ color: $nav-color-secondary-light;
41
+ text-decoration: underline;
42
+ }
43
+ }
44
+ }
45
+
46
+ &.small {
47
+ @include breakpoint(xs) {
48
+ margin-top: 40px;
49
+ }
50
+
51
+ li {
52
+ margin: 0 1em 1em 0;
53
+ }
54
+
55
+ .divider {
56
+ border-left: 1px solid #294d71;
57
+ height: 16px;
58
+ padding-right: 1em;
59
+
60
+ @include breakpoint(xs) {
61
+ display: none;
62
+ }
63
+ }
64
+ }
65
+ }
66
+
67
+ .banner {
68
+ background: $color-gray-light;
69
+ border-top: 1px solid $color-gray-very-light;
70
+ color: $color-gray-darker;
71
+ margin-bottom: 25px;
72
+ padding: 15px 0;
73
+
74
+ span {
75
+ color: $color-navy;
76
+ font-weight: $rubik-medium;
77
+ }
78
+ }
79
+
80
+ .logo-container {
81
+ border-bottom: 1px solid #294d71;
82
+ display: flex;
83
+ flex-direction: row;
84
+ justify-content: space-between;
85
+ margin-bottom: 20px;
86
+ padding-bottom: 30px;
87
+
88
+ @include breakpoint(xs) {
89
+ border-bottom: none;
90
+ flex-direction: column;
91
+ }
92
+
93
+ .social-container {
94
+ border-top: none;
95
+ display: flex;
96
+ margin-top: 0;
97
+ padding-top: 15px;
98
+
99
+ @include breakpoint(xs) {
100
+ border-top: 1px solid #294d71;
101
+ margin-top: 30px;
102
+ padding: 30px 0 0;
103
+ }
104
+
105
+ .social-link {
106
+ align-items: center;
107
+ border: 1px solid #80cbc4;
108
+ border-radius: 50%;
109
+ color: $color-white;
110
+ display: flex;
111
+ height: 45px;
112
+ justify-content: center;
113
+ margin-left: 15px;
114
+ text-decoration: none;
115
+ width: 45px;
116
+
117
+ @include breakpoint(xs) {
118
+ margin-left: 0;
119
+ margin-right: 15px;
120
+ }
121
+
122
+ .glyphicon-twitter,
123
+ .glyphicon-youtube {
124
+ font-size: 20px;
125
+ }
126
+
127
+ .glyphicon-twitter::before {
128
+ content: '\f099';
129
+ font-family: 'FontAwesome';
130
+ }
131
+
132
+ .glyphicon-youtube::before {
133
+ content: '\f167';
134
+ font-family: 'FontAwesome';
135
+ }
136
+ }
137
+ }
138
+ }
139
+
140
+ .qpp-logo {
141
+ height: 55px;
142
+ width: 233px;
143
+ @include breakpoint(xs) {
144
+ display: block;
145
+ margin: 0 auto;
146
+ }
147
+ }
148
+
149
+ .hhs-logo-container {
150
+ border-top: 1px solid #294d71;
151
+ margin-bottom: 15px;
152
+ margin-top: 15px;
153
+ @include breakpoint(sm) {
154
+ border-left: 1px solid #294d71;
155
+ border-top: none;
156
+ padding-left: 15px;
157
+ }
158
+ @include breakpoint(md) {
159
+ padding-left: 30px;
160
+ }
161
+
162
+ img {
163
+ display: block;
164
+ height: 150px;
165
+ max-height: 100%;
166
+ max-width: 100%;
167
+ width: auto;
168
+ @include breakpoint(xs) {
169
+ margin-left: auto;
170
+ margin-right: auto;
171
+ margin-top: 30px;
172
+ }
173
+
174
+ // IE11 Fix
175
+ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
176
+ width: 100%;
177
+ }
178
+ }
179
+ }
180
+
181
+ #build-version {
182
+ display: none;
183
+ }
184
+
185
+ // Authenticated Footer
186
+
187
+ .container-full-width {
188
+ margin-left: 40px;
189
+ margin-right: 0;
190
+
191
+ .logo-container .qpp-logo {
192
+ margin: 0;
193
+ @include breakpoint(xs) {
194
+ display: block;
195
+ margin: auto;
196
+ }
197
+ @include breakpoint(sm) {
198
+ display: block;
199
+ margin: auto;
200
+ }
201
+ @include breakpoint(md) {
202
+ margin: 0;
203
+ }
204
+ }
205
+
206
+ .hhs-logo-container {
207
+ @include breakpoint(sm) {
208
+ border-left: none;
209
+ border-top: 1px solid #294d71;
210
+ }
211
+
212
+ @include breakpoint(md) {
213
+ border-left: 1px solid #294d71;
214
+ border-top: none;
215
+ }
216
+ }
217
+
218
+ .links {
219
+ ul li {
220
+ @include breakpoint(sm) {
221
+ display: block;
222
+ }
223
+
224
+ @include breakpoint(md) {
225
+ display: inline-block;
226
+ }
227
+ }
228
+ }
229
+
230
+ .row {
231
+ margin-right: 0;
232
+ }
233
+ }
234
+
235
+ .adobe-link {
236
+ svg {
237
+ fill: $color-teal-light;
238
+ height: 16px;
239
+ margin-right: 6px;
240
+ position: relative;
241
+ top: 4px;
242
+ width: 16px;
243
+ }
244
+ }
245
+
246
+ .email-note-link {
247
+ color: #0073c8;
248
+ &:hover {
249
+ color: #125496;
250
+ }
251
+ &:focus {
252
+ color: #125496;
253
+ }
254
+ }
255
+
256
+ .footer-trs-infotip {
257
+ display: inline-block;
258
+ position: relative;
259
+ top: 4px;
260
+ height: 16px;
261
+ padding-left: 5px;
262
+ }
263
+ }
264
+
265
+ .feedback-session-sign-up .responsive-container {
266
+ text-align: center;
267
+ font-size: 0.875rem;
268
+
269
+ a {
270
+ color: $blue-60;
271
+ text-decoration: $link-decoration;
272
+
273
+ &:hover {
274
+ color: $link-hover-color;
275
+ text-decoration: $link-hover-decoration;
276
+ }
277
+ }
278
+
279
+ p {
280
+ margin-bottom: 32px;
281
+ }
282
+
283
+ hr {
284
+ margin: 32px 0;
285
+ }
286
+ }
287
+
288
+ footer {
289
+ background: $color-white;
290
+ background-color: #fafafa;
291
+ color: black;
292
+ font-size: 0.875rem;
293
+
294
+ a {
295
+ color: $color-gray-darker;
296
+ text-decoration: none;
297
+
298
+ &:hover {
299
+ color: $color-gray-darker;
300
+ text-decoration: underline;
301
+ }
302
+ }
303
+
304
+ hr {
305
+ margin: 32px 0;
306
+ }
307
+
308
+ ul {
309
+ list-style-type: none;
310
+ padding: 0;
311
+ margin: 0;
312
+
313
+ &.small {
314
+ padding: 0;
315
+ margin: 0;
316
+ font-size: 100%;
317
+
318
+ li {
319
+ margin: 0;
320
+ display: inline-block;
321
+
322
+ @include breakpoint(xs) {
323
+ display: block;
324
+ margin-bottom: 20px;
325
+
326
+ &:last-child {
327
+ margin-bottom: 32px;
328
+ }
329
+ }
330
+ }
331
+
332
+ .divider {
333
+ border-left: 1px solid #fafafa;
334
+ height: 16px;
335
+ padding-right: 1.5em;
336
+
337
+ @include breakpoint(xs) {
338
+ display: none;
339
+ }
340
+ }
341
+ }
342
+ }
343
+
344
+ #build-version {
345
+ display: none;
346
+ }
347
+
348
+ .global-footer-container {
349
+ display: flex;
350
+ flex-direction: row;
351
+ justify-content: space-between;
352
+ padding: 0;
353
+ margin: 0;
354
+
355
+ @include breakpoint(xs) {
356
+ flex-direction: column;
357
+ }
358
+
359
+ @include breakpoint(sm) {
360
+ flex-direction: column;
361
+ }
362
+
363
+ @include breakpoint(md) {
364
+ flex-direction: row;
365
+ }
366
+
367
+ p {
368
+ margin-bottom: 20px;
369
+ }
370
+
371
+ ul {
372
+ margin-top: 10px;
373
+ margin-bottom: 0;
374
+ }
375
+
376
+ li {
377
+ margin-bottom: 20px;
378
+
379
+ &:last-child {
380
+ margin-bottom: 0;
381
+ }
382
+ }
383
+
384
+ .sub-title {
385
+ font-weight: 500;
386
+ margin-top: 32px;
387
+ }
388
+
389
+ .contact-title {
390
+ font-weight: lighter;
391
+ }
392
+
393
+ .footer-contact-cms {
394
+ p:last-child {
395
+ margin-bottom: 0;
396
+ }
397
+ }
398
+
399
+ .footer-social-newsletter {
400
+ .social-container {
401
+ margin-bottom: 64px;
402
+
403
+ @include breakpoint(xs) {
404
+ margin-bottom: 20px;
405
+ }
406
+
407
+ @include breakpoint(sm) {
408
+ margin-bottom: 20px;
409
+ }
410
+
411
+ @include breakpoint(md) {
412
+ margin-bottom: 64px;
413
+ }
414
+
415
+ .social-link {
416
+ padding-right: 10px;
417
+ }
418
+ }
419
+
420
+ .subscriber-form {
421
+ .form-control {
422
+ border-radius: 4px 0 0 4px;
423
+ font-size: 14px;
424
+ height: 46px;
425
+ width: 250px;
426
+
427
+ @include breakpoint(xs) {
428
+ border-radius: 4px;
429
+ width: 100%;
430
+ }
431
+
432
+ @include breakpoint(sm) {
433
+ border-radius: 4px 0 0 4px;
434
+ width: 100%;
435
+ }
436
+ }
437
+
438
+ .btn-subscribe {
439
+ border-radius: 0 4px 4px 0;
440
+ margin: 0;
441
+ line-height: 1.42857;
442
+ font-size: 14px;
443
+ font-weight: 300;
444
+ text-align: center;
445
+ width: 100px;
446
+
447
+ @include breakpoint(xs) {
448
+ border-radius: 4px;
449
+ margin-top: 1rem;
450
+ width: 100%;
451
+ }
452
+
453
+ @include breakpoint(sm) {
454
+ border-radius: 0 4px 4px 0;
455
+ width: 100px;
456
+ }
457
+ }
458
+ }
459
+ }
460
+
461
+ .footer-trs-infotip {
462
+ display: inline-block;
463
+ position: relative;
464
+ top: 4px;
465
+ height: 16px;
466
+ padding-left: 5px;
467
+ }
468
+ }
469
+
470
+ .qpp-hhs-logo-container {
471
+ display: flex;
472
+ flex-direction: row;
473
+ justify-content: space-between;
474
+
475
+ @include breakpoint(xs) {
476
+ flex-direction: column;
477
+ }
478
+
479
+ @include breakpoint(sm) {
480
+ flex-direction: row;
481
+ }
482
+
483
+ .qpp-logo-container {
484
+ margin: 0;
485
+
486
+ @include breakpoint(xs) {
487
+ flex-direction: column;
488
+ margin: 0 auto;
489
+ }
490
+
491
+ @include breakpoint(sm) {
492
+ flex-direction: row;
493
+ margin: 0;
494
+ }
495
+
496
+ .qpp-logo {
497
+ height: 40px;
498
+ width: 170px;
499
+ }
500
+ }
501
+
502
+ .hhs-logo-container {
503
+ display: flex;
504
+ flex-direction: row;
505
+ width: 50%;
506
+ padding: 0;
507
+
508
+ @include breakpoint(xs) {
509
+ flex-direction: column;
510
+ padding-bottom: 8rem;
511
+ width: 100%;
512
+ }
513
+
514
+ @include breakpoint(sm) {
515
+ flex-direction: row;
516
+ width: 60%;
517
+ }
518
+
519
+ @include breakpoint(md) {
520
+ flex-direction: row;
521
+ width: 50%;
522
+ }
523
+
524
+ @include breakpoint(lg) {
525
+ flex-direction: row;
526
+ width: 40%;
527
+ }
528
+
529
+ .hhs-logo {
530
+ width: 53px;
531
+ height: 52px;
532
+ padding: 0;
533
+ margin: 0;
534
+
535
+ @include breakpoint(xs) {
536
+ margin: 3rem auto;
537
+ }
538
+
539
+ @include breakpoint(sm) {
540
+ margin: 0;
541
+ }
542
+ }
543
+
544
+ p {
545
+ line-height: 1.5;
546
+ margin-top: -5px;
547
+ padding-left: 15px;
548
+ width: 410px;
549
+
550
+ @include breakpoint(xs) {
551
+ margin-top: 0;
552
+ padding: 0;
553
+ width: 100%;
554
+ }
555
+
556
+ @include breakpoint(sm) {
557
+ padding-left: 15px;
558
+ width: 410px;
559
+ }
560
+ }
561
+ }
562
+ }
563
+ }
564
+
565
+ .global-footer,
566
+ .feedback-session-sign-up {
567
+ .responsive-container {
568
+ margin: 0 auto;
569
+ padding: 0 15px;
570
+
571
+ @include breakpoint(xs) {
572
+ padding: 0 32px;
573
+ }
574
+
575
+ @include breakpoint(sm) {
576
+ padding: 0 32px;
577
+ }
578
+
579
+ @include breakpoint(md) {
580
+ padding: 0 15px;
581
+ }
582
+ }
583
+ }
584
+
585
+ footer .subscriber-form form {
586
+ display: flex;
587
+ align-items: center;
588
+
589
+ @include breakpoint(xs) {
590
+ flex-direction: column;
591
+ align-items: flex-start;
592
+ }
593
+ }