1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00
This commit is contained in:
muerwre 2019-07-27 05:50:18 +07:00
parent 163a46ace2
commit b8b1e49d94
11 changed files with 176 additions and 48 deletions

View file

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