@internetstiftelsen/styleguide 2.26.11 → 2.26.12
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/base/_normalize.scss
CHANGED
|
@@ -351,7 +351,8 @@ div.aligncenter {
|
|
|
351
351
|
|
|
352
352
|
.wp-block-separator {
|
|
353
353
|
display: flex;
|
|
354
|
-
border-
|
|
354
|
+
border-top: 0;
|
|
355
|
+
border-color: $color-concrete;
|
|
355
356
|
|
|
356
357
|
&[class*=align] {
|
|
357
358
|
height: 22px;
|
|
@@ -371,11 +372,15 @@ div.aligncenter {
|
|
|
371
372
|
}
|
|
372
373
|
|
|
373
374
|
&.alignleft {
|
|
374
|
-
margin-left: $indent * 2;
|
|
375
375
|
float: none;
|
|
376
|
+
margin-left: 0;
|
|
376
377
|
max-width: rem(90px);
|
|
377
378
|
margin-top: rhythm(2);
|
|
378
379
|
margin-bottom: rhythm(2);
|
|
380
|
+
|
|
381
|
+
@include bp-up(lg) {
|
|
382
|
+
margin-left: $indent * 2;
|
|
383
|
+
}
|
|
379
384
|
}
|
|
380
385
|
|
|
381
386
|
&.alignwide {
|