@internetstiftelsen/styleguide 5.1.7-beta.5 → 5.1.7
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
|
@@ -29,6 +29,13 @@
|
|
|
29
29
|
> figure:not(.wp-block-iis-hero) img {
|
|
30
30
|
border-radius: var.$border-radius;
|
|
31
31
|
}
|
|
32
|
+
|
|
33
|
+
@include bem.m(full-width) {
|
|
34
|
+
.wp-block-iis-info {
|
|
35
|
+
position: relative;
|
|
36
|
+
z-index: func.z_index(middleground);
|
|
37
|
+
}
|
|
38
|
+
}
|
|
32
39
|
}
|
|
33
40
|
|
|
34
41
|
@include breakpoint.bp-up(lg) {
|
|
@@ -145,15 +152,6 @@
|
|
|
145
152
|
}
|
|
146
153
|
}
|
|
147
154
|
|
|
148
|
-
@include bem.e(content) {
|
|
149
|
-
@include bem.m(full-width) {
|
|
150
|
-
.wp-block-iis-info {
|
|
151
|
-
position: relative;
|
|
152
|
-
z-index: func.z_index(middleground);
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
|
|
157
155
|
@include mixin.molecule(card) {
|
|
158
156
|
margin-bottom: func.rhythm(4);
|
|
159
157
|
}
|