1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-26 05:16:41 +07:00

refactored node header

This commit is contained in:
Fedor Katurov 2021-10-14 16:43:54 +07:00
parent 6e0c9af647
commit 507bb452bb
4 changed files with 23 additions and 23 deletions

View file

@ -49,3 +49,12 @@
border-radius: $panel_radius;
box-shadow: $comment_shadow;
}
.panel {
@include row_shadow;
width: 100%;
display: flex;
align-items: flex-end;
justify-content: stretch;
}