Prune unused
This commit is contained in:
@@ -88,24 +88,6 @@ body {
|
||||
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;
|
||||
}
|
||||
@@ -186,12 +168,3 @@ div.otp-input input:focus {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
@-webkit-keyframes rotation {
|
||||
from {
|
||||
-webkit-transform: rotate(0deg);
|
||||
}
|
||||
to {
|
||||
-webkit-transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user