@department-of-veterans-affairs/css-library 0.23.0 → 0.23.2
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/img/correct8.png +0 -0
- package/dist/img/correct8.svg +0 -0
- package/dist/img/error.png +0 -0
- package/dist/img/error.svg +0 -0
- package/dist/img/info.png +0 -0
- package/dist/img/info.svg +0 -0
- package/dist/img/success.png +0 -0
- package/dist/img/success.svg +0 -0
- package/dist/img/warning.png +0 -0
- package/dist/img/warning.svg +0 -0
- package/dist/stylesheets/base/headings.css +5 -5
- package/dist/stylesheets/base/utils.css +3 -3
- package/dist/stylesheets/core.css +4511 -3055
- package/dist/stylesheets/elements/media-block.css +1459 -0
- package/dist/stylesheets/formation-overrides/_variables.scss +6 -6
- package/dist/stylesheets/formation-overrides/elements/inputs.css +1 -1
- package/dist/stylesheets/formation-overrides/elements/labels.css +1 -1
- package/dist/stylesheets/formation-overrides/elements/typography.css +7 -7
- package/dist/stylesheets/shame.css +1 -1
- package/dist/stylesheets/utilities.css +14 -14
- package/dist/tokens/css/variables.css +9 -9
- package/dist/tokens/json/variables.json +15 -15
- package/dist/tokens/scss/variables.scss +9 -9
- package/package.json +2 -2
package/dist/img/correct8.png
CHANGED
|
File without changes
|
package/dist/img/correct8.svg
CHANGED
|
File without changes
|
package/dist/img/error.png
CHANGED
|
File without changes
|
package/dist/img/error.svg
CHANGED
|
File without changes
|
package/dist/img/info.png
CHANGED
|
File without changes
|
package/dist/img/info.svg
CHANGED
|
File without changes
|
package/dist/img/success.png
CHANGED
|
File without changes
|
package/dist/img/success.svg
CHANGED
|
File without changes
|
package/dist/img/warning.png
CHANGED
|
File without changes
|
package/dist/img/warning.svg
CHANGED
|
File without changes
|
|
@@ -1480,7 +1480,7 @@ h1 {
|
|
|
1480
1480
|
}
|
|
1481
1481
|
|
|
1482
1482
|
h2 {
|
|
1483
|
-
font-size:
|
|
1483
|
+
font-size: 2rem;
|
|
1484
1484
|
}
|
|
1485
1485
|
|
|
1486
1486
|
h3 {
|
|
@@ -1501,10 +1501,10 @@ h6 {
|
|
|
1501
1501
|
|
|
1502
1502
|
@media (max-width: 481px) {
|
|
1503
1503
|
h1 {
|
|
1504
|
-
font-size:
|
|
1504
|
+
font-size: 1.875rem;
|
|
1505
1505
|
}
|
|
1506
1506
|
h2 {
|
|
1507
|
-
font-size:
|
|
1507
|
+
font-size: 1.5rem;
|
|
1508
1508
|
}
|
|
1509
1509
|
}
|
|
1510
1510
|
h6 {
|
|
@@ -1515,10 +1515,10 @@ h6 {
|
|
|
1515
1515
|
|
|
1516
1516
|
@media (max-width: 481px) {
|
|
1517
1517
|
h1 {
|
|
1518
|
-
font-size:
|
|
1518
|
+
font-size: 1.875rem;
|
|
1519
1519
|
}
|
|
1520
1520
|
h2 {
|
|
1521
|
-
font-size:
|
|
1521
|
+
font-size: 1.5rem;
|
|
1522
1522
|
}
|
|
1523
1523
|
}
|
|
1524
1524
|
h6 {
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
font-weight: 700;
|
|
112
112
|
}
|
|
113
113
|
.heading-level-2 {
|
|
114
|
-
font-size:
|
|
114
|
+
font-size: 2rem;
|
|
115
115
|
font-weight: 700;
|
|
116
116
|
}
|
|
117
117
|
.heading-level-3 {
|
|
@@ -123,11 +123,11 @@
|
|
|
123
123
|
font-weight: 700;
|
|
124
124
|
}
|
|
125
125
|
.heading-level-5 {
|
|
126
|
-
font-size: 0.
|
|
126
|
+
font-size: 0.938rem;
|
|
127
127
|
font-weight: 700;
|
|
128
128
|
}
|
|
129
129
|
.heading-level-6 {
|
|
130
|
-
font-size: 0.
|
|
130
|
+
font-size: 0.938rem;
|
|
131
131
|
font-weight: 400;
|
|
132
132
|
line-height: 1.5;
|
|
133
133
|
text-transform: none;
|