@department-of-veterans-affairs/css-library 0.16.0 → 0.16.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.
|
@@ -371,6 +371,12 @@ article > h1 {
|
|
|
371
371
|
vertical-align: -1px;
|
|
372
372
|
}
|
|
373
373
|
|
|
374
|
+
.va-address-block {
|
|
375
|
+
margin-left: 3.125rem;
|
|
376
|
+
border-left: 3px solid #005ea2;
|
|
377
|
+
padding-left: 0.625rem;
|
|
378
|
+
}
|
|
379
|
+
|
|
374
380
|
.last-updated {
|
|
375
381
|
margin-top: 1.5em;
|
|
376
382
|
border-top: 2px solid #aeb0b5;
|
|
@@ -6405,6 +6405,12 @@ article > h1 {
|
|
|
6405
6405
|
vertical-align: -1px;
|
|
6406
6406
|
}
|
|
6407
6407
|
|
|
6408
|
+
.va-address-block {
|
|
6409
|
+
margin-left: 3.125rem;
|
|
6410
|
+
border-left: 3px solid #005ea2;
|
|
6411
|
+
padding-left: 0.625rem;
|
|
6412
|
+
}
|
|
6413
|
+
|
|
6408
6414
|
.last-updated {
|
|
6409
6415
|
margin-top: 1.5em;
|
|
6410
6416
|
border-top: 2px solid #aeb0b5;
|