Fixed overlay paths
This commit is contained in:
parent
fe1c136408
commit
aa3a3d55d5
1 changed files with 2 additions and 2 deletions
|
@ -608,7 +608,7 @@
|
||||||
-webkit-pointer-events: none;
|
-webkit-pointer-events: none;
|
||||||
-ms-pointer-events: none;
|
-ms-pointer-events: none;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
background-image: url("../../images/overlay.png");
|
background-image: url("../../img/overlay.png");
|
||||||
background-color: rgba(19, 21, 25, 0.5);
|
background-color: rgba(19, 21, 25, 0.5);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
content: '';
|
content: '';
|
||||||
|
@ -1075,7 +1075,7 @@
|
||||||
-webkit-transition-delay: 0.75s;
|
-webkit-transition-delay: 0.75s;
|
||||||
-ms-transition-delay: 0.75s;
|
-ms-transition-delay: 0.75s;
|
||||||
transition-delay: 0.75s;
|
transition-delay: 0.75s;
|
||||||
background-image: linear-gradient(to top, rgba(19, 21, 25, 0.5), rgba(19, 21, 25, 0.5)), url("../../images/overlay.png");
|
background-image: linear-gradient(to top, rgba(19, 21, 25, 0.5), rgba(19, 21, 25, 0.5)), url("../../img/overlay.png");
|
||||||
background-size: auto, 256px 256px;
|
background-size: auto, 256px 256px;
|
||||||
background-position: center, center;
|
background-position: center, center;
|
||||||
background-repeat: no-repeat, repeat;
|
background-repeat: no-repeat, repeat;
|
||||||
|
|
Loading…
Reference in a new issue