@internetstiftelsen/styleguide 4.0.8-beta.0.8 → 4.0.10-beta.0.1
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
|
@@ -390,15 +390,13 @@
|
|
|
390
390
|
@include e(link) {
|
|
391
391
|
color: $color-snow;
|
|
392
392
|
}
|
|
393
|
-
}
|
|
394
393
|
|
|
395
|
-
@include m(sticky-buttons) {
|
|
396
394
|
@include bp-down(sm-xs) {
|
|
397
395
|
@include e(buttons) {
|
|
398
396
|
position: absolute;
|
|
399
397
|
bottom: 0;
|
|
400
|
-
left: rhythm(
|
|
401
|
-
right: rhythm(
|
|
398
|
+
left: rhythm(3);
|
|
399
|
+
right: rhythm(3);
|
|
402
400
|
display: flex;
|
|
403
401
|
flex-wrap: nowrap;
|
|
404
402
|
justify-content: space-between;
|
|
@@ -28,13 +28,11 @@ module.exports = {
|
|
|
28
28
|
{
|
|
29
29
|
name: 'Buttons',
|
|
30
30
|
context: {
|
|
31
|
-
no_image_class: '
|
|
31
|
+
no_image_class: '',
|
|
32
32
|
has_tags: false,
|
|
33
33
|
has_buttons: true,
|
|
34
34
|
limited_width: false,
|
|
35
|
-
heading: 'Välkommen till Goto 10',
|
|
36
35
|
hero_image: 'https://stage.goto10.se/app/uploads/2024/05/toppbild-goto-10-linkoping-1-.jpg.webp',
|
|
37
|
-
text: 'Goto 10 är en kostnadsfri mötesplats för kunskapsutbyte och innovation som drivs av Internetstiftelsen. Besök oss i Linköping, Malmö och Stockholm.',
|
|
38
36
|
},
|
|
39
37
|
},
|
|
40
38
|
{
|
|
@@ -135,14 +133,13 @@ module.exports = {
|
|
|
135
133
|
name: 'No breakpoint',
|
|
136
134
|
context: {
|
|
137
135
|
no_image_class: 'o-hero--no-break',
|
|
138
|
-
limited_width: false,
|
|
139
|
-
has_buttons: true,
|
|
140
136
|
has_tags: false,
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
137
|
+
has_buttons: true,
|
|
138
|
+
limited_width: false,
|
|
139
|
+
heading: 'Välkommen till Goto 10',
|
|
140
|
+
hero_image: 'https://stage.goto10.se/app/uploads/2024/05/toppbild-goto-10-linkoping-1-.jpg.webp',
|
|
141
|
+
text: 'Goto 10 är en kostnadsfri mötesplats för kunskapsutbyte och innovation som drivs av Internetstiftelsen. Besök oss i Linköping, Malmö och Stockholm.',
|
|
142
|
+
},
|
|
146
143
|
},
|
|
147
144
|
{
|
|
148
145
|
name: 'Dynamic headline',
|