diff options
author | Rohan Raj Gupta <[email protected]> | 2022-08-20 09:34:57 +0530 |
---|---|---|
committer | GitHub <[email protected]> | 2022-08-20 09:34:57 +0530 |
commit | 8eed2904d141d7c0b530cb0551364a0b226cf65a (patch) | |
tree | 1ce1fa3561dc6935f4f3aab521773145cdd3f7ec /client/src/pages/Enrollment/DocumentScanner/DocumentScanner.module.css | |
parent | f47c3f4349cb68460dadf1fc381e3ceb52fe009a (diff) | |
parent | 856728cfae03da554d4db91b0635a53f1c9f915c (diff) |
Merge pull request #9 from Blaster4385/develop
ok
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 |