Skip to content

Commit

Permalink
Merge pull request #323 from TACC/quick/fix-style-that-is-not-used-yet
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar authored Aug 23, 2021
2 parents 98431d1 + 96e20cd commit 5af9da2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Styleguide Objects.Section
/* FAQ: Banners should not touch a border of the following section */
.o-section--style-light:not(.o-section--banner)
+ .o-section--style-light:not(.o-section--banner) {
border-top: var(--hr-height) solid var(--global-color-primary--xx-light);
border-top: var(--hr-height) solid var(--global-color-primary--normal);
}

/* Modifers: Style: (Fake) Endless Background */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

--global-color-primary--xx-light: #FFFFFF;
--global-color-primary--x-light: #F4F4F4;
--global-color-primary--x-light-rgb: 244, 244, 244;
--global-color-primary--x-light-rgb: 244, 244, 244;
--global-color-primary--light: #C6C6C6;
--global-color-primary--normal: #AFAFAF;
--global-color-primary--dark: #707070;
Expand Down

0 comments on commit 5af9da2

Please sign in to comment.