@internetstiftelsen/styleguide 2.21.10 → 2.21.11
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
|
@@ -115,6 +115,7 @@ $footer-font-size: 18px; // To ensure all footers on all sites have the same fon
|
|
|
115
115
|
|
|
116
116
|
@include e(row-first) {
|
|
117
117
|
border-bottom: 1px solid $color-black;
|
|
118
|
+
overflow: hidden;
|
|
118
119
|
|
|
119
120
|
@include bp-up(lg) {
|
|
120
121
|
height: 70%;
|
|
@@ -169,7 +170,6 @@ $footer-font-size: 18px; // To ensure all footers on all sites have the same fon
|
|
|
169
170
|
|
|
170
171
|
@include bp-up(md) {
|
|
171
172
|
border-bottom: 0;
|
|
172
|
-
border-right: 1px solid $color-black;
|
|
173
173
|
}
|
|
174
174
|
|
|
175
175
|
@include bp-up(xl) {
|
|
@@ -182,6 +182,10 @@ $footer-font-size: 18px; // To ensure all footers on all sites have the same fon
|
|
|
182
182
|
display: flex;
|
|
183
183
|
align-items: center;
|
|
184
184
|
|
|
185
|
+
@include bp-up(md) {
|
|
186
|
+
border-left: 1px solid $color-black;
|
|
187
|
+
}
|
|
188
|
+
|
|
185
189
|
@include bp-up(xl) {
|
|
186
190
|
padding-left: rhythm(6);
|
|
187
191
|
padding-bottom: rhythm(4);
|