1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

fixed node panel background color

This commit is contained in:
Fedor Katurov 2021-06-22 10:48:26 +07:00
parent 28ac88ec64
commit b64ddcf5ce

View file

@ -38,6 +38,7 @@
justify-content: center; justify-content: center;
box-sizing: border-box; box-sizing: border-box;
min-width: 0; min-width: 0;
background-color: $content_bg;
&:global(.stack) { &:global(.stack) {
padding: 0 $gap; padding: 0 $gap;