cas-ds-web-components 1.2.80 → 1.2.82
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/build/cas-ds-web-components.js +22 -20
- package/build/cas-header.js +21 -19
- package/build/cas-text.js +21 -19
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(b,J){typeof exports=="object"&&typeof module<"u"?J(exports):typeof define=="function"&&define.amd?define(["exports"],J):(b=typeof globalThis<"u"?globalThis:b||self,J(b["all-components"]={}))})(this,function(b){"use strict";var Sv=Object.defineProperty;var Tv=(b,J,J1)=>J in b?Sv(b,J,{enumerable:!0,configurable:!0,writable:!0,value:J1}):b[J]=J1;var g=(b,J,J1)=>(Tv(b,typeof J!="symbol"?J+"":J,J1),J1);var I3,EC;(()=>{const i=document.createElement("link");i.setAttribute("href","https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap"),i.setAttribute("rel","stylesheet"),document.head.appendChild(i)})();const Y5={name:"@eloisa-ds/all-components",version:"1.0.
|
|
1
|
+
(function(b,J){typeof exports=="object"&&typeof module<"u"?J(exports):typeof define=="function"&&define.amd?define(["exports"],J):(b=typeof globalThis<"u"?globalThis:b||self,J(b["all-components"]={}))})(this,function(b){"use strict";var Sv=Object.defineProperty;var Tv=(b,J,J1)=>J in b?Sv(b,J,{enumerable:!0,configurable:!0,writable:!0,value:J1}):b[J]=J1;var g=(b,J,J1)=>(Tv(b,typeof J!="symbol"?J+"":J,J1),J1);var I3,EC;(()=>{const i=document.createElement("link");i.setAttribute("href","https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap"),i.setAttribute("rel","stylesheet"),document.head.appendChild(i)})();const Y5={name:"@eloisa-ds/all-components",version:"1.0.84",dependencies:{},main:"./index.js",module:"./index.mjs",typings:"./index.d.ts",private:!0};/**
|
|
2
2
|
* @license
|
|
3
3
|
* Copyright 2019 Google LLC
|
|
4
4
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
@@ -6141,10 +6141,12 @@
|
|
|
6141
6141
|
Licensed under the MIT License (MIT), see
|
|
6142
6142
|
http://jedwatson.github.io/classnames
|
|
6143
6143
|
*/(function(i){(function(){var C={}.hasOwnProperty;function t(){for(var a="",l=0;l<arguments.length;l++){var h=arguments[l];h&&(a=o(a,e(h)))}return a}function e(a){if(typeof a=="string"||typeof a=="number")return a;if(typeof a!="object")return"";if(Array.isArray(a))return t.apply(null,a);if(a.toString!==Object.prototype.toString&&!a.toString.toString().includes("[native code]"))return a.toString();var l="";for(var h in a)C.call(a,h)&&a[h]&&(l=o(l,h));return l}function o(a,l){return l?a?a+" "+l:a+l:a}i.exports?(t.default=t,i.exports=t):window.classNames=t})()})(V7);var Bn=V7.exports;const q=ke(Bn);function En(i,C,t){const e=q({base:!0,[i]:i,[t]:t});return{tag:An[C||i]||"p",classNames:e}}const Sn=H`
|
|
6144
|
+
html {
|
|
6145
|
+
font-size: var(--eloisa-ds-font-size-base, 16px);
|
|
6146
|
+
}
|
|
6144
6147
|
.base {
|
|
6145
6148
|
font-family: "${L(It)}", system-ui, serif;
|
|
6146
6149
|
font-style: normal;
|
|
6147
|
-
//font-size: var(--eloisa-ds-font-size-base, 24px);
|
|
6148
6150
|
letter-spacing: 0.0120588em;
|
|
6149
6151
|
margin: 0;
|
|
6150
6152
|
padding: 0;
|
|
@@ -6177,7 +6179,7 @@
|
|
|
6177
6179
|
|
|
6178
6180
|
.headline1, .headline1 > slot::slotted(*) {
|
|
6179
6181
|
font-weight: 500;
|
|
6180
|
-
font-size: 1.
|
|
6182
|
+
font-size: 1.75rem;
|
|
6181
6183
|
line-height: 2.25rem;
|
|
6182
6184
|
}
|
|
6183
6185
|
|
|
@@ -6190,7 +6192,7 @@
|
|
|
6190
6192
|
.headline3, .headline3 > slot::slotted(*) {
|
|
6191
6193
|
font-weight: 500;
|
|
6192
6194
|
font-size: 1.125rem;
|
|
6193
|
-
line-height: 1.
|
|
6195
|
+
line-height: 1.75rem;
|
|
6194
6196
|
}
|
|
6195
6197
|
|
|
6196
6198
|
.headline4, .headline4 > slot::slotted(*) {
|
|
@@ -6202,7 +6204,7 @@
|
|
|
6202
6204
|
.headline5, .headline5 > slot::slotted(*) {
|
|
6203
6205
|
font-weight: 400;
|
|
6204
6206
|
font-size: 1.125rem;
|
|
6205
|
-
line-height: 1.
|
|
6207
|
+
line-height: 1.75rem;
|
|
6206
6208
|
}
|
|
6207
6209
|
|
|
6208
6210
|
.button, .button > slot::slotted(*) {
|
|
@@ -6240,26 +6242,26 @@
|
|
|
6240
6242
|
.footnote1, .footnote1 > slot::slotted(*) {
|
|
6241
6243
|
font-weight: 500;
|
|
6242
6244
|
font-size: 0.875rem;
|
|
6243
|
-
line-height: 1.
|
|
6245
|
+
line-height: 1.25rem;
|
|
6244
6246
|
}
|
|
6245
6247
|
|
|
6246
6248
|
.footnote2, .footnote2 > slot::slotted(*) {
|
|
6247
6249
|
font-weight: normal;
|
|
6248
6250
|
font-size: 0.875rem;
|
|
6249
|
-
line-height: 1.
|
|
6251
|
+
line-height: 1.25rem;
|
|
6250
6252
|
}
|
|
6251
6253
|
|
|
6252
6254
|
.footnote1-link, .footnote1-link > slot::slotted(*) {
|
|
6253
6255
|
font-weight: 500;
|
|
6254
6256
|
font-size: 0.875rem;
|
|
6255
|
-
line-height: 1.
|
|
6257
|
+
line-height: 1.25rem;
|
|
6256
6258
|
text-decoration-line: underline;
|
|
6257
6259
|
}
|
|
6258
6260
|
|
|
6259
6261
|
.footnote2-link, .footnote2-link > slot::slotted(*) {
|
|
6260
6262
|
font-weight: 400;
|
|
6261
6263
|
font-size: 0.875rem;
|
|
6262
|
-
line-height: 1.
|
|
6264
|
+
line-height: 1.25rem;
|
|
6263
6265
|
text-decoration-line: underline;
|
|
6264
6266
|
}
|
|
6265
6267
|
|
|
@@ -6326,38 +6328,38 @@
|
|
|
6326
6328
|
|
|
6327
6329
|
.display3 {
|
|
6328
6330
|
font-weight: 500;
|
|
6329
|
-
font-size: 1.
|
|
6331
|
+
font-size: 1.75rem;
|
|
6330
6332
|
line-height: 2.25rem;
|
|
6331
6333
|
}
|
|
6332
6334
|
|
|
6333
6335
|
.headline1 {
|
|
6334
6336
|
font-weight: 500;
|
|
6335
|
-
font-size: 1.
|
|
6336
|
-
line-height:
|
|
6337
|
+
font-size: 1.75rem;
|
|
6338
|
+
line-height: 2.25rem;
|
|
6337
6339
|
}
|
|
6338
6340
|
|
|
6339
6341
|
.headline2 {
|
|
6340
6342
|
font-weight: 700;
|
|
6341
6343
|
font-size: 1.25rem;
|
|
6342
|
-
line-height: 1.
|
|
6344
|
+
line-height: 1.75rem;
|
|
6343
6345
|
}
|
|
6344
6346
|
|
|
6345
6347
|
.headline3 {
|
|
6346
6348
|
font-weight: 500;
|
|
6347
6349
|
font-size: 1.125rem;
|
|
6348
|
-
line-height: 1.
|
|
6350
|
+
line-height: 1.75rem;
|
|
6349
6351
|
}
|
|
6350
6352
|
|
|
6351
6353
|
.headline4 {
|
|
6352
6354
|
font-weight: 400;
|
|
6353
6355
|
font-size: 1.25rem;
|
|
6354
|
-
line-height: 1.
|
|
6356
|
+
line-height: 1.75rem;
|
|
6355
6357
|
}
|
|
6356
6358
|
|
|
6357
6359
|
.headline5 {
|
|
6358
6360
|
font-weight: 400;
|
|
6359
6361
|
font-size: 1.125rem;
|
|
6360
|
-
line-height: 1.
|
|
6362
|
+
line-height: 1.75rem;
|
|
6361
6363
|
}
|
|
6362
6364
|
|
|
6363
6365
|
.button {
|
|
@@ -6463,7 +6465,7 @@
|
|
|
6463
6465
|
|
|
6464
6466
|
.m-display3, .m-display3 > slot::slotted(*) {
|
|
6465
6467
|
font-weight: 500;
|
|
6466
|
-
font-size: 1.
|
|
6468
|
+
font-size: 1.75rem;
|
|
6467
6469
|
line-height: 2.25rem;
|
|
6468
6470
|
}
|
|
6469
6471
|
|
|
@@ -6476,19 +6478,19 @@
|
|
|
6476
6478
|
.m-headline2, .m-headline2 > slot::slotted(*) {
|
|
6477
6479
|
font-weight: 700;
|
|
6478
6480
|
font-size: 1.25rem;
|
|
6479
|
-
line-height: 1.
|
|
6481
|
+
line-height: 1.75rem;
|
|
6480
6482
|
}
|
|
6481
6483
|
|
|
6482
6484
|
.m-headline3, .m-headline3 > slot::slotted(*) {
|
|
6483
6485
|
font-weight: 500;
|
|
6484
6486
|
font-size: 1.125rem;
|
|
6485
|
-
line-height: 1.
|
|
6487
|
+
line-height: 1.75rem;
|
|
6486
6488
|
}
|
|
6487
6489
|
|
|
6488
6490
|
.m-headline4, .m-headline4 > slot::slotted(*) {
|
|
6489
6491
|
font-weight: 400;
|
|
6490
6492
|
font-size: 1.25rem;
|
|
6491
|
-
line-height: 1.
|
|
6493
|
+
line-height: 1.75rem;
|
|
6492
6494
|
}
|
|
6493
6495
|
|
|
6494
6496
|
.m-headline5, .m-headline5 > slot::slotted(*) {
|
package/build/cas-header.js
CHANGED
|
@@ -6141,10 +6141,12 @@
|
|
|
6141
6141
|
Licensed under the MIT License (MIT), see
|
|
6142
6142
|
http://jedwatson.github.io/classnames
|
|
6143
6143
|
*/(function(s){(function(){var C={}.hasOwnProperty;function t(){for(var l="",a=0;a<arguments.length;a++){var n=arguments[a];n&&(l=i(l,e(n)))}return l}function e(l){if(typeof l=="string"||typeof l=="number")return l;if(typeof l!="object")return"";if(Array.isArray(l))return t.apply(null,l);if(l.toString!==Object.prototype.toString&&!l.toString.toString().includes("[native code]"))return l.toString();var a="";for(var n in l)C.call(l,n)&&l[n]&&(a=i(a,n));return a}function i(l,a){return a?l?l+" "+a:l+a:l}s.exports?(t.default=t,s.exports=t):window.classNames=t})()})(O4);var Na=O4.exports;const H1=Pt(Na);function Oa(s,C,t){const e=H1({base:!0,[s]:s,[t]:t});return{tag:Ia[C||s]||"p",classNames:e}}const Da=w`
|
|
6144
|
+
html {
|
|
6145
|
+
font-size: var(--eloisa-ds-font-size-base, 16px);
|
|
6146
|
+
}
|
|
6144
6147
|
.base {
|
|
6145
6148
|
font-family: "${p(jC)}", system-ui, serif;
|
|
6146
6149
|
font-style: normal;
|
|
6147
|
-
//font-size: var(--eloisa-ds-font-size-base, 24px);
|
|
6148
6150
|
letter-spacing: 0.0120588em;
|
|
6149
6151
|
margin: 0;
|
|
6150
6152
|
padding: 0;
|
|
@@ -6177,7 +6179,7 @@
|
|
|
6177
6179
|
|
|
6178
6180
|
.headline1, .headline1 > slot::slotted(*) {
|
|
6179
6181
|
font-weight: 500;
|
|
6180
|
-
font-size: 1.
|
|
6182
|
+
font-size: 1.75rem;
|
|
6181
6183
|
line-height: 2.25rem;
|
|
6182
6184
|
}
|
|
6183
6185
|
|
|
@@ -6190,7 +6192,7 @@
|
|
|
6190
6192
|
.headline3, .headline3 > slot::slotted(*) {
|
|
6191
6193
|
font-weight: 500;
|
|
6192
6194
|
font-size: 1.125rem;
|
|
6193
|
-
line-height: 1.
|
|
6195
|
+
line-height: 1.75rem;
|
|
6194
6196
|
}
|
|
6195
6197
|
|
|
6196
6198
|
.headline4, .headline4 > slot::slotted(*) {
|
|
@@ -6202,7 +6204,7 @@
|
|
|
6202
6204
|
.headline5, .headline5 > slot::slotted(*) {
|
|
6203
6205
|
font-weight: 400;
|
|
6204
6206
|
font-size: 1.125rem;
|
|
6205
|
-
line-height: 1.
|
|
6207
|
+
line-height: 1.75rem;
|
|
6206
6208
|
}
|
|
6207
6209
|
|
|
6208
6210
|
.button, .button > slot::slotted(*) {
|
|
@@ -6240,26 +6242,26 @@
|
|
|
6240
6242
|
.footnote1, .footnote1 > slot::slotted(*) {
|
|
6241
6243
|
font-weight: 500;
|
|
6242
6244
|
font-size: 0.875rem;
|
|
6243
|
-
line-height: 1.
|
|
6245
|
+
line-height: 1.25rem;
|
|
6244
6246
|
}
|
|
6245
6247
|
|
|
6246
6248
|
.footnote2, .footnote2 > slot::slotted(*) {
|
|
6247
6249
|
font-weight: normal;
|
|
6248
6250
|
font-size: 0.875rem;
|
|
6249
|
-
line-height: 1.
|
|
6251
|
+
line-height: 1.25rem;
|
|
6250
6252
|
}
|
|
6251
6253
|
|
|
6252
6254
|
.footnote1-link, .footnote1-link > slot::slotted(*) {
|
|
6253
6255
|
font-weight: 500;
|
|
6254
6256
|
font-size: 0.875rem;
|
|
6255
|
-
line-height: 1.
|
|
6257
|
+
line-height: 1.25rem;
|
|
6256
6258
|
text-decoration-line: underline;
|
|
6257
6259
|
}
|
|
6258
6260
|
|
|
6259
6261
|
.footnote2-link, .footnote2-link > slot::slotted(*) {
|
|
6260
6262
|
font-weight: 400;
|
|
6261
6263
|
font-size: 0.875rem;
|
|
6262
|
-
line-height: 1.
|
|
6264
|
+
line-height: 1.25rem;
|
|
6263
6265
|
text-decoration-line: underline;
|
|
6264
6266
|
}
|
|
6265
6267
|
|
|
@@ -6326,38 +6328,38 @@
|
|
|
6326
6328
|
|
|
6327
6329
|
.display3 {
|
|
6328
6330
|
font-weight: 500;
|
|
6329
|
-
font-size: 1.
|
|
6331
|
+
font-size: 1.75rem;
|
|
6330
6332
|
line-height: 2.25rem;
|
|
6331
6333
|
}
|
|
6332
6334
|
|
|
6333
6335
|
.headline1 {
|
|
6334
6336
|
font-weight: 500;
|
|
6335
|
-
font-size: 1.
|
|
6336
|
-
line-height:
|
|
6337
|
+
font-size: 1.75rem;
|
|
6338
|
+
line-height: 2.25rem;
|
|
6337
6339
|
}
|
|
6338
6340
|
|
|
6339
6341
|
.headline2 {
|
|
6340
6342
|
font-weight: 700;
|
|
6341
6343
|
font-size: 1.25rem;
|
|
6342
|
-
line-height: 1.
|
|
6344
|
+
line-height: 1.75rem;
|
|
6343
6345
|
}
|
|
6344
6346
|
|
|
6345
6347
|
.headline3 {
|
|
6346
6348
|
font-weight: 500;
|
|
6347
6349
|
font-size: 1.125rem;
|
|
6348
|
-
line-height: 1.
|
|
6350
|
+
line-height: 1.75rem;
|
|
6349
6351
|
}
|
|
6350
6352
|
|
|
6351
6353
|
.headline4 {
|
|
6352
6354
|
font-weight: 400;
|
|
6353
6355
|
font-size: 1.25rem;
|
|
6354
|
-
line-height: 1.
|
|
6356
|
+
line-height: 1.75rem;
|
|
6355
6357
|
}
|
|
6356
6358
|
|
|
6357
6359
|
.headline5 {
|
|
6358
6360
|
font-weight: 400;
|
|
6359
6361
|
font-size: 1.125rem;
|
|
6360
|
-
line-height: 1.
|
|
6362
|
+
line-height: 1.75rem;
|
|
6361
6363
|
}
|
|
6362
6364
|
|
|
6363
6365
|
.button {
|
|
@@ -6463,7 +6465,7 @@
|
|
|
6463
6465
|
|
|
6464
6466
|
.m-display3, .m-display3 > slot::slotted(*) {
|
|
6465
6467
|
font-weight: 500;
|
|
6466
|
-
font-size: 1.
|
|
6468
|
+
font-size: 1.75rem;
|
|
6467
6469
|
line-height: 2.25rem;
|
|
6468
6470
|
}
|
|
6469
6471
|
|
|
@@ -6476,19 +6478,19 @@
|
|
|
6476
6478
|
.m-headline2, .m-headline2 > slot::slotted(*) {
|
|
6477
6479
|
font-weight: 700;
|
|
6478
6480
|
font-size: 1.25rem;
|
|
6479
|
-
line-height: 1.
|
|
6481
|
+
line-height: 1.75rem;
|
|
6480
6482
|
}
|
|
6481
6483
|
|
|
6482
6484
|
.m-headline3, .m-headline3 > slot::slotted(*) {
|
|
6483
6485
|
font-weight: 500;
|
|
6484
6486
|
font-size: 1.125rem;
|
|
6485
|
-
line-height: 1.
|
|
6487
|
+
line-height: 1.75rem;
|
|
6486
6488
|
}
|
|
6487
6489
|
|
|
6488
6490
|
.m-headline4, .m-headline4 > slot::slotted(*) {
|
|
6489
6491
|
font-weight: 400;
|
|
6490
6492
|
font-size: 1.25rem;
|
|
6491
|
-
line-height: 1.
|
|
6493
|
+
line-height: 1.75rem;
|
|
6492
6494
|
}
|
|
6493
6495
|
|
|
6494
6496
|
.m-headline5, .m-headline5 > slot::slotted(*) {
|
package/build/cas-text.js
CHANGED
|
@@ -43,10 +43,12 @@
|
|
|
43
43
|
Licensed under the MIT License (MIT), see
|
|
44
44
|
http://jedwatson.github.io/classnames
|
|
45
45
|
*/(function(l){(function(){var t={}.hasOwnProperty;function e(){for(var o="",n=0;n<arguments.length;n++){var a=arguments[n];a&&(o=s(o,i(a)))}return o}function i(o){if(typeof o=="string"||typeof o=="number")return o;if(typeof o!="object")return"";if(Array.isArray(o))return e.apply(null,o);if(o.toString!==Object.prototype.toString&&!o.toString.toString().includes("[native code]"))return o.toString();var n="";for(var a in o)t.call(o,a)&&o[a]&&(n=s(n,a));return n}function s(o,n){return n?o?o+" "+n:o+n:o}l.exports?(e.default=e,l.exports=e):window.classNames=e})()})(_e);var ri=_e.exports;const hi=li(ri);function di(l,t,e){const i=hi({base:!0,[l]:l,[e]:e});return{tag:oi[t||l]||"p",classNames:i}}const ai=be`
|
|
46
|
+
html {
|
|
47
|
+
font-size: var(--eloisa-ds-font-size-base, 16px);
|
|
48
|
+
}
|
|
46
49
|
.base {
|
|
47
50
|
font-family: "${Tt(v.casFontFamilyModeLight)}", system-ui, serif;
|
|
48
51
|
font-style: normal;
|
|
49
|
-
//font-size: var(--eloisa-ds-font-size-base, 24px);
|
|
50
52
|
letter-spacing: 0.0120588em;
|
|
51
53
|
margin: 0;
|
|
52
54
|
padding: 0;
|
|
@@ -79,7 +81,7 @@
|
|
|
79
81
|
|
|
80
82
|
.headline1, .headline1 > slot::slotted(*) {
|
|
81
83
|
font-weight: 500;
|
|
82
|
-
font-size: 1.
|
|
84
|
+
font-size: 1.75rem;
|
|
83
85
|
line-height: 2.25rem;
|
|
84
86
|
}
|
|
85
87
|
|
|
@@ -92,7 +94,7 @@
|
|
|
92
94
|
.headline3, .headline3 > slot::slotted(*) {
|
|
93
95
|
font-weight: 500;
|
|
94
96
|
font-size: 1.125rem;
|
|
95
|
-
line-height: 1.
|
|
97
|
+
line-height: 1.75rem;
|
|
96
98
|
}
|
|
97
99
|
|
|
98
100
|
.headline4, .headline4 > slot::slotted(*) {
|
|
@@ -104,7 +106,7 @@
|
|
|
104
106
|
.headline5, .headline5 > slot::slotted(*) {
|
|
105
107
|
font-weight: 400;
|
|
106
108
|
font-size: 1.125rem;
|
|
107
|
-
line-height: 1.
|
|
109
|
+
line-height: 1.75rem;
|
|
108
110
|
}
|
|
109
111
|
|
|
110
112
|
.button, .button > slot::slotted(*) {
|
|
@@ -142,26 +144,26 @@
|
|
|
142
144
|
.footnote1, .footnote1 > slot::slotted(*) {
|
|
143
145
|
font-weight: 500;
|
|
144
146
|
font-size: 0.875rem;
|
|
145
|
-
line-height: 1.
|
|
147
|
+
line-height: 1.25rem;
|
|
146
148
|
}
|
|
147
149
|
|
|
148
150
|
.footnote2, .footnote2 > slot::slotted(*) {
|
|
149
151
|
font-weight: normal;
|
|
150
152
|
font-size: 0.875rem;
|
|
151
|
-
line-height: 1.
|
|
153
|
+
line-height: 1.25rem;
|
|
152
154
|
}
|
|
153
155
|
|
|
154
156
|
.footnote1-link, .footnote1-link > slot::slotted(*) {
|
|
155
157
|
font-weight: 500;
|
|
156
158
|
font-size: 0.875rem;
|
|
157
|
-
line-height: 1.
|
|
159
|
+
line-height: 1.25rem;
|
|
158
160
|
text-decoration-line: underline;
|
|
159
161
|
}
|
|
160
162
|
|
|
161
163
|
.footnote2-link, .footnote2-link > slot::slotted(*) {
|
|
162
164
|
font-weight: 400;
|
|
163
165
|
font-size: 0.875rem;
|
|
164
|
-
line-height: 1.
|
|
166
|
+
line-height: 1.25rem;
|
|
165
167
|
text-decoration-line: underline;
|
|
166
168
|
}
|
|
167
169
|
|
|
@@ -228,38 +230,38 @@
|
|
|
228
230
|
|
|
229
231
|
.display3 {
|
|
230
232
|
font-weight: 500;
|
|
231
|
-
font-size: 1.
|
|
233
|
+
font-size: 1.75rem;
|
|
232
234
|
line-height: 2.25rem;
|
|
233
235
|
}
|
|
234
236
|
|
|
235
237
|
.headline1 {
|
|
236
238
|
font-weight: 500;
|
|
237
|
-
font-size: 1.
|
|
238
|
-
line-height:
|
|
239
|
+
font-size: 1.75rem;
|
|
240
|
+
line-height: 2.25rem;
|
|
239
241
|
}
|
|
240
242
|
|
|
241
243
|
.headline2 {
|
|
242
244
|
font-weight: 700;
|
|
243
245
|
font-size: 1.25rem;
|
|
244
|
-
line-height: 1.
|
|
246
|
+
line-height: 1.75rem;
|
|
245
247
|
}
|
|
246
248
|
|
|
247
249
|
.headline3 {
|
|
248
250
|
font-weight: 500;
|
|
249
251
|
font-size: 1.125rem;
|
|
250
|
-
line-height: 1.
|
|
252
|
+
line-height: 1.75rem;
|
|
251
253
|
}
|
|
252
254
|
|
|
253
255
|
.headline4 {
|
|
254
256
|
font-weight: 400;
|
|
255
257
|
font-size: 1.25rem;
|
|
256
|
-
line-height: 1.
|
|
258
|
+
line-height: 1.75rem;
|
|
257
259
|
}
|
|
258
260
|
|
|
259
261
|
.headline5 {
|
|
260
262
|
font-weight: 400;
|
|
261
263
|
font-size: 1.125rem;
|
|
262
|
-
line-height: 1.
|
|
264
|
+
line-height: 1.75rem;
|
|
263
265
|
}
|
|
264
266
|
|
|
265
267
|
.button {
|
|
@@ -365,7 +367,7 @@
|
|
|
365
367
|
|
|
366
368
|
.m-display3, .m-display3 > slot::slotted(*) {
|
|
367
369
|
font-weight: 500;
|
|
368
|
-
font-size: 1.
|
|
370
|
+
font-size: 1.75rem;
|
|
369
371
|
line-height: 2.25rem;
|
|
370
372
|
}
|
|
371
373
|
|
|
@@ -378,19 +380,19 @@
|
|
|
378
380
|
.m-headline2, .m-headline2 > slot::slotted(*) {
|
|
379
381
|
font-weight: 700;
|
|
380
382
|
font-size: 1.25rem;
|
|
381
|
-
line-height: 1.
|
|
383
|
+
line-height: 1.75rem;
|
|
382
384
|
}
|
|
383
385
|
|
|
384
386
|
.m-headline3, .m-headline3 > slot::slotted(*) {
|
|
385
387
|
font-weight: 500;
|
|
386
388
|
font-size: 1.125rem;
|
|
387
|
-
line-height: 1.
|
|
389
|
+
line-height: 1.75rem;
|
|
388
390
|
}
|
|
389
391
|
|
|
390
392
|
.m-headline4, .m-headline4 > slot::slotted(*) {
|
|
391
393
|
font-weight: 400;
|
|
392
394
|
font-size: 1.25rem;
|
|
393
|
-
line-height: 1.
|
|
395
|
+
line-height: 1.75rem;
|
|
394
396
|
}
|
|
395
397
|
|
|
396
398
|
.m-headline5, .m-headline5 > slot::slotted(*) {
|