Cleanup unused styles

* Remove non existent image (404)
This commit is contained in:
Sebastian Schmidt 2018-09-19 08:35:17 +10:00
parent f44096e21c
commit 36c93dd7c9
1 changed files with 1 additions and 19 deletions

View File

@ -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;
} }