@internetstiftelsen/styleguide 2.24.30 → 2.24.32

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.30",
3
+ "version": "2.24.32",
4
4
  "main": "dist/components.js",
5
5
  "ports": {
6
6
  "fractal": "3000"
@@ -115,10 +115,9 @@ html {
115
115
  // "Parallax" scroll items
116
116
  @include e(parallax) {
117
117
  opacity: 0;
118
- transition: opacity 1s ease-out, transform 5s cubic-bezier(0, 1, 0, 1);
118
+ transition: opacity 1s ease-out, transform 3s cubic-bezier(0, 1, 0, 1);
119
119
  transform: translateY(200px);
120
120
  will-change: opacity, transform;
121
- transition-delay: 0.5s;
122
121
  flex: 100%;
123
122
 
124
123
  &.animate {
@@ -259,7 +258,7 @@ html {
259
258
 
260
259
  p[class*='card__text'] {
261
260
  @extend %preamble;
262
-
261
+
263
262
  display: block;
264
263
  }
265
264
 
@@ -87,7 +87,6 @@
87
87
  @include bp-up(xl) {
88
88
  left: rhythm(8);
89
89
  width: calc(100% - rhythm(16));
90
- text-align: left;
91
90
  }
92
91
 
93
92
  @include e(headline) {