@internetstiftelsen/styleguide 2.21.5 → 2.21.6
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
|
@@ -59,6 +59,17 @@ $footer-font-size: 18px; // To ensure all footers on all sites have the same fon
|
|
|
59
59
|
border-bottom: 0;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
+
p {
|
|
63
|
+
max-width: none;
|
|
64
|
+
margin-bottom: 27px;
|
|
65
|
+
font-size: $footer-font-size;
|
|
66
|
+
|
|
67
|
+
@include bp-up(xxl) {
|
|
68
|
+
@include make-col(14);
|
|
69
|
+
max-width: rem(612px);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
62
73
|
a {
|
|
63
74
|
@extend %normalize-links;
|
|
64
75
|
|
|
@@ -158,19 +169,6 @@ $footer-font-size: 18px; // To ensure all footers on all sites have the same fon
|
|
|
158
169
|
}
|
|
159
170
|
}
|
|
160
171
|
|
|
161
|
-
@include e(paragraph) {
|
|
162
|
-
@extend %normalize-links;
|
|
163
|
-
|
|
164
|
-
max-width: none;
|
|
165
|
-
margin-bottom: 27px;
|
|
166
|
-
font-size: $footer-font-size;
|
|
167
|
-
|
|
168
|
-
@include bp-up(xxl) {
|
|
169
|
-
@include make-col(14);
|
|
170
|
-
max-width: rem(612px);
|
|
171
|
-
}
|
|
172
|
-
}
|
|
173
|
-
|
|
174
172
|
@include e(logotypes) {
|
|
175
173
|
max-width: 100%;
|
|
176
174
|
height: auto;
|