mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
parent
1663a49cee
commit
073b7b6717
244 changed files with 9494 additions and 8597 deletions
9
dev/scss/bootstrap/mixins/_container.scss
Executable file
9
dev/scss/bootstrap/mixins/_container.scss
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
// Container mixins
|
||||
|
||||
@mixin make-container($gutter: $container-padding-x) {
|
||||
width: 100%;
|
||||
padding-right: var(--#{$variable-prefix}gutter-x, #{$gutter});
|
||||
padding-left: var(--#{$variable-prefix}gutter-x, #{$gutter});
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue