@internetstiftelsen/styleguide 2.21.12 → 2.21.13
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
package/src/.DS_Store
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -143,11 +143,9 @@ $footer-font-size: 18px; // To ensure all footers on all sites have the same fon
|
|
|
143
143
|
|
|
144
144
|
@include bp-only(md) {
|
|
145
145
|
border-bottom: 0;
|
|
146
|
-
border-right: 1px solid $color-black;
|
|
147
146
|
}
|
|
148
147
|
|
|
149
148
|
@include bp-up(xl) {
|
|
150
|
-
border-right: 1px solid $color-black;
|
|
151
149
|
border-bottom: 0;
|
|
152
150
|
padding: rhythm(4) rhythm(3) rhythm(3) rhythm(6);
|
|
153
151
|
}
|
|
@@ -156,7 +154,12 @@ $footer-font-size: 18px; // To ensure all footers on all sites have the same fon
|
|
|
156
154
|
@include e(address2) {
|
|
157
155
|
padding: rhythm(3);
|
|
158
156
|
|
|
157
|
+
@include bp-only(md) {
|
|
158
|
+
border-left: 1px solid $color-black;
|
|
159
|
+
}
|
|
160
|
+
|
|
159
161
|
@include bp-up(xl) {
|
|
162
|
+
border-left: 1px solid $color-black;
|
|
160
163
|
padding-left: rhythm(6);
|
|
161
164
|
padding-top: rhythm(4);
|
|
162
165
|
}
|