feat(components): add offcanvas component
This commit is contained in:
parent
e0ed5a5ddd
commit
c47a2eff89
14 changed files with 233 additions and 129 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue