Skip to content

Commit

Permalink
added extra styles
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisten committed May 17, 2021
1 parent f1beab3 commit 53aa3e9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions web/themes/custom/atrium/src/sass/atrium.style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@
@import 'components/share/share-content';
@import 'components/text/text';
@import 'components/views/views';
@import 'components/blocks/blocks';
10 changes: 10 additions & 0 deletions web/themes/custom/atrium/src/sass/components/blocks/_blocks.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
jcc-hero--has-background-color--dark{
a.usa-button{
//background-color: color($theme-color-secondary);
color: $theme-color-base-darkest;
background-color: $theme-color-warning;
&:hover {
background-color: $theme-color-warning-dark;
}
}
}

1 comment on commit 53aa3e9

@sleepingmonk
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Visit Site

Created multidev environment ci-2905 for jcc-srl.

Please sign in to comment.