Skip to content

Commit

Permalink
fix bootstrap 5 variable naming
Browse files Browse the repository at this point in the history
  • Loading branch information
njaeggi committed Dec 4, 2023
1 parent 5815ba2 commit b07a9bd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/assets/stylesheets/hitobito/customizable/_wagon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ html.turbolinks-progress-bar::before {


.btn {
@include buttonBackground($btn-background, $btn-background-highlight, $green, 0 1px 1px rgba(255,255,255,.75));
@include btn-bg($btn-bg, $btn-bg-highlight, $green, 0 1px 1px rgba(255,255,255,.75));
color: $green;

&:hover,
Expand Down Expand Up @@ -167,12 +167,11 @@ html.turbolinks-progress-bar::before {
}

.btn-danger {
@include buttonBackground($btn-danger-background, $btn-danger-background-highlight);
@include button-bg($btn-danger-bg, $btn-danger-bg-highlight);
}

.btn-primary {
@include buttonBackground($btnPrimaryBackground, $btnPrimaryBackgroundHighlight);
}
@include button-bg($btn-primary-bg, $btn-primary-bg-highlight);}

.btn-group.open .btn.dropdown-toggle {
background: $btn-background-highlight;
Expand Down

0 comments on commit b07a9bd

Please sign in to comment.