@internetstiftelsen/styleguide 2.22.3-beta.0.19 → 2.22.3-beta.0.21
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
|
@@ -135,6 +135,25 @@ html {
|
|
|
135
135
|
display: none;
|
|
136
136
|
padding-bottom: 0;
|
|
137
137
|
margin-top: 0;
|
|
138
|
+
min-height: 45px;
|
|
139
|
+
background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' class='lds-ring' style='background: none;'%3E%3Ccircle cx='50' cy='50' ng-attr-r='%7B%7Bconfig.radius%7D%7D' ng-attr-stroke='%7B%7Bconfig.base%7D%7D' ng-attr-stroke-width='%7B%7Bconfig.width%7D%7D' fill='none' r='43' stroke='%23a7d8fd' stroke-width='7'%3E%3C/circle%3E%3Ccircle cx='50' cy='50' ng-attr-r='%7B%7Bconfig.radius%7D%7D' ng-attr-stroke='%7B%7Bconfig.stroke%7D%7D' ng-attr-stroke-width='%7B%7Bconfig.innerWidth%7D%7D' ng-attr-stroke-linecap='%7B%7Bconfig.linecap%7D%7D' fill='none' r='43' stroke='%2350b2fc' stroke-width='7' stroke-linecap='square' transform='rotate(27.6965 50 50)'%3E%3CanimateTransform attributeName='transform' type='rotate' calcMode='linear' values='0 50 50;180 50 50;720 50 50' keyTimes='0;0.5;1' dur='2.5s' begin='0s' repeatCount='indefinite'%3E%3C/animateTransform%3E%3Canimate attributeName='stroke-dasharray' calcMode='linear' values='9.42477796076938 179.0707812546182;188.4955592153876 -2.842170943040401e-14;9.42477796076938 179.0707812546182' keyTimes='0;0.5;1' dur='2.5' begin='0s' repeatCount='indefinite'%3E%3C/animate%3E%3C/circle%3E%3C/svg%3E%0A");
|
|
140
|
+
background-repeat: no-repeat;
|
|
141
|
+
background-position: center center;
|
|
142
|
+
background-size: 45px 45px;
|
|
143
|
+
|
|
144
|
+
@include bp-up(md) {
|
|
145
|
+
min-height: 100px;
|
|
146
|
+
background-size: 100px 100px;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
@include bp-up(xl) {
|
|
150
|
+
min-height: 150px;
|
|
151
|
+
background-size: 150px 150px;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
&[data-timeline-post-expanded-content="true"] {
|
|
155
|
+
background-image: none;
|
|
156
|
+
}
|
|
138
157
|
|
|
139
158
|
@include e(meta) {
|
|
140
159
|
@include e(related) {
|
|
@@ -420,6 +420,7 @@
|
|
|
420
420
|
width: auto;
|
|
421
421
|
position: absolute;
|
|
422
422
|
bottom: rhythm(1);
|
|
423
|
+
right: rhythm(1);
|
|
423
424
|
z-index: 3;
|
|
424
425
|
font-family: $font-family-headings;
|
|
425
426
|
min-width: 200px;
|
|
@@ -445,12 +446,16 @@
|
|
|
445
446
|
@include bp-up(lg) {
|
|
446
447
|
font-size: $size-base * 1.7;
|
|
447
448
|
min-width: 500px;
|
|
448
|
-
max-width:
|
|
449
|
+
max-width: 700px;
|
|
449
450
|
bottom: rhythm(2);
|
|
450
451
|
align-self: flex-end;
|
|
451
452
|
right: rhythm(2);
|
|
452
453
|
}
|
|
453
454
|
|
|
455
|
+
@include bp-up(xxl) {
|
|
456
|
+
max-width: 800px;
|
|
457
|
+
}
|
|
458
|
+
|
|
454
459
|
&.is-visible {
|
|
455
460
|
display: inline-block;
|
|
456
461
|
|