@department-of-veterans-affairs/css-library 0.8.1 → 0.8.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.
@@ -15,7 +15,7 @@ body {
15
15
  }
16
16
 
17
17
  html {
18
- font-size: 10px;
18
+ font-size: 16px;
19
19
  font-weight: 500;
20
20
  }
21
21
 
@@ -4604,7 +4604,7 @@ caption {
4604
4604
  */
4605
4605
  html {
4606
4606
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
4607
- font-size: 10px;
4607
+ font-size: 16px;
4608
4608
  }
4609
4609
 
4610
4610
  body {
@@ -5755,7 +5755,7 @@ body {
5755
5755
  }
5756
5756
 
5757
5757
  html {
5758
- font-size: 10px;
5758
+ font-size: 16px;
5759
5759
  font-weight: 500;
5760
5760
  }
5761
5761
 
@@ -46,7 +46,7 @@ $color-secondary-lightest: $color-red-lightest;
46
46
  $color-blue-darkest: #112e51;
47
47
  $color-primary-darkest: $color-blue-darkest;
48
48
 
49
- $color-green: #2e8540;
49
+ $color-green: #008817;
50
50
  $color-green-lightest:#e7f4e4;
51
51
 
52
52
  $color-green-light: #4aa564;
@@ -96,7 +96,7 @@ $spacing-x-small: scale-rem(0.5rem);
96
96
  $spacing-md-small: scale-rem(1.5rem);
97
97
  $spacing-medium: scale-rem(2rem);
98
98
 
99
- $em-base: 10px;
99
+ $em-base: 16px;
100
100
  $base-line-height: 1.5;
101
101
  $heading-line-height: 1.3;
102
102
  $text-max-width: scale-rem(70rem); // Note: USWDS value is 53rem;
@@ -151,7 +151,7 @@ $units:(
151
151
  -15: -12,
152
152
  );
153
153
 
154
- // Variables used in vets-website
154
+ // Variables still used in vets-website
155
155
  $grid-columns: 12 !default;
156
156
  $button-border-radius: 5px !default;
157
157
  $mm-gray: #f0f0f0; //Deprecated color, used in mega-menu
@@ -159,7 +159,6 @@ $color-transparent: rgba(#000, 0) !default;
159
159
  $color-white: #ffffff !default;
160
160
  $color-orange: #dd7533;
161
161
 
162
-
163
162
  //===================================
164
163
  // Z-index values
165
164
  //===================================
@@ -31,7 +31,7 @@
31
31
 
32
32
  html {
33
33
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
34
- font-size: 10px;
34
+ font-size: 16px;
35
35
  }
36
36
 
37
37
  body {
@@ -1406,9 +1406,6 @@ a.vads-c-action-link--blue:before, a.vads-c-action-link--green:before, a.vads-c-
1406
1406
  position: absolute;
1407
1407
  left: 0px;
1408
1408
  top: -4px;
1409
- font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
1410
- font-size: 1.06rem;
1411
- line-height: 1.5;
1412
1409
  }
1413
1410
 
1414
1411
  a.vads-c-action-link--blue:before {
@@ -1416,7 +1413,7 @@ a.vads-c-action-link--blue:before {
1416
1413
  }
1417
1414
 
1418
1415
  a.vads-c-action-link--green:before {
1419
- color: #2e8540;
1416
+ color: #008817;
1420
1417
  }
1421
1418
 
1422
1419
  a.vads-c-action-link--white {
@@ -1433,11 +1430,11 @@ a.vads-c-action-link--white:before {
1433
1430
  }
1434
1431
 
1435
1432
  a.vads-c-action-link--white:hover {
1436
- color: #fef0c8;
1433
+ color: #face00;
1437
1434
  background-color: transparent;
1438
1435
  }
1439
1436
  a.vads-c-action-link--white:hover:before {
1440
- color: #fef0c8;
1437
+ color: #face00;
1441
1438
  }
1442
1439
 
1443
1440
  /*# sourceMappingURL=m-action-link.css.map */
@@ -82,10 +82,10 @@
82
82
  background-color: #f9dede;
83
83
  }
84
84
  .usa-alert-success {
85
- border-left-color: #2e8540;
85
+ border-left-color: #008817;
86
86
  }
87
87
  .usa-alert-success::before {
88
- color: #2e8540;
88
+ color: #008817;
89
89
  content: "\f00c";
90
90
  }
91
91
  .usa-alert-success.background-color-only {
@@ -101,10 +101,10 @@
101
101
  background-color: #fff1d2;
102
102
  }
103
103
  .usa-alert-continue {
104
- border-left-color: #2e8540;
104
+ border-left-color: #008817;
105
105
  }
106
106
  .usa-alert-continue::before {
107
- color: #2e8540;
107
+ color: #008817;
108
108
  content: "\f023";
109
109
  }
110
110
  .usa-alert.background-color-only {
@@ -44,7 +44,7 @@ legend.legend-label + .form-radio-buttons {
44
44
  }
45
45
 
46
46
  button.form-button-green {
47
- background: #2e8540;
47
+ background: #008817;
48
48
  }
49
49
 
50
50
  button.form-button-disabled {
@@ -23,7 +23,7 @@
23
23
  background: #5b616b;
24
24
  }
25
25
  .form-process li.section-complete:before {
26
- background: #2e8540;
26
+ background: #008817;
27
27
  content: "✔︎";
28
28
  }
29
29
  @media screen and (max-width: 481px) {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 07 Jun 2024 19:53:59 GMT
3
+ * Generated on Mon, 10 Jun 2024 21:05:47 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 07 Jun 2024 19:53:59 GMT
3
+ // Generated on Mon, 10 Jun 2024 21:05:47 GMT
4
4
 
5
5
  $xsmall-screen: 320px;
6
6
  $small-screen: 481px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@department-of-veterans-affairs/css-library",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "description": "Department of Veterans Affairs stylesheets, tokens, and utilities",
5
5
  "packageManager": "yarn@3.2.0",
6
6
  "files": [