mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
node related images
This commit is contained in:
parent
b8b1e49d94
commit
1a7557eab4
8 changed files with 102 additions and 15 deletions
|
@ -1,16 +1,14 @@
|
|||
.wrap {
|
||||
//height: $node_title_height;
|
||||
//background: $node_title_background;
|
||||
background: transparentize(black, 0.9);
|
||||
background: #090909;
|
||||
padding: $gap;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: stretch;
|
||||
//border-radius: $radius $radius 0 0;
|
||||
//box-shadow: transparentize(black, 0.3) 0 2px, inset transparentize(white, 0.98) 0 1px;
|
||||
border-radius: $cell_radius $cell_radius 0 0;
|
||||
box-shadow: transparentize(white, 0.97) 0 1px, inset transparentize(white, 0.97) 0 1px;
|
||||
position: relative;
|
||||
margin-top: -$radius;
|
||||
}
|
||||
|
||||
.title {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue