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

image example

This commit is contained in:
muerwre 2019-07-26 18:33:54 +07:00
parent 2a6604afaf
commit 9a56b1b9a5
5 changed files with 30 additions and 6 deletions

View file

@ -14,7 +14,7 @@
width: 54px;
border-radius: $panel_radius;
margin: ($gap / 2) 0;
background: #191919;
background: $panel_bg;
box-sizing: border-box;
&:global(.logo) {

View file

@ -1,5 +1,5 @@
.wrap {
background: #191919;
background: $comment_bg;
min-height: 200px;
display: flex;
}