mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
tags
This commit is contained in:
parent
163a46ace2
commit
b8b1e49d94
11 changed files with 176 additions and 48 deletions
|
@ -30,6 +30,7 @@
|
|||
|
||||
.node {
|
||||
background: $node_bg;
|
||||
box-shadow: $node_shadow;
|
||||
}
|
||||
|
||||
.image {
|
||||
|
@ -40,7 +41,7 @@
|
|||
background: #161616;
|
||||
flex: 1;
|
||||
border-radius: $panel_radius;
|
||||
box-shadow: transparentize(black, 0.3) 0 4px, inset transparentize(white, 0.98) 0 1px;
|
||||
box-shadow: $comment_shadow;
|
||||
//position: relative;
|
||||
//top: -64px
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue