mue/src/features/misc/modals/main/scss/marketplace/modules/_lightbox.scss

17 lines
245 B
SCSS

.lightBoxModal {
margin: auto;
max-width: 60%;
background: none !important;
box-shadow: none !important;
img {
height: auto;
width: 100%;
}
.closeModal {
color: #fff;
text-shadow: 0 0 20px rgb(0 0 0 / 30%);
}
}