@internetstiftelsen/styleguide 2.21.8 → 2.21.9
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
|
@@ -89,9 +89,12 @@ $footer-font-size: 18px; // To ensure all footers on all sites have the same fon
|
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
@include e(contact) {
|
|
92
|
-
border-left: 1px solid $color-black;
|
|
93
92
|
font-size: 80%;
|
|
94
93
|
|
|
94
|
+
@include bp-up(lg) {
|
|
95
|
+
border-left: 1px solid $color-black;
|
|
96
|
+
}
|
|
97
|
+
|
|
95
98
|
@include e(address) {
|
|
96
99
|
font-size: inherit;
|
|
97
100
|
|
|
@@ -143,7 +146,6 @@ $footer-font-size: 18px; // To ensure all footers on all sites have the same fon
|
|
|
143
146
|
}
|
|
144
147
|
|
|
145
148
|
@include e(ISO) {
|
|
146
|
-
border-right: 1px solid $color-black;
|
|
147
149
|
border-bottom: 1px solid $color-black;
|
|
148
150
|
padding: rhythm(3);
|
|
149
151
|
display: flex;
|
|
@@ -151,6 +153,7 @@ $footer-font-size: 18px; // To ensure all footers on all sites have the same fon
|
|
|
151
153
|
|
|
152
154
|
@include bp-up(md) {
|
|
153
155
|
border-bottom: 0;
|
|
156
|
+
border-right: 1px solid $color-black;
|
|
154
157
|
}
|
|
155
158
|
|
|
156
159
|
@include bp-up(xl) {
|