diff options
author | rohan09-raj <[email protected]> | 2022-08-21 01:46:36 +0530 |
---|---|---|
committer | rohan09-raj <[email protected]> | 2022-08-21 01:46:36 +0530 |
commit | 4480f2d62865a585f8bbf0cd7122a25d0413bf2b (patch) | |
tree | 228e2301b75c41aa68f8dacee83d61a4e4fa9c60 /client/src/pages/Update/Otp/Otp.module.css | |
parent | 16fa778ffaf82f2807d8b1821b78b6d878b93cb8 (diff) |
fixed update components
Diffstat (limited to 'client/src/pages/Update/Otp/Otp.module.css')
-rw-r--r-- | client/src/pages/Update/Otp/Otp.module.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/pages/Update/Otp/Otp.module.css b/client/src/pages/Update/Otp/Otp.module.css index 261d7aa..b88d5d4 100644 --- a/client/src/pages/Update/Otp/Otp.module.css +++ b/client/src/pages/Update/Otp/Otp.module.css @@ -12,3 +12,8 @@ font-size: var(--font-medium); font-weight: 400; } + +.subsubheading { + font-size: var(--font-medium-s); + margin: 10px 0px; +} |