@internetstiftelsen/styleguide 2.21.9 → 2.21.10

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.21.9",
3
+ "version": "2.21.10",
4
4
  "main": "dist/components.js",
5
5
  "ports": {
6
6
  "fractal": "3000"
@@ -51,7 +51,7 @@ $footer-font-size: 18px; // To ensure all footers on all sites have the same fon
51
51
  -moz-osx-font-smoothing: grayscale;
52
52
 
53
53
  @include e(freetext) {
54
- padding: rhythm(4) rhythm(3);
54
+ padding: rhythm(3) rhythm(3) rhythm(4) rhythm(3);
55
55
  border-bottom: 1px solid $color-black;
56
56
 
57
57
  @include bp-up(xl) {
@@ -115,9 +115,24 @@ $footer-font-size: 18px; // To ensure all footers on all sites have the same fon
115
115
 
116
116
  @include e(row-first) {
117
117
  border-bottom: 1px solid $color-black;
118
+
119
+ @include bp-up(lg) {
120
+ height: 70%;
121
+ }
122
+
123
+ @include bp-up(xl) {
124
+ height: 50%;
125
+ }
118
126
  }
119
127
 
120
128
  @include e(row-second) {
129
+ @include bp-up(lg) {
130
+ height: 30%;
131
+ }
132
+
133
+ @include bp-up(xl) {
134
+ height: 50%;
135
+ }
121
136
  }
122
137
  }
123
138
 
@@ -133,15 +148,16 @@ $footer-font-size: 18px; // To ensure all footers on all sites have the same fon
133
148
  @include bp-up(xl) {
134
149
  border-right: 1px solid $color-black;
135
150
  border-bottom: 0;
136
- padding: rhythm(3) rhythm(3) rhythm(3) rhythm(6);
151
+ padding: rhythm(4) rhythm(3) rhythm(3) rhythm(6);
137
152
  }
138
153
  }
139
154
 
140
155
  @include e(address2) {
141
- padding: rhythm(3) 0 rhythm(3) rhythm(3);
156
+ padding: rhythm(3);
142
157
 
143
158
  @include bp-up(xl) {
144
159
  padding-left: rhythm(6);
160
+ padding-top: rhythm(4);
145
161
  }
146
162
  }
147
163
 
@@ -157,7 +173,7 @@ $footer-font-size: 18px; // To ensure all footers on all sites have the same fon
157
173
  }
158
174
 
159
175
  @include bp-up(xl) {
160
- padding: rhythm(3) rhythm(3) rhythm(3) rhythm(6);
176
+ padding: rhythm(3) rhythm(3) rhythm(4) rhythm(6);
161
177
  }
162
178
  }
163
179
 
@@ -168,6 +184,7 @@ $footer-font-size: 18px; // To ensure all footers on all sites have the same fon
168
184
 
169
185
  @include bp-up(xl) {
170
186
  padding-left: rhythm(6);
187
+ padding-bottom: rhythm(4);
171
188
  }
172
189
  }
173
190
  }
@@ -4,8 +4,8 @@ module.exports = {
4
4
  context: {
5
5
  id: '',
6
6
  footer_text: '<p class="o-footer__paragraph"><a href="https://internetstiftelsen.se">Internetstiftelsen</a> verkar för ett internet som bidrar positivt till människan och samhället. Vi är en oberoende organisation som säkerställer en stark och säker infrastruktur för internet i Sverige. Vårt mål är att alla ska våga och kunna använda internet. Vi finns i Sverige och ansvarar för den svenska toppdomänen .se och driften av toppdomänen .nu.</p>',
7
- contact_1: '<ul class="u-list-clean o-footer__contact__address"><li class="o-footer__contact__address__li">Internetstiftelsen</li><li class="o-footer__contact__address__li">Hammarby Kaj 10D</li><li class="o-footer__contact__address__li">Box 92073</li><li class="o-footer__contact__address__li">120 07 Stockholm</li></ul>',
8
- contact_2: '<ul class="u-list-clean o-footer__contact__address"><li class="o-footer__contact__address__li">E-post: <a class="o-footer__link" href="mailto:info@internetstiftelsen.se">info@internetstiftelsen.se</a></li><li class="o-footer__contact__address__li">Telefon: <a class="o-footer__link" href="tel:084523500">08-452 35 00</a></li><li class="o-footer__contact__address__li">Organisationsnummer: 802405-0190</li></ul>',
7
+ contact_1: '<ul class="u-list-clean o-footer__info__contact__address"><li class="o-footer__info__contact__address__li">Internetstiftelsen</li><li class="o-footer__info__contact__address__li">Hammarby Kaj 10D</li><li class="o-footer__info__contact__address__li">Box 92073</li><li class="o-footer__info__contact__address__li">120 07 Stockholm</li></ul>',
8
+ contact_2: '<ul class="u-list-clean o-footer__info__contact__address"><li class="o-footer__info__contact__address__li">E-post: <a class="o-footer__link" href="mailto:info@internetstiftelsen.se">info@internetstiftelsen.se</a></li><li class="o-footer__info__contact__address__li">Telefon: <a class="o-footer__link" href="tel:084523500">08-452 35 00</a></li><li class="o-footer__info__contact__address__li">Organisationsnummer: 802405-0190</li></ul>',
9
9
  ISO_link: 'https://internetstiftelsen.se/docs/Certifikat_27001_UKAS_sv.pdf',
10
10
  ISO_image: 'https://internetstiftelsen.se/app/themes/internetstiftelsen/images/ISO_27001_2013_black_TM.svg',
11
11
  ISO_text: 'Certifierade enligt ISO/IEC<br>27001:2013',