Skip to content

Commit

Permalink
boxed layout bg
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Feb 5, 2022
1 parent 000ccb8 commit 2f5de7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/layout/_core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ body {
--#{$variable-prefix}theme-boxed-width: #{map-get($container-max-widths, xxl)};

@include media-breakpoint-up(md) {
background: $gray-200 linear-gradient(to right, rgba(#fff, .1), transparent) fixed;
background: $dark linear-gradient(to right, rgba(#fff, .1), transparent) fixed;
padding: 1rem;
--#{$variable-prefix}theme-boxed-border-radius: #{$border-radius};
}
Expand Down

0 comments on commit 2f5de7b

Please sign in to comment.