@department-of-veterans-affairs/css-library 0.10.1 → 0.11.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.
- package/dist/stylesheets/base/va.css +1 -1
- package/dist/stylesheets/core.css +1 -1
- package/dist/stylesheets/modules/m-megamenu.css +3 -3
- package/dist/stylesheets/modules/m-nav-sidebar.css +1 -1
- package/dist/stylesheets/modules/m-omb-info.css +0 -9
- package/dist/stylesheets/shame.css +1 -1
- package/dist/stylesheets/utilities.css +853 -118
- package/dist/tokens/css/variables.css +10 -2
- package/dist/tokens/json/variables.json +130 -2
- package/dist/tokens/scss/variables.scss +10 -2
- package/package.json +1 -1
|
@@ -1784,7 +1784,7 @@ table {
|
|
|
1784
1784
|
padding-right: 0;
|
|
1785
1785
|
}
|
|
1786
1786
|
}
|
|
1787
|
-
@media screen and (min-width:
|
|
1787
|
+
@media screen and (min-width: 1024px), print and (min-width: 1024px) {
|
|
1788
1788
|
.va-notice--banner .usa-banner-inner {
|
|
1789
1789
|
padding-left: 0;
|
|
1790
1790
|
}
|
|
@@ -7538,7 +7538,7 @@ table {
|
|
|
7538
7538
|
padding-right: 0;
|
|
7539
7539
|
}
|
|
7540
7540
|
}
|
|
7541
|
-
@media screen and (min-width:
|
|
7541
|
+
@media screen and (min-width: 1024px), print and (min-width: 1024px) {
|
|
7542
7542
|
.va-notice--banner .usa-banner-inner {
|
|
7543
7543
|
padding-left: 0;
|
|
7544
7544
|
}
|
|
@@ -342,16 +342,16 @@
|
|
|
342
342
|
vertical-align: middle;
|
|
343
343
|
}
|
|
344
344
|
}
|
|
345
|
-
@media screen and (min-width:
|
|
345
|
+
@media screen and (min-width: 1024px), print and (min-width: 1024px) {
|
|
346
346
|
#mega-menu .vetnav-panel,
|
|
347
347
|
.mega-menu .vetnav-panel {
|
|
348
|
-
width:
|
|
348
|
+
width: 1024px;
|
|
349
349
|
height: 490px;
|
|
350
350
|
}
|
|
351
351
|
#mega-menu .panel-bottom-link,
|
|
352
352
|
.mega-menu .panel-bottom-link {
|
|
353
353
|
position: absolute;
|
|
354
|
-
width:
|
|
354
|
+
width: 727px;
|
|
355
355
|
}
|
|
356
356
|
#mega-menu .column-one,
|
|
357
357
|
.mega-menu .column-one {
|
|
@@ -2,14 +2,5 @@
|
|
|
2
2
|
Variables ported over from Formation so that we can keep those stylesheets
|
|
3
3
|
working while we work on deprecation.
|
|
4
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
5
|
|
|
15
6
|
/*# sourceMappingURL=m-omb-info.css.map */
|