mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
16 lines
213 B
SCSS
16 lines
213 B
SCSS
.wrap {
|
|
display: flex;
|
|
flex-direction: column-reverse !important;
|
|
|
|
& > div {
|
|
margin: ($gap / 2) 0;
|
|
|
|
&:last-child {
|
|
margin-top: 0;
|
|
}
|
|
|
|
&:first-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
}
|