mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
NodeNoComments
This commit is contained in:
parent
ea87b50a83
commit
b5b8d78cea
7 changed files with 69 additions and 9 deletions
|
@ -1,8 +1,12 @@
|
|||
.wrap {
|
||||
background: $comment_bg;
|
||||
min-height: 200px;
|
||||
min-height: 64px;
|
||||
display: flex;
|
||||
box-shadow: $comment_shadow;
|
||||
|
||||
&:global(.is_empty) {
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
|
||||
.text {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue