feat(components): add offcanvas component

This commit is contained in:
Alexander Navarro 2024-12-26 19:49:08 -03:00
parent e0ed5a5ddd
commit c47a2eff89
14 changed files with 233 additions and 129 deletions

View file

@ -123,10 +123,18 @@
align-items: center;
}
.msp-justify-content-start {
justify-content: start !important;
}
.msp-justify-content-center {
justify-content: center !important;
}
.msp-justify-content-end {
justify-content: end !important;
}
.msp-justify-content-between {
justify-content: space-between !important;
}