Skip to content

Commit

Permalink
Add .application-button-small
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Jan 12, 2024
1 parent d0439b8 commit 6123241
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions scss/modules/lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -886,6 +886,20 @@ div.node--type-news {
}
}

.application-button-small {
background-color: unset;
border-color: unset;
height: 150px;
padding: 10px;
width: 160px;

&:hover {
background-color: unset;
border-color: $brand-primary;
box-shadow: 0 2px 10px $brand-primary, inset 0 1px 3px $brand-primary;
}
}

.node--type-consortia {
border-bottom: 0;
border-top: 1px solid $cold-grey-03;
Expand Down

0 comments on commit 6123241

Please sign in to comment.