1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-05-06 10:06:41 +07:00
vault-frontend/src/containers/dialogs/PhotoSwipe/styles.module.scss
2020-11-06 12:15:07 +07:00

15 lines
203 B
SCSS

.wrap {
:global(.pswp__img) {
border-radius: $radius;
@include outer_shadow();
}
}
.bg {
background-color: transparent !important;
}
.bar {
background-color: transparent !important;
}