Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
Update border color of outlined button style
Browse files Browse the repository at this point in the history
  • Loading branch information
rayestrada committed Dec 18, 2023
1 parent e6131d2 commit b506d58
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 8 additions & 0 deletions assets/styles/component/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
margin-top: 1rem;
margin-bottom: 3rem;
}

&.usa-button--outline,
&.usa-button--outline:hover,
&.usa-button--outline:focus {
background-color: transparent;
color: $color-blue-dark;
box-shadow: inset 0 0 0 2px $color-blue-dark;
}
}

.usa-button:hover,
Expand Down
5 changes: 0 additions & 5 deletions assets/styles/nvrf.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@
color: #b50909;
}

.back-button {
background-color: transparent;
color: #11385B;
}

.divider-grey {
display: inline-block;
height: 1px;
Expand Down

0 comments on commit b506d58

Please sign in to comment.