@internetstiftelsen/styleguide 4.0.8-beta.0.6 → 4.0.8-beta.0.8
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
|
@@ -377,6 +377,10 @@
|
|
|
377
377
|
|
|
378
378
|
@include e(paragraph) {
|
|
379
379
|
color: $color-snow;
|
|
380
|
+
|
|
381
|
+
@include bp-down(sm-xs) {
|
|
382
|
+
font-size: 95%;
|
|
383
|
+
}
|
|
380
384
|
}
|
|
381
385
|
|
|
382
386
|
@include e(text) {
|
|
@@ -401,18 +405,26 @@
|
|
|
401
405
|
align-items: stretch;
|
|
402
406
|
margin: 0 0 rhythm(2) 0;
|
|
403
407
|
|
|
408
|
+
> div {
|
|
409
|
+
flex: 1;
|
|
410
|
+
display: flex;
|
|
411
|
+
align-items: stretch;
|
|
412
|
+
margin: 0 rhythm(1) 0 0;
|
|
413
|
+
|
|
414
|
+
&:last-child {
|
|
415
|
+
margin-right: 0;
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
|
|
404
419
|
a[class*='a-button'],
|
|
405
420
|
button[class*='a-button']{
|
|
406
|
-
margin: 0 rhythm(1) 0 0;
|
|
407
421
|
flex: 1;
|
|
422
|
+
margin: 0;
|
|
408
423
|
padding-top: rhythm(1);
|
|
409
424
|
padding-bottom: rhythm(1);
|
|
410
425
|
padding-left: rhythm(1.5);
|
|
411
426
|
padding-right: rhythm(1.5);
|
|
412
|
-
|
|
413
|
-
&:last-child {
|
|
414
|
-
margin-right: 0;
|
|
415
|
-
}
|
|
427
|
+
white-space: nowrap;
|
|
416
428
|
|
|
417
429
|
> span {
|
|
418
430
|
font-size: 90%;
|