summaryrefslogtreecommitdiff
path: root/client/src/pages/Enrollment/Scanner/Scanner.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/pages/Enrollment/Scanner/Scanner.module.css')
-rw-r--r--client/src/pages/Enrollment/Scanner/Scanner.module.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/client/src/pages/Enrollment/Scanner/Scanner.module.css b/client/src/pages/Enrollment/Scanner/Scanner.module.css
new file mode 100644
index 0000000..4a82e8e
--- /dev/null
+++ b/client/src/pages/Enrollment/Scanner/Scanner.module.css
@@ -0,0 +1,18 @@
+.card__container {
+ display: flex;
+ justify-content: center;
+ margin: 10px;
+}
+
+.webcam__container {
+ position: relative;
+}
+
+.overlay__container {
+ position: absolute ;
+ width: 100%;
+ top: 0 ;
+ right: 0 ;
+ bottom: 0 ;
+ left: 0;
+} \ No newline at end of file