@internetstiftelsen/styleguide 5.1.4 → 5.1.5-beta.0.1
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
CHANGED
|
@@ -23,12 +23,7 @@
|
|
|
23
23
|
display: block;
|
|
24
24
|
width: 100%;
|
|
25
25
|
border-radius: var.$border-radius;
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
&:not([class*='teaser']) {
|
|
29
|
-
img {
|
|
30
|
-
aspect-ratio: 16 / 9;
|
|
31
|
-
}
|
|
26
|
+
aspect-ratio: 16 / 9;
|
|
32
27
|
}
|
|
33
28
|
|
|
34
29
|
@include bem.e(map) {
|
|
@@ -296,6 +291,7 @@
|
|
|
296
291
|
transition: opacity 0.25s ease-out;
|
|
297
292
|
border-radius: 0;
|
|
298
293
|
object-fit: cover;
|
|
294
|
+
aspect-ratio: auto auto;
|
|
299
295
|
}
|
|
300
296
|
|
|
301
297
|
@include bem.e(content) {
|