From 0d3db76cb07a2f38a252642aa32b1f3d76583c4f Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Thu, 6 Jun 2024 14:43:38 +0530 Subject: [PATCH] Remove unused styles --- web/apps/accounts/src/styles/global.css | 111 ------------------------ 1 file changed, 111 deletions(-) diff --git a/web/apps/accounts/src/styles/global.css b/web/apps/accounts/src/styles/global.css index 98ad85a9b3..95a483b907 100644 --- a/web/apps/accounts/src/styles/global.css +++ b/web/apps/accounts/src/styles/global.css @@ -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); - } -}