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

added image wires

This commit is contained in:
muerwre 2019-04-04 20:30:00 +07:00
parent fd4b01e8c7
commit e928d1bef9
4 changed files with 421 additions and 21 deletions

View file

@ -10,14 +10,15 @@
.area_left {
grid-column-end: span 3;
background: $content_bg_color;
//background: $content_bg_color;
padding: $spc;
border-radius: $panel_radius 0 0 $panel_radius;
display: flex;
align-items: center;
justify-content: center;
@include outer_shadow();
background: url('../../../sprites/splotchy.svg');
background-size: cover;
//@include outer_shadow();
}
.area_right {