mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
adding comments
This commit is contained in:
parent
c541278686
commit
76a3331719
14 changed files with 148 additions and 26 deletions
16
src/components/node/NodeComments/styles.scss
Normal file
16
src/components/node/NodeComments/styles.scss
Normal file
|
@ -0,0 +1,16 @@
|
|||
.wrap {
|
||||
display: flex;
|
||||
flex-direction: column-reverse !important;
|
||||
|
||||
& > div {
|
||||
margin: ($gap / 2) 0;
|
||||
|
||||
&:last-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
&:first-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue