@internetstiftelsen/styleguide 2.24.22-beta.0.1 → 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.22-beta.0.1",
3
+ "version": "2.24.22",
4
4
  "main": "dist/components.js",
5
5
  "ports": {
6
6
  "fractal": "3000"
@@ -90,4 +90,4 @@
90
90
  "fractal": {
91
91
  "main": "fractal.config.js"
92
92
  }
93
- }
93
+ }
@@ -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