1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-05-06 18:16:41 +07:00

added image box shadow

This commit is contained in:
Fedor Katurov 2020-04-27 11:16:17 +07:00
parent 35210c1d59
commit 25a59bf944
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,8 @@
.wrap {
:global(.pswp__img) {
border-radius: $radius;
@include outer_shadow();
}
}