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:
parent
fd4b01e8c7
commit
e928d1bef9
4 changed files with 421 additions and 21 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue