diff options
author | Rohan Raj Gupta <[email protected]> | 2022-08-14 00:23:57 +0530 |
---|---|---|
committer | GitHub <[email protected]> | 2022-08-14 00:23:57 +0530 |
commit | 67b2e265a1731e1ad91491563eab66061013c1a4 (patch) | |
tree | 3419d20f735c0889bfcc19f3dbc898576624b1cc /client/src/pages/Update/Biometric/Biometric.module.css | |
parent | 4e99bfe1878620769d48532b182692e51c7266ef (diff) | |
parent | ec423572aaf8ecf80a409fd9a03d73b5d31e444f (diff) |
Merge pull request #4 from Blaster4385/develop
Implemented update UI
Diffstat (limited to 'client/src/pages/Update/Biometric/Biometric.module.css')
-rw-r--r-- | client/src/pages/Update/Biometric/Biometric.module.css | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/client/src/pages/Update/Biometric/Biometric.module.css b/client/src/pages/Update/Biometric/Biometric.module.css new file mode 100644 index 0000000..c2bfd94 --- /dev/null +++ b/client/src/pages/Update/Biometric/Biometric.module.css @@ -0,0 +1,28 @@ +.input { + display: flex; + justify-content: center; + font-family: 'Barlow'; + font-size: var(--font-medium-s); + font-weight: bold; + } + + .input__container { + display: flex; + flex-direction: column; + } + + .input__edit{ + display: flex; + flex-direction: row; + } + + .input__field { + width: 300px; + margin: 10px 0px; + padding: 18px 10px; + border: 3px solid; + border-radius: 10px; + font-size: 1rem; + text-align: center; + } +
\ No newline at end of file |