Skip to content

Commit

Permalink
button styles final
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Oct 29, 2024
1 parent f3c2fdc commit e8e4098
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions app/assets/stylesheets/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,16 @@ body{
background-color: $black;
color: $white;
border: 3px solid black;
&:hover, &:active, &:focus {
color: $primary;
outline: $primary solid 3px;
}
}
&.btn-secondary {
color: $black;
background-color: $white;
border: 3px solid $black;
}
&:hover, &:active, &:focus {
background-color: $primary;
border: 3px solid $primary;
&:hover, &:active, &:focus {
outline: $black solid 3px;
}
color: $black;
outline: none !important;
}
}

Expand Down

0 comments on commit e8e4098

Please sign in to comment.