Skip to content

Commit

Permalink
Edit switch fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Apr 18, 2024
1 parent e10f70b commit 7db34f2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scss/lexa.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,15 @@
.popover-region-container {
top: $navbar-height / 2;
}

.editmode-switch-form {
.text-primary {
color: $white !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
border-color: $light-borders;
}
}
}

@include media-breakpoint-up(md) {
Expand Down
1 change: 1 addition & 0 deletions scss/lexapre.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
$blue: #0063a6 !default;
$red: #ea3a3d !default;
$green: #16cc69 !default;
$light-borders: #e9f0f3 !default;

$primary: $blue !default;
$secondary: #0cb9c5 !default;
Expand Down

0 comments on commit 7db34f2

Please sign in to comment.