feat(scan): first iteration of full scan view implementation
This commit is contained in:
parent
845534c727
commit
c0d4fbe5bb
5 changed files with 106 additions and 50 deletions
|
|
@ -4,6 +4,9 @@ $scannerBackgroundColor: #060d2d;
|
|||
color: #fff;
|
||||
text-align: center;
|
||||
background: transparent none;
|
||||
.bar-header {
|
||||
opacity: .9;
|
||||
}
|
||||
&-has-problems,
|
||||
&-loading-camera {
|
||||
background-color: $scannerBackgroundColor;
|
||||
|
|
@ -50,7 +53,8 @@ $scannerBackgroundColor: #060d2d;
|
|||
}
|
||||
}
|
||||
&-loading-camera {
|
||||
|
||||
height: 100%;
|
||||
width: 100%
|
||||
}
|
||||
&-camera-ready {
|
||||
// view background is transparent to show video preview
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue