@internetstiftelsen/styleguide 5.1.7-beta.4 → 5.1.7-beta.5
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
|
@@ -97,8 +97,6 @@
|
|
|
97
97
|
.wp-block-iis-info {
|
|
98
98
|
max-width: calc(46.364% + #{(var.$indent * 2)});
|
|
99
99
|
margin-left: var.$indent;
|
|
100
|
-
position: relative;
|
|
101
|
-
z-index: func.z_index(middleground);
|
|
102
100
|
}
|
|
103
101
|
}
|
|
104
102
|
}
|
|
@@ -147,6 +145,15 @@
|
|
|
147
145
|
}
|
|
148
146
|
}
|
|
149
147
|
|
|
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
|
+
|
|
150
157
|
@include mixin.molecule(card) {
|
|
151
158
|
margin-bottom: func.rhythm(4);
|
|
152
159
|
}
|