Skip to content

Commit

Permalink
remove gibill-accent
Browse files Browse the repository at this point in the history
  • Loading branch information
micahchiang committed Aug 30, 2023
1 parent adae542 commit 1917065
Show file tree
Hide file tree
Showing 15 changed files with 46 additions and 49 deletions.
2 changes: 1 addition & 1 deletion packages/css-library/dist/tokens/css/variables.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Tue, 29 Aug 2023 17:17:03 GMT
* Generated on Wed, 30 Aug 2023 21:46:32 GMT
*/

:root {
Expand Down
2 changes: 1 addition & 1 deletion packages/css-library/dist/tokens/scss/variables.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Tue, 29 Aug 2023 17:17:03 GMT
// Generated on Wed, 30 Aug 2023 21:46:32 GMT

$color-base: #212121;
$color-white: #ffffff;
Expand Down
45 changes: 0 additions & 45 deletions packages/css-library/dist/utilities.css
Original file line number Diff line number Diff line change
Expand Up @@ -3081,21 +3081,6 @@ through all possible variants
background-color: #fac922;
}

/*
@if map-deep-get($utility, settings, responsive) {
@include render-media-queries(
$utility,
$selector,
$property,
$value,
$val-props
);
}
*/
.vads-bg-gibill-accent {
background-color: #fff1d2;
}

/*
@if map-deep-get($utility, settings, responsive) {
@include render-media-queries(
Expand Down Expand Up @@ -4521,21 +4506,6 @@ through all possible variants
border-color: #fac922;
}

/*
@if map-deep-get($utility, settings, responsive) {
@include render-media-queries(
$utility,
$selector,
$property,
$value,
$val-props
);
}
*/
.vads-border-gibill-accent {
border-color: #fff1d2;
}

/*
@if map-deep-get($utility, settings, responsive) {
@include render-media-queries(
Expand Down Expand Up @@ -5316,21 +5286,6 @@ through all possible variants
color: #fac922;
}

/*
@if map-deep-get($utility, settings, responsive) {
@include render-media-queries(
$utility,
$selector,
$property,
$value,
$val-props
);
}
*/
.vads-gibill-accent {
color: #fff1d2;
}

/*
@if map-deep-get($utility, settings, responsive) {
@include render-media-queries(
Expand Down
2 changes: 1 addition & 1 deletion packages/css-library/dist/utilities.css.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion packages/css-library/src/tokens/color.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ $tokens-color-basic: (
"orange": false,
"link-default": $color-link-default,
"warning-message": $color-warning-message,
"gibill-accent": $color-gibill-accent,
"primary": $color-primary,
"primary-darker": $color-primary-darker,
"primary-darkest": $color-primary-darkest,
Expand Down
1 change: 1 addition & 0 deletions packages/web-components/assets/arrow-both.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/web-components/assets/check.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions packages/web-components/assets/green-check.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/web-components/assets/icon-dot-gov.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/web-components/assets/icon-https.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions packages/web-components/assets/minus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions packages/web-components/assets/plus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions packages/web-components/assets/sort-arrow-down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions packages/web-components/assets/sort-arrow-up.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/web-components/assets/sprite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1917065

Please sign in to comment.