Remove unused styles

This commit is contained in:
Manav Rathi 2024-06-06 14:43:38 +05:30
parent 54884a7dd2
commit 0d3db76cb0
No known key found for this signature in database

View File

@ -54,102 +54,6 @@ body {
height: 100vh;
}
.pswp__button--custom {
width: 48px;
height: 48px;
background: none !important;
background-image: none !important;
color: #fff;
}
.pswp__item video {
width: 100%;
height: 100%;
}
.pswp-item-container {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
object-fit: contain;
}
.pswp-item-container > * {
position: absolute;
transition: opacity 1s ease;
max-width: 100%;
max-height: 100%;
}
.pswp-item-container > img {
opacity: 1;
}
.pswp-item-container > video {
opacity: 0;
}
.pswp-item-container > div.download-banner {
width: 100%;
height: 16vh;
padding: 2vh 0;
background-color: #151414;
color: #ddd;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
opacity: 0.8;
font-size: 20px;
}
.download-banner > a {
width: 130px;
}
.pswp__img {
object-fit: contain;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
color: #fff;
background-color: #333333 !important;
border-radius: 50%;
width: 56px;
height: 56px;
}
.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before {
background: none !important;
}
.pswp__button--arrow--left {
margin-left: 20px;
}
.pswp__button--arrow--right {
margin-right: 20px;
}
.pswp-custom-caption-container {
width: 100%;
display: flex;
justify-content: flex-end;
bottom: 56px;
background-color: transparent !important;
}
.pswp__caption--empty {
display: none;
}
.bg-upload-progress-bar {
background-color: #51cd7c;
}
div.otp-input input {
width: 36px !important;
height: 36px;
@ -168,18 +72,3 @@ div.otp-input input:focus {
transition: 0.5s;
outline: none;
}
.flash-message {
padding: 16px;
display: flex;
align-items: center;
}
@-webkit-keyframes rotation {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
}
}