Skip to content

Commit

Permalink
[General] Enhancing Secondary button and action-menu__button
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascumsille committed Apr 21, 2022
1 parent 7a6cd4d commit bef0ec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/responsive/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

@mixin button-secondary {
@include button-base;
background-color: $color_light_grey;
background-color: mix($color_light_grey, $color_yellow, 95%);
color: $color_black;
font-weight: normal;
&:hover,
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/responsive/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ $mysoc-footer-breakpoint-sm: 42em;
.action-menu__button {
@include button-secondary;
&:after {
border-color: #a5a5a5 transparent transparent transparent;
border-color: #8c8a8a transparent transparent transparent;
right: 7%;
}
}
Expand Down

0 comments on commit bef0ec3

Please sign in to comment.