@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@internetstiftelsen/styleguide",
3
- "version": "2.26.11",
3
+ "version": "2.26.12",
4
4
  "main": "dist/components.js",
5
5
  "ports": {
6
6
  "fractal": "3000"
@@ -282,7 +282,7 @@ hr {
282
282
  margin-top: rhythm(2);
283
283
  margin-bottom: rhythm(2);
284
284
  border: 0;
285
- border-bottom: 1px solid $color-granit;
285
+ border-bottom: 1px solid $color-concrete;
286
286
  }
287
287
 
288
288
  //
@@ -351,7 +351,8 @@ div.aligncenter {
351
351
 
352
352
  .wp-block-separator {
353
353
  display: flex;
354
- border-color: currentColor;
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 {