Added new style for scanner

This commit is contained in:
Philip 2022-01-31 23:15:42 +01:00
parent 52624ddb27
commit 19da188621
3 changed files with 45 additions and 3 deletions

View file

@ -212,12 +212,38 @@ button:focus {
font-weight: bold;
position: absolute;
z-index: 99999999999;
top: 5%;
top: 2%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%)
}
/* Scanner Overlay */
#barcodeicon {
font-weight: bold;
position: absolute;
z-index: 99999999999;
top: 30%;
left: 50%;
opacity: .4;
font-size: 8rem;
-webkit-transform: translateX(-50%);
transform: translateX(-50%)
}
/* Scanner Underlay */
#background {
background-color: #000;
z-index: 999;
position: fixed;
padding: 0;
margin: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.name {
display: block;
}
@ -238,4 +264,20 @@ button:focus {
padding-top: 5rem;
height: 8rem;
}
}
.noscript {
z-index: 999999999999999999999;
background: #000;
position: fixed;
padding: 0;
margin: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
h3 {
padding-top: 5rem;
}
}

2
css/style.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long