Loader: Add blur and image testing

This commit is contained in:
LoveEevee
2018-10-09 09:59:36 +03:00
parent 08391c0b53
commit 7358d5c6bb
9 changed files with 231 additions and 30 deletions

View File

@@ -24,7 +24,7 @@
height: auto;
}
.click-to-continue{
position:absolute;
position: absolute;
bottom: 10%;
color: #fff;
font-size: 8vmin;
@@ -34,6 +34,8 @@
}
.click-to-continue::before{
-webkit-text-stroke: 0.25em #f00;
filter: blur(0.3vmin);
left: auto;
}
#screen:not(.disable-blur) .click-to-continue::before{
filter: blur(0.3vmin);
}