Skip to content

Commit

Permalink
extra items
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisten committed May 20, 2021
1 parent d59e3ef commit 4903197
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
2 changes: 1 addition & 1 deletion web/themes/custom/atrium/assets/css/atrium.style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 22 additions & 3 deletions web/themes/custom/atrium/src/sass/components/blocks/_blocks.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
.jcc-hero--has-background-color--dark{
a.usa-button{
color: color($theme-color-base-darkest);
background-color: color($theme-color-warning);
color: color($theme-color-accent-cool-darker);
//background-color: color($theme-color-warning);
background-color: #ffffff;
&:hover {
background-color: color($theme-color-warning-dark);
color: color($theme-color-base-ink);
background-color: color($theme-color-warning);
}
}
}
.jcc-hero{
ul li {
margin-bottom: .25rem;
}
.jcc-hero__column-right {
p{
max-width: 300px;
}
}
}

.jcc-card--icon {
.usa-card__body{
padding-top:0;
}
}

3 changes: 3 additions & 0 deletions web/themes/custom/atrium/src/sass/components/text/_text.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
hr {
color: #c9c9c9;
border-top: none;
border-left: none;
border-right: none;
}

1 comment on commit 4903197

@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 pr-429 for jcc-srl.

Please sign in to comment.