continued dep injectiong

This commit is contained in:
subnub
2024-07-02 15:10:03 -04:00
parent 09cb81f96d
commit 7bd81a9aa5
16 changed files with 413 additions and 336 deletions
+28 -30
View File
@@ -1,41 +1,39 @@
.photoviewer {
background: rgba(0, 0, 0, 0.95);
width: 100%;
position: fixed;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
flex-direction: column;
z-index: 5;
background: rgba(0, 0, 0, 0.95);
width: 100%;
position: fixed;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
flex-direction: column;
}
.photoviewer__close-button {
width: 22px;
margin-left: 10px;
margin-top: 10px;
opacity: 0.6;
cursor: pointer;
width: 22px;
margin-left: 10px;
margin-top: 10px;
opacity: 0.6;
cursor: pointer;
}
.photoviewer__image {
width: 95%;
height: 90%;
margin-left: 2.5%;
// background: blue;
object-fit: contain;
width: 95%;
height: 90%;
margin-left: 2.5%;
// background: blue;
object-fit: contain;
}
.photoviewer__loader {
width: 98%;
height: 88%;
display: flex;
align-items: center;
width: 98%;
height: 88%;
display: flex;
align-items: center;
@media (max-width: $desktop-breakpoint) {
width: 90%;
}
}
@media (max-width: $desktop-breakpoint) {
width: 90%;
}
}