Skip to content

Commit

Permalink
refactor: indent
Browse files Browse the repository at this point in the history
Co-authored-by: Caroline Desprat <[email protected]>
  • Loading branch information
pirhoo and caro3801 committed Jul 3, 2024
1 parent efd4a3e commit bd3bbbe
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
@import '~node_modules/bootstrap-vue-next/dist/bootstrap-vue-next.css';
// @TODO bundle Murmur so the import is easier
@import '~node_modules/@icij/murmur-next/dist/lib/murmur.css';
@include color-mode(light) {

@include color-mode(light) {
.btn-outline-secondary {
--#{$prefix}btn-color: var(--bs-body-color);
--#{$prefix}btn-hover-bg: #{tint-color($secondary, 90%)};
Expand All @@ -26,9 +26,9 @@
--#{$prefix}btn-hover-bg: #{tint-color($tertiary, 60%)};
--#{$prefix}btn-active-bg: #{tint-color($tertiary, 60%)};
--#{$prefix}btn-active-shadow: 1px 1px 8px 5px #{tint-color($tertiary, 70%)};

}
}

@include color-mode(dark) {
.btn-outline-secondary {
--#{$prefix}btn-color: var(--bs-body-color);
Expand All @@ -39,16 +39,13 @@
--#{$prefix}btn-active-shadow: 1px 1px 8px 5px #{shade-color($tertiary, 70%)};
}
.btn-outline-tertiary {
--#{$prefix}btn-color: var(--bs-body-color);
--#{$prefix}btn-hover-bg: #{shade-color($tertiary, 60%)};
--#{$prefix}btn-active-bg: #{shade-color($tertiary, 60%)};
box-shadow: 1px 1px 8px 5px #{shade-color($tertiary, 70%)};
}
--#{$prefix}btn-color: var(--bs-body-color);
--#{$prefix}btn-hover-bg: #{shade-color($tertiary, 60%)};
--#{$prefix}btn-active-bg: #{shade-color($tertiary, 60%)};
box-shadow: 1px 1px 8px 5px #{shade-color($tertiary, 70%)};
}
}




html {
font-size: 1rem;
}
Expand Down

0 comments on commit bd3bbbe

Please sign in to comment.