1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

boxed layout bg

This commit is contained in:
codecalm
2022-02-05 23:22:34 +01:00
parent 3126bc5e24
commit 2bb32c275b

View File

@@ -51,7 +51,7 @@ body {
--#{$variable-prefix}theme-boxed-width: #{map-get($container-max-widths, xxl)};
@include media-breakpoint-up(md) {
background: $gray-800 linear-gradient(to right, rgba(#fff, .1), transparent) fixed;
background: $gray-200 linear-gradient(to right, rgba(#fff, .1), transparent) fixed;
padding: 1rem;
--#{$variable-prefix}theme-boxed-border-radius: #{$border-radius};
}