improve placeholder image and text consistency

This commit is contained in:
gabrielburnworth 2017-08-29 16:41:46 -07:00
parent 752215e6d8
commit 241032cae6
2 changed files with 10 additions and 6 deletions

View file

@ -213,7 +213,7 @@ fieldset {
.webcam-stream-unavailable img {
width: 100%;
opacity: 0.20;
opacity: 0.40;
}
.webcam-stream-valid img {

View file

@ -39,16 +39,20 @@
}
.no-flipper-image-container {
img {
opacity: 0.4;
}
p {
position: absolute;
text-shadow: 0 0 25px rgba(0, 0, 0, 1), 0 0 25px rgba(0, 0, 0, 1);
color: $white;
font-size: 1.8rem;
font-size: 1.5rem;
text-align: center;
padding: 10% 10rem 0;
padding: 20% 1rem 0;
line-height: 2.4rem;
left: 0;
right: 0;
z-index: 1;
margin-left: 50px;
margin-right: 50px;
}
}
@ -69,4 +73,4 @@
margin-left: 1rem;
}
}
}
}