diff --git a/web/apps/photos/src/styles/global.css b/web/apps/photos/src/styles/global.css index 91c08ddcf7..f9adccd3d5 100644 --- a/web/apps/photos/src/styles/global.css +++ b/web/apps/photos/src/styles/global.css @@ -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); - } -}