@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
|
@@ -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
|
|