diff options
author | Blaster4385 <[email protected]> | 2022-08-19 22:53:02 +0530 |
---|---|---|
committer | Blaster4385 <[email protected]> | 2022-08-19 22:53:02 +0530 |
commit | 6c867e639e565262bbf71342f953456a7d0b7f7a (patch) | |
tree | 4271270112d58bb3cb048dee83c189c68df42b72 /client/src/pages/Enrollment/DocumentScanner/DocumentScanner.module.css | |
parent | f47c3f4349cb68460dadf1fc381e3ceb52fe009a (diff) |
Refine UI
Diffstat (limited to 'client/src/pages/Enrollment/DocumentScanner/DocumentScanner.module.css')
-rw-r--r-- | client/src/pages/Enrollment/DocumentScanner/DocumentScanner.module.css | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/client/src/pages/Enrollment/DocumentScanner/DocumentScanner.module.css b/client/src/pages/Enrollment/DocumentScanner/DocumentScanner.module.css index 58baaa8..11cd176 100644 --- a/client/src/pages/Enrollment/DocumentScanner/DocumentScanner.module.css +++ b/client/src/pages/Enrollment/DocumentScanner/DocumentScanner.module.css @@ -1,6 +1,7 @@ .card__container { display: flex; justify-content: center; + align-items: center; margin: 20px; } @@ -8,3 +9,42 @@ display: flex; justify-content: center; } + +.button__container { + display: flex; + justify-content: space-evenly; + align-items: center; +} + +.button { + background: transparent; + border: none; +} + +.image { + height: 50px; + width: 50px; +} + +.image:hover { + cursor: pointer; + transform: scale(1.1); +} + +.image:active { + transform: scale(0.98); +} + +.box { + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; + width: 100%; + height: 100%; +} + +.container { + display: flex; + align-items: center; +}
\ No newline at end of file |