|
608 | 608 | -webkit-pointer-events: none;
|
609 | 609 | -ms-pointer-events: none;
|
610 | 610 | pointer-events: none;
|
611 |
| - background-image: url("../../img/overlay.png"); |
| 611 | + background-image: url("../img/overlay.png"); |
612 | 612 | background-color: rgba(19, 21, 25, 0.5);
|
613 | 613 | border-radius: 4px;
|
614 | 614 | content: '';
|
|
1075 | 1075 | -webkit-transition-delay: 0.75s;
|
1076 | 1076 | -ms-transition-delay: 0.75s;
|
1077 | 1077 | transition-delay: 0.75s;
|
1078 |
| - background-image: linear-gradient(to top, rgba(19, 21, 25, 0.5), rgba(19, 21, 25, 0.5)), url("../../img/overlay.png"); |
| 1078 | + background-image: linear-gradient(to top, rgba(19, 21, 25, 0.5), rgba(19, 21, 25, 0.5)), url("../img/overlay.png"); |
1079 | 1079 | background-size: auto, 256px 256px;
|
1080 | 1080 | background-position: center, center;
|
1081 | 1081 | background-repeat: no-repeat, repeat;
|
|
1091 | 1091 | -webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out;
|
1092 | 1092 | -ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out;
|
1093 | 1093 | transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out;
|
1094 |
| - background-image: url("/img/bg.jpg"); |
| 1094 | + background-image: url("../img/bg.jpg"); |
1095 | 1095 | background-position: center;
|
1096 | 1096 | background-size: cover;
|
1097 | 1097 | background-repeat: no-repeat;
|
|
0 commit comments