Fixed overlay.png and bg.jpg paths
This commit is contained in:
parent
aa3a3d55d5
commit
ed635518a5
1 changed files with 3 additions and 3 deletions
|
@ -608,7 +608,7 @@
|
|||
-webkit-pointer-events: none;
|
||||
-ms-pointer-events: none;
|
||||
pointer-events: none;
|
||||
background-image: url("../../img/overlay.png");
|
||||
background-image: url("../img/overlay.png");
|
||||
background-color: rgba(19, 21, 25, 0.5);
|
||||
border-radius: 4px;
|
||||
content: '';
|
||||
|
@ -1075,7 +1075,7 @@
|
|||
-webkit-transition-delay: 0.75s;
|
||||
-ms-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("../../img/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-position: center, center;
|
||||
background-repeat: no-repeat, repeat;
|
||||
|
@ -1091,7 +1091,7 @@
|
|||
-webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out;
|
||||
-ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out;
|
||||
transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out;
|
||||
background-image: url("/img/bg.jpg");
|
||||
background-image: url("../img/bg.jpg");
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
|
|
Loading…
Reference in a new issue