mirror of
https://github.com/tabler/tabler.git
synced 2026-08-24 03:44:40 +04:00
containers, grid fixes, small fixes
This commit is contained in:
@@ -2,6 +2,15 @@
|
||||
border-left: 1px solid $border-color;
|
||||
}
|
||||
|
||||
.container {
|
||||
@each $variation, $size in $container-variations {
|
||||
&-#{$variation} {
|
||||
@include make-container();
|
||||
max-width: $size;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@each $name, $value in (0: 0, xs: .25rem, sm: .5rem, md: 1.5rem, lg: 3rem) {
|
||||
.row-#{$name} {
|
||||
margin-right: (-$value);
|
||||
|
||||
Reference in New Issue
Block a user