@internetstiftelsen/styleguide 2.24.21 → 2.24.22

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.24.21",
3
+ "version": "2.24.22",
4
4
  "main": "dist/components.js",
5
5
  "ports": {
6
6
  "fractal": "3000"
@@ -112,13 +112,20 @@
112
112
  transform: scale(1) translateY(0);
113
113
  animation: pulse infinite 1.5s ease;
114
114
  will-change: transform;
115
+ top: rem(15px);
115
116
 
116
117
  @include bp-up(sm) {
117
118
  animation: pulse2 infinite 1.5s ease;
119
+ top: rem(20px);
120
+ }
121
+
122
+ @include bp-up(md) {
123
+ top: rem(40px);
118
124
  }
119
125
 
120
126
  @include bp-up(xl) {
121
127
  animation: pulse3 infinite 1.5s ease;
128
+ top: rem(50px);
122
129
  }
123
130
  }
124
131
 
@@ -344,10 +344,12 @@ html {
344
344
  }
345
345
 
346
346
  @include e(card-text) {
347
- display: none;
347
+ font-size: 80%;
348
+ line-height: 1.3rem;
348
349
 
349
350
  @include bp-up(lg) {
350
- display: block;
351
+ font-size: 100%;
352
+ line-height: 1.5rem;
351
353
  }
352
354
  }
353
355
  }