@department-of-veterans-affairs/css-library 0.12.2 → 0.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3575,8 +3575,8 @@ dfn {
|
|
|
3575
3575
|
|
|
3576
3576
|
.usa-alert-success {
|
|
3577
3577
|
background-color: #ecf3ec;
|
|
3578
|
-
background-image: url("/img/
|
|
3579
|
-
background-image: url("/img/
|
|
3578
|
+
background-image: url("/img/success.png");
|
|
3579
|
+
background-image: url("/img/success.svg");
|
|
3580
3580
|
}
|
|
3581
3581
|
.usa-alert-success::before {
|
|
3582
3582
|
background-color: #008817;
|
|
@@ -3587,8 +3587,8 @@ dfn {
|
|
|
3587
3587
|
|
|
3588
3588
|
.usa-alert-warning {
|
|
3589
3589
|
background-color: #fef0c8;
|
|
3590
|
-
background-image: url("/img/
|
|
3591
|
-
background-image: url("/img/
|
|
3590
|
+
background-image: url("/img/warning.png");
|
|
3591
|
+
background-image: url("/img/warning.svg");
|
|
3592
3592
|
}
|
|
3593
3593
|
.usa-alert-warning::before {
|
|
3594
3594
|
background-color: #ffbe2e;
|
|
@@ -3599,8 +3599,8 @@ dfn {
|
|
|
3599
3599
|
|
|
3600
3600
|
.usa-alert-error {
|
|
3601
3601
|
background-color: #f8dfe2;
|
|
3602
|
-
background-image: url("/img/
|
|
3603
|
-
background-image: url("/img/
|
|
3602
|
+
background-image: url("/img/error.png");
|
|
3603
|
+
background-image: url("/img/error.svg");
|
|
3604
3604
|
}
|
|
3605
3605
|
.usa-alert-error::before {
|
|
3606
3606
|
background-color: #d83933;
|
|
@@ -3611,8 +3611,8 @@ dfn {
|
|
|
3611
3611
|
|
|
3612
3612
|
.usa-alert-info {
|
|
3613
3613
|
background-color: #e1f3f8;
|
|
3614
|
-
background-image: url("/img/
|
|
3615
|
-
background-image: url("/img/
|
|
3614
|
+
background-image: url("/img/info.png");
|
|
3615
|
+
background-image: url("/img/info.svg");
|
|
3616
3616
|
}
|
|
3617
3617
|
.usa-alert-info::before {
|
|
3618
3618
|
background-color: #00bde3;
|
|
@@ -1398,29 +1398,36 @@ a.vads-c-action-link--blue, a.vads-c-action-link--green, a.vads-c-action-link--w
|
|
|
1398
1398
|
display: inline-block;
|
|
1399
1399
|
}
|
|
1400
1400
|
a.vads-c-action-link--blue:before, a.vads-c-action-link--green:before, a.vads-c-action-link--white:before {
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1401
|
+
background-image: url("/img/arrow-right-white.svg");
|
|
1402
|
+
background-size: 18px 18px;
|
|
1403
|
+
background-repeat: no-repeat;
|
|
1404
|
+
background-position: center;
|
|
1405
|
+
border-radius: 50%;
|
|
1406
|
+
content: "";
|
|
1407
|
+
height: 30px;
|
|
1408
|
+
width: 30px;
|
|
1406
1409
|
position: absolute;
|
|
1407
|
-
|
|
1408
|
-
|
|
1410
|
+
top: 2px;
|
|
1411
|
+
left: 0;
|
|
1412
|
+
font-family: unset;
|
|
1413
|
+
font-weight: unset;
|
|
1414
|
+
font-size: unset;
|
|
1409
1415
|
}
|
|
1410
1416
|
|
|
1411
1417
|
a.vads-c-action-link--blue:before {
|
|
1412
|
-
color: #005ea2;
|
|
1418
|
+
background-color: #005ea2;
|
|
1413
1419
|
}
|
|
1414
1420
|
|
|
1415
1421
|
a.vads-c-action-link--green:before {
|
|
1416
|
-
color: #008817;
|
|
1422
|
+
background-color: #008817;
|
|
1417
1423
|
}
|
|
1418
1424
|
|
|
1419
1425
|
a.vads-c-action-link--white {
|
|
1420
1426
|
color: #ffffff;
|
|
1421
1427
|
}
|
|
1422
1428
|
a.vads-c-action-link--white:before {
|
|
1423
|
-
|
|
1429
|
+
background-image: url("/img/arrow-right.svg");
|
|
1430
|
+
background-color: #ffffff;
|
|
1424
1431
|
-webkit-transition-duration: 0.3s;
|
|
1425
1432
|
transition-duration: 0.3s;
|
|
1426
1433
|
-webkit-transition-timing-function: ease-in-out;
|
|
@@ -1434,7 +1441,7 @@ a.vads-c-action-link--white:hover {
|
|
|
1434
1441
|
background-color: transparent;
|
|
1435
1442
|
}
|
|
1436
1443
|
a.vads-c-action-link--white:hover:before {
|
|
1437
|
-
color: #face00;
|
|
1444
|
+
background-color: #face00;
|
|
1438
1445
|
}
|
|
1439
1446
|
|
|
1440
1447
|
/*# sourceMappingURL=m-action-link.css.map */
|
|
@@ -22,14 +22,23 @@
|
|
|
22
22
|
width: 100%;
|
|
23
23
|
}
|
|
24
24
|
.usa-alert::before {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
background:
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
25
|
+
background-image: url("/img/info.svg");
|
|
26
|
+
background-size: 35px 35px;
|
|
27
|
+
background-repeat: no-repeat;
|
|
28
|
+
background-position: center;
|
|
29
|
+
background-color: unset;
|
|
30
|
+
border-radius: 50%;
|
|
31
|
+
content: "";
|
|
32
|
+
height: 31px;
|
|
33
|
+
width: 31px;
|
|
34
|
+
top: 2px;
|
|
35
|
+
left: 0;
|
|
36
|
+
font-family: unset;
|
|
37
|
+
font-weight: unset;
|
|
38
|
+
font-size: unset;
|
|
39
|
+
margin-right: 1rem;
|
|
31
40
|
position: static;
|
|
32
|
-
|
|
41
|
+
display: block;
|
|
33
42
|
}
|
|
34
43
|
.usa-alert .usa-alert-body {
|
|
35
44
|
display: table-cell;
|
|
@@ -66,7 +75,7 @@
|
|
|
66
75
|
border-left-color: #00a6d2;
|
|
67
76
|
}
|
|
68
77
|
.usa-alert-info::before {
|
|
69
|
-
|
|
78
|
+
background-image: url("/img/info.svg");
|
|
70
79
|
}
|
|
71
80
|
.usa-alert-info.background-color-only {
|
|
72
81
|
background-color: #e1f3f8;
|
|
@@ -75,8 +84,7 @@
|
|
|
75
84
|
border-left-color: #cd2026;
|
|
76
85
|
}
|
|
77
86
|
.usa-alert-error::before {
|
|
78
|
-
|
|
79
|
-
content: "\f06a";
|
|
87
|
+
background-image: url("/img/error.svg");
|
|
80
88
|
}
|
|
81
89
|
.usa-alert-error.background-color-only {
|
|
82
90
|
background-color: #f9dede;
|
|
@@ -85,8 +93,7 @@
|
|
|
85
93
|
border-left-color: #008817;
|
|
86
94
|
}
|
|
87
95
|
.usa-alert-success::before {
|
|
88
|
-
|
|
89
|
-
content: "\f00c";
|
|
96
|
+
background-image: url("/img/success.svg");
|
|
90
97
|
}
|
|
91
98
|
.usa-alert-success.background-color-only {
|
|
92
99
|
background-color: #e7f4e4;
|
|
@@ -95,7 +102,7 @@
|
|
|
95
102
|
border-left-color: #fdb81e;
|
|
96
103
|
}
|
|
97
104
|
.usa-alert-warning::before {
|
|
98
|
-
|
|
105
|
+
background-image: url("/img/warning.svg");
|
|
99
106
|
}
|
|
100
107
|
.usa-alert-warning.background-color-only {
|
|
101
108
|
background-color: #fff1d2;
|
|
@@ -103,10 +110,6 @@
|
|
|
103
110
|
.usa-alert-continue {
|
|
104
111
|
border-left-color: #008817;
|
|
105
112
|
}
|
|
106
|
-
.usa-alert-continue::before {
|
|
107
|
-
color: #008817;
|
|
108
|
-
content: "\f023";
|
|
109
|
-
}
|
|
110
113
|
.usa-alert.background-color-only {
|
|
111
114
|
border-left: none;
|
|
112
115
|
padding: 1.25rem;
|
|
@@ -243,12 +246,7 @@ p.usa-alert-heading {
|
|
|
243
246
|
border-top: 0.625rem solid #00a6d2;
|
|
244
247
|
}
|
|
245
248
|
.usa-alert-full-width-info .usa-alert:before, .usa-alert-full-width-information .usa-alert:before {
|
|
246
|
-
content: "\f05a";
|
|
247
249
|
background: none;
|
|
248
|
-
font-size: 1.25rem;
|
|
249
|
-
margin-right: 0.9375rem;
|
|
250
|
-
position: static;
|
|
251
|
-
font-weight: 900;
|
|
252
250
|
}
|
|
253
251
|
|
|
254
252
|
/*# sourceMappingURL=m-alert.css.map */
|