parent
f44096e21c
commit
36c93dd7c9
|
|
@ -262,20 +262,6 @@ footer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#ScanVideoOutter {
|
|
||||||
min-width: 100%;
|
|
||||||
min-height: 300px;
|
|
||||||
position: relative;
|
|
||||||
background: #999;
|
|
||||||
background: url(http://dev.attendize.com/assets/images/background.png) repeat;
|
|
||||||
background-color: #2E3254;
|
|
||||||
}
|
|
||||||
|
|
||||||
#qr-file {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#QrCanvas{
|
#QrCanvas{
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
@ -315,10 +301,6 @@ video#scannerVideo {
|
||||||
border-radius:20px;
|
border-radius:20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@-webkit-keyframes opacity {
|
@-webkit-keyframes opacity {
|
||||||
0% {
|
0% {
|
||||||
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
|
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
|
||||||
|
|
@ -409,4 +391,4 @@ video#scannerVideo {
|
||||||
-ms-animation-delay: 300ms;
|
-ms-animation-delay: 300ms;
|
||||||
-o-animation-delay: 300ms;
|
-o-animation-delay: 300ms;
|
||||||
animation-delay: 300ms;
|
animation-delay: 300ms;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue