Skip to content

Commit

Permalink
fixup! Tidy up btn-primary usage
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascumsille committed Nov 4, 2024
1 parent 0c830cc commit bf28a3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions web/cobrands/bromley/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -178,12 +178,6 @@ input.field, input.text,
font-family: $body-font;
}

.btn-primary--bg-white {
$bg: #fff;
$hover-bg: darken($bromley_blue, 10%);
@include button-variant($bg, $bg, $bromley_blue, $bromley_blue, $hover-bg, $hover-bg, $bromley_blue, $bg);
}

.container .content {
.frontpage & {
&:first-child p {
Expand Down
2 changes: 1 addition & 1 deletion web/cobrands/buckinghamshire/_colours.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ $front-main-color: $primary_b;
$postcodeform-background: none;
$front-main-color-desktop: $primary_b;
$postcodeform-color: $primary_b;
$postcodeform-color-desktop: $primary_b;
$postcodeform-color-desktop: $primary_b;


@mixin bucks-button {
Expand Down

0 comments on commit bf28a3a

Please sign in to comment.