diff options
author | Rohan Raj Gupta <[email protected]> | 2022-08-18 19:27:42 +0530 |
---|---|---|
committer | GitHub <[email protected]> | 2022-08-18 19:27:42 +0530 |
commit | 6c924aef55707885cbbf9af8348564526ac146ee (patch) | |
tree | f837dcd278a6d6de9adf123b827b2e8b35835221 /client/src/pages/Update/Otp/Otp.module.css | |
parent | 6b85ebee8986b982e05d49c8f1a326deb3e08bae (diff) | |
parent | d391caf122fcdf7ff4a9e227748b9a10242b15d6 (diff) |
Merge pull request #7 from rohan09-raj/fix2
Added modal and audio assets, and Completed update flow
Diffstat (limited to 'client/src/pages/Update/Otp/Otp.module.css')
-rw-r--r-- | client/src/pages/Update/Otp/Otp.module.css | 14 |
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; +} |