1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +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

@ -81,8 +81,7 @@ const PhotoSwipeUnconnected: FC<Props> = ({ photoswipe, modalSetShown }) => {
<div className={classNames('pswp__top-bar', styles.bar)}>
<div className="pswp__counter" />
<button className="pswp__button pswp__button--close" title="Close (Esc)" />
<button className="pswp__button pswp__button--fs" title="Toggle fullscreen" />
<button className="pswp__button pswp__button--zoom" title="Zoom in/out" />
<div className="pswp__preloader">
<div className="pswp__preloader__icn">
<div className="pswp__preloader__cut">

View file

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