@scrippsproduct/entertainment-sites-css 1.1.8-dev.0 → 1.1.8-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/home.scss +10 -3
package/package.json
CHANGED
package/src/home.scss
CHANGED
|
@@ -99,15 +99,22 @@
|
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
.show-slide:hover,
|
|
102
|
-
.
|
|
103
|
-
.image-card-slide:hover,
|
|
104
|
-
.image-card-slide:focus {
|
|
102
|
+
.image-card-slide:hover {
|
|
105
103
|
a picture > img,
|
|
106
104
|
[data-cursor="pointer"] picture > img {
|
|
107
105
|
transform: scale(1.005);
|
|
108
106
|
filter: brightness(1.05) contrast(1.05);
|
|
109
107
|
}
|
|
110
108
|
}
|
|
109
|
+
|
|
110
|
+
.show-slide,
|
|
111
|
+
.image-card-slide {
|
|
112
|
+
a:focus picture > img,
|
|
113
|
+
[data-cursor="pointer"] a:focus picture > img {
|
|
114
|
+
transform: scale(1.005);
|
|
115
|
+
filter: brightness(1.05) contrast(1.05);
|
|
116
|
+
}
|
|
117
|
+
}
|
|
111
118
|
}
|
|
112
119
|
|
|
113
120
|
.brand-promotion-carousel {
|