@internetstiftelsen/styleguide 5.1.7-beta.1 → 5.1.7-beta.3
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
|
@@ -94,9 +94,11 @@
|
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
96
|
|
|
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);
|
|
100
102
|
}
|
|
101
103
|
}
|
|
102
104
|
}
|
|
@@ -123,7 +125,7 @@
|
|
|
123
125
|
}
|
|
124
126
|
}
|
|
125
127
|
|
|
126
|
-
.wp-block-iis-info {
|
|
128
|
+
> .wp-block-iis-info {
|
|
127
129
|
margin-right: $grid-margin-right;
|
|
128
130
|
margin-left: $grid-indent;
|
|
129
131
|
}
|