From 15dbd9ee3ef6b21b9832e7c658edfec68f366b02 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Thu, 9 Jan 2025 15:32:29 +0530 Subject: [PATCH] Unused --- web/apps/accounts/src/styles/global.css | 19 ------------------- web/apps/auth/src/styles/global.css | 19 ------------------- 2 files changed, 38 deletions(-) diff --git a/web/apps/accounts/src/styles/global.css b/web/apps/accounts/src/styles/global.css index 582a9e6f71..b2e9dfc3ba 100644 --- a/web/apps/accounts/src/styles/global.css +++ b/web/apps/accounts/src/styles/global.css @@ -14,22 +14,3 @@ body { min-height: 100vh; height: 100vh; } - -div.otp-input input { - width: 36px !important; - height: 36px; - margin: 0 10px; -} - -div.otp-input input::placeholder { - opacity: 0; -} - -div.otp-input input:not(:placeholder-shown), -div.otp-input input:focus { - border: 2px solid #51cd7c; - border-radius: 1px; - -webkit-transition: 0.5s; - transition: 0.5s; - outline: none; -} diff --git a/web/apps/auth/src/styles/global.css b/web/apps/auth/src/styles/global.css index cedca5f389..adf9621206 100644 --- a/web/apps/auth/src/styles/global.css +++ b/web/apps/auth/src/styles/global.css @@ -11,22 +11,3 @@ body { display: flex; flex-direction: column; } - -div.otp-input input { - width: 36px !important; - height: 36px; - margin: 0 10px; -} - -div.otp-input input::placeholder { - opacity: 0; -} - -div.otp-input input:not(:placeholder-shown), -div.otp-input input:focus { - border: 2px solid #51cd7c; - border-radius: 1px; - -webkit-transition: 0.5s; - transition: 0.5s; - outline: none; -}