summaryrefslogtreecommitdiff
path: root/client/src/pages/Update/Otp/Otp.module.css
diff options
context:
space:
mode:
authorrohan09-raj <[email protected]>2022-08-18 16:12:35 +0530
committerrohan09-raj <[email protected]>2022-08-18 16:12:35 +0530
commit0a1a985de6e9a53896d2ba17e26d042009b3e1b4 (patch)
tree133d50eb69452171868b38988c6a10c9367ce171 /client/src/pages/Update/Otp/Otp.module.css
parent6b85ebee8986b982e05d49c8f1a326deb3e08bae (diff)
Condtional update handling
Diffstat (limited to 'client/src/pages/Update/Otp/Otp.module.css')
-rw-r--r--client/src/pages/Update/Otp/Otp.module.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/client/src/pages/Update/Otp/Otp.module.css b/client/src/pages/Update/Otp/Otp.module.css
new file mode 100644
index 0000000..261d7aa
--- /dev/null
+++ b/client/src/pages/Update/Otp/Otp.module.css
@@ -0,0 +1,14 @@
+.subheading__container {
+ font-family: 'Barlow';
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ font-weight: bolder;
+ margin: 20px;
+ padding: 20px;
+}
+
+.subheading {
+ font-size: var(--font-medium);
+ font-weight: 400;
+}