haikal/static/scss/theme/helpers/_position.scss
Marwan Alwali b6486bb657 update
2024-12-25 17:51:07 +03:00

14 lines
355 B
SCSS

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