Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Commit

Permalink
lint stylesheets
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhmarsh committed Dec 27, 2021
1 parent 45b870f commit a60658d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions src/base/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ $color-met-red: #e4002b;
$color-red-error: #a6192e;
$color-green-good-news-100: #004031;
$color-green-good-news-200: #006540;
$color-green-good-news-300: #39A082; // this and above = not high enough contrast for white bg!
$color-green-good-news-400: #00BA84;
$color-green-good-news-500: #64F1C8;
$color-green-good-news-600: #E8FFF7;
$color-green-good-news-300: #39a082; // this and above = not high enough contrast for white bg!
$color-green-good-news-400: #00ba84;
$color-green-good-news-500: #64f1c8;
$color-green-good-news-600: #e8fff7;
$color-green-good-news: $color-green-good-news-200;

$color-orange: #fe8800;
Expand Down
2 changes: 1 addition & 1 deletion src/components/carousel/slide/carousel-slide.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ $carousel-slide-width: 550px;

.carousel-slide__body {
@include typography-info-label;
}
}
4 changes: 2 additions & 2 deletions src/global/accessibility.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@

&:not([aria-hidden="true"][tabindex="-1"]) {
// bad implementation!
border: 2px solid red;
border: 2px solid $color-red-error;
};
};
};

0 comments on commit a60658d

Please sign in to comment.