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

fixed textures

This commit is contained in:
Fedor Katurov 2019-10-21 19:42:11 +07:00
parent 88333e36b7
commit d22c1f64d0
6 changed files with 14 additions and 8 deletions

View file

@ -8,7 +8,7 @@
.wrap {
display: flex;
border-radius: $radius $radius 0 0;
background: $green_gradient;
background: $main_gradient;
align-items: center;
box-shadow: rgba(0, 0, 0, 0.5) 0 2px 5px, inset rgba(255, 255, 255, 0.3) 1px 1px,
inset rgba(0, 0, 0, 0.3) 0 -1px;

View file

@ -94,7 +94,7 @@
right: 4px;
width: 24px;
height: 52px;
background: $green_gradient;
background: $main_gradient;
box-shadow: transparentize(black, 0.8) 4px 2px;
border-radius: 2px;
}