1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

css hashing

This commit is contained in:
muerwre 2019-08-25 20:59:10 +07:00
parent 390fa51d0c
commit a1a790e56e
2 changed files with 12 additions and 6 deletions

View file

@ -1,5 +1,4 @@
.wrap {
// background: $node_title_background;
background: $node_bg;
padding: $gap;
box-sizing: border-box;
@ -7,9 +6,9 @@
align-items: center;
justify-content: stretch;
border-radius: $radius $radius 0 0;
//box-shadow: transparentize(white, 0.97) 0 1px, inset transparentize(white, 0.97) 0 1px;
position: relative;
margin-top: -$radius;
z-index: 3;
}
.title {
@ -49,8 +48,12 @@
& > * {
margin: 0 $gap;
&:first-child { margin-left: 0; }
&:last-child { margin-right: 0; }
&:first-child {
margin-left: 0;
}
&:last-child {
margin-right: 0;
}
}
//height: 54px;
//border-radius: $radius $radius 0 0;