14 lines
355 B
SCSS

/* -------------------------------------------------------------------------- */
/* Position */
/* -------------------------------------------------------------------------- */
.container,
.container-fluid {
position: relative;
}
.all-0 {
top: 0;
right: 0;
bottom: 0;
left: 0;
}