mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-05-06 10:06:41 +07:00
15 lines
203 B
SCSS
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;
|
|
}
|