1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00
vault-frontend/src/components/node/NodeComments/styles.scss
2019-08-26 15:37:11 +07:00

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;
}
}
}