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

node editing saga

This commit is contained in:
Fedor Katurov 2019-10-22 12:31:59 +07:00
parent 249a9b368c
commit f71be36520
6 changed files with 50 additions and 13 deletions

View file

@ -0,0 +1,11 @@
.wrap {
height: 200px;
display: flex;
align-items: center;
justify-content: center;
svg {
fill: white;
opacity: 0.5;
}
}