@department-of-veterans-affairs/css-library 0.20.0 → 0.21.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/utils.css +1 -1
- package/dist/stylesheets/base/va.css +0 -21
- package/dist/stylesheets/core.css +2771 -91
- package/dist/stylesheets/elements/lists.css +2786 -0
- package/dist/stylesheets/formation-overrides/elements/typography.css +2 -2
- package/dist/stylesheets/modules/m-process-list.css +0 -5
- package/dist/tokens/css/variables.css +1 -1
- package/dist/tokens/scss/variables.scss +1 -1
- package/package.json +1 -1
- package/dist/stylesheets/formation-overrides/elements/lists.css +0 -57
|
@@ -103,23 +103,6 @@ a:visited, a:visited abbr {
|
|
|
103
103
|
color: #54278f;
|
|
104
104
|
}
|
|
105
105
|
|
|
106
|
-
ul {
|
|
107
|
-
padding: 0 0 0 1.5em;
|
|
108
|
-
list-style: square;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
ol {
|
|
112
|
-
margin: 0 0 0 1.25em;
|
|
113
|
-
list-style-position: outside;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
ul > ul,
|
|
117
|
-
ul ol,
|
|
118
|
-
ol > ul,
|
|
119
|
-
ol ol {
|
|
120
|
-
margin: 0.5em 0 0.5em 1.2em;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
106
|
dd {
|
|
124
107
|
margin-left: 0;
|
|
125
108
|
}
|
|
@@ -405,9 +388,5 @@ article > h1 {
|
|
|
405
388
|
margin: 0 0 0.5em 1.5em;
|
|
406
389
|
padding: 0;
|
|
407
390
|
}
|
|
408
|
-
.feature ul li {
|
|
409
|
-
list-style: square;
|
|
410
|
-
margin: 0;
|
|
411
|
-
}
|
|
412
391
|
|
|
413
392
|
/*# sourceMappingURL=va.css.map */
|