1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-23 05:51:42 +04:00

boxed layout bg

This commit is contained in:
codecalm
2022-02-05 23:27:30 +01:00
parent 000ccb8e12
commit 2f5de7b68b
+1 -1
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-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};
}