@internetstiftelsen/styleguide 4.0.8-beta.0.6 → 4.0.8-beta.0.7
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
|
@@ -401,18 +401,26 @@
|
|
|
401
401
|
align-items: stretch;
|
|
402
402
|
margin: 0 0 rhythm(2) 0;
|
|
403
403
|
|
|
404
|
+
> div {
|
|
405
|
+
flex: 1;
|
|
406
|
+
display: flex;
|
|
407
|
+
align-items: stretch;
|
|
408
|
+
margin: 0 rhythm(1) 0 0;
|
|
409
|
+
|
|
410
|
+
&:last-child {
|
|
411
|
+
margin-right: 0;
|
|
412
|
+
}
|
|
413
|
+
}
|
|
414
|
+
|
|
404
415
|
a[class*='a-button'],
|
|
405
416
|
button[class*='a-button']{
|
|
406
|
-
margin: 0 rhythm(1) 0 0;
|
|
407
417
|
flex: 1;
|
|
418
|
+
margin: 0;
|
|
408
419
|
padding-top: rhythm(1);
|
|
409
420
|
padding-bottom: rhythm(1);
|
|
410
421
|
padding-left: rhythm(1.5);
|
|
411
422
|
padding-right: rhythm(1.5);
|
|
412
|
-
|
|
413
|
-
&:last-child {
|
|
414
|
-
margin-right: 0;
|
|
415
|
-
}
|
|
423
|
+
white-space: nowrap;
|
|
416
424
|
|
|
417
425
|
> span {
|
|
418
426
|
font-size: 90%;
|