|
|
@ -604,7 +604,7 @@ |
|
|
|
-webkit-pointer-events: none; |
|
|
|
-ms-pointer-events: none; |
|
|
|
pointer-events: none; |
|
|
|
background-image: url("../../images/overlay.png"); |
|
|
|
background-image: url("../images/overlay.png"); |
|
|
|
background-color: rgba(19, 21, 25, 0.5); |
|
|
|
border-radius: 4px; |
|
|
|
content: ''; |
|
|
@ -1071,7 +1071,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("../../images/overlay.png"); |
|
|
|
background-image: linear-gradient(to top, rgba(19, 21, 25, 0.5), rgba(19, 21, 25, 0.5)), url("../images/overlay.png"); |
|
|
|
background-size: auto, 256px 256px; |
|
|
|
background-position: center, center; |
|
|
|
background-repeat: no-repeat, repeat; |
|
|
|