@internetstiftelsen/styleguide 2.26.2-beta.0.3 → 2.26.2

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.2-beta.0.3",
3
+ "version": "2.26.2",
4
4
  "main": "dist/components.js",
5
5
  "ports": {
6
6
  "fractal": "3000"
@@ -187,7 +187,6 @@
187
187
 
188
188
  @include e(image) {
189
189
  display: block;
190
- min-height: 100%;
191
190
  object-fit: cover;
192
191
  object-position: 50% center;
193
192
  }
@@ -2,7 +2,6 @@
2
2
 
3
3
  @include organism(schedule-filter) {
4
4
  margin-bottom: rhythm(2);
5
- padding-bottom: rhythm(1);
6
5
  position: sticky;
7
6
  top: -1px;
8
7
  padding-top: 1px;
@@ -18,6 +17,11 @@
18
17
  padding-right: $grid-gutter-width;
19
18
  background-color: $color-snow;
20
19
  @extend %box-shadow;
20
+
21
+ @include bp-up(xxl) {
22
+ border-bottom-left-radius: $border-radius;
23
+ border-bottom-right-radius: $border-radius;
24
+ }
21
25
  }
22
26
 
23
27
  @include e(button) {