@omnia/runtime 8.0.178-dev → 8.0.180-dev
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/dist/bundles/omnia.fx.ux.vuetify.breadcrumbs_e485693c-04ad-4085-a38a-1dd720269ed4.css +1 -1
- package/dist/bundles/omnia.fx.ux.vuetify.chip_6c32c2f0-cce6-4c71-b376-9fb68d0d508e.css +1 -1
- package/dist/bundles/omnia.fx.ux.vuetify.common_798d6494-70cc-47eb-9054-30b047beab19.css +5 -5
- package/dist/bundles/omnia.fx.ux.vuetify.shared_8769dc42-712d-4ce2-8d32-4b8604b92ae6.css +79 -78
- package/dist/bundles/omnia.fx.ux.vuetify.snackbar_1f46e84f-1223-4080-ab9f-40d1489b71e6.css +18 -4
- package/dist/bundles/omnia.fx.ux.vuetify.switch_81d8f551-1b9f-4f75-90c3-2fe5f25e4015.css +14 -2
- package/dist/manifests/bb000000-0000-bbbb-0000-0000000000bb_docs_manifests.json +1 -1
- package/dist/manifests/bb000000-0000-bbbb-0000-0000000000bb_editor_manifests.json +1 -1
- package/dist/manifests/bb000000-0000-bbbb-0000-0000000000bb_public_manifests.json +1 -1
- package/package.json +5 -5
|
@@ -162,6 +162,7 @@
|
|
|
162
162
|
.v-fab__container {
|
|
163
163
|
align-self: center;
|
|
164
164
|
display: inline-flex;
|
|
165
|
+
position: absolute;
|
|
165
166
|
vertical-align: middle;
|
|
166
167
|
}
|
|
167
168
|
.v-fab--app .v-fab__container {
|
|
@@ -9963,7 +9964,7 @@ html.overflow-y-hidden {
|
|
|
9963
9964
|
.text-h1 {
|
|
9964
9965
|
font-size: 6rem !important;
|
|
9965
9966
|
font-weight: 300;
|
|
9966
|
-
line-height:
|
|
9967
|
+
line-height: 1;
|
|
9967
9968
|
letter-spacing: -0.015625em !important;
|
|
9968
9969
|
font-family: "Roboto", sans-serif;
|
|
9969
9970
|
text-transform: none !important;
|
|
@@ -9972,7 +9973,7 @@ html.overflow-y-hidden {
|
|
|
9972
9973
|
.text-h2 {
|
|
9973
9974
|
font-size: 3.75rem !important;
|
|
9974
9975
|
font-weight: 300;
|
|
9975
|
-
line-height:
|
|
9976
|
+
line-height: 1;
|
|
9976
9977
|
letter-spacing: -0.0083333333em !important;
|
|
9977
9978
|
font-family: "Roboto", sans-serif;
|
|
9978
9979
|
text-transform: none !important;
|
|
@@ -9981,7 +9982,7 @@ html.overflow-y-hidden {
|
|
|
9981
9982
|
.text-h3 {
|
|
9982
9983
|
font-size: 3rem !important;
|
|
9983
9984
|
font-weight: 400;
|
|
9984
|
-
line-height:
|
|
9985
|
+
line-height: 1.05;
|
|
9985
9986
|
letter-spacing: normal !important;
|
|
9986
9987
|
font-family: "Roboto", sans-serif;
|
|
9987
9988
|
text-transform: none !important;
|
|
@@ -9990,7 +9991,7 @@ html.overflow-y-hidden {
|
|
|
9990
9991
|
.text-h4 {
|
|
9991
9992
|
font-size: 2.125rem !important;
|
|
9992
9993
|
font-weight: 400;
|
|
9993
|
-
line-height:
|
|
9994
|
+
line-height: 1.175;
|
|
9994
9995
|
letter-spacing: 0.0073529412em !important;
|
|
9995
9996
|
font-family: "Roboto", sans-serif;
|
|
9996
9997
|
text-transform: none !important;
|
|
@@ -9999,7 +10000,7 @@ html.overflow-y-hidden {
|
|
|
9999
10000
|
.text-h5 {
|
|
10000
10001
|
font-size: 1.5rem !important;
|
|
10001
10002
|
font-weight: 400;
|
|
10002
|
-
line-height:
|
|
10003
|
+
line-height: 1.333;
|
|
10003
10004
|
letter-spacing: normal !important;
|
|
10004
10005
|
font-family: "Roboto", sans-serif;
|
|
10005
10006
|
text-transform: none !important;
|
|
@@ -10008,7 +10009,7 @@ html.overflow-y-hidden {
|
|
|
10008
10009
|
.text-h6 {
|
|
10009
10010
|
font-size: 1.25rem !important;
|
|
10010
10011
|
font-weight: 500;
|
|
10011
|
-
line-height:
|
|
10012
|
+
line-height: 1.6;
|
|
10012
10013
|
letter-spacing: 0.0125em !important;
|
|
10013
10014
|
font-family: "Roboto", sans-serif;
|
|
10014
10015
|
text-transform: none !important;
|
|
@@ -10017,7 +10018,7 @@ html.overflow-y-hidden {
|
|
|
10017
10018
|
.text-subtitle-1 {
|
|
10018
10019
|
font-size: 1rem !important;
|
|
10019
10020
|
font-weight: normal;
|
|
10020
|
-
line-height: 1.
|
|
10021
|
+
line-height: 1.75;
|
|
10021
10022
|
letter-spacing: 0.009375em !important;
|
|
10022
10023
|
font-family: "Roboto", sans-serif;
|
|
10023
10024
|
text-transform: none !important;
|
|
@@ -10026,7 +10027,7 @@ html.overflow-y-hidden {
|
|
|
10026
10027
|
.text-subtitle-2 {
|
|
10027
10028
|
font-size: 0.875rem !important;
|
|
10028
10029
|
font-weight: 500;
|
|
10029
|
-
line-height: 1.
|
|
10030
|
+
line-height: 1.6;
|
|
10030
10031
|
letter-spacing: 0.0071428571em !important;
|
|
10031
10032
|
font-family: "Roboto", sans-serif;
|
|
10032
10033
|
text-transform: none !important;
|
|
@@ -10035,7 +10036,7 @@ html.overflow-y-hidden {
|
|
|
10035
10036
|
.text-body-1 {
|
|
10036
10037
|
font-size: 1rem !important;
|
|
10037
10038
|
font-weight: 400;
|
|
10038
|
-
line-height: 1.
|
|
10039
|
+
line-height: 1.5;
|
|
10039
10040
|
letter-spacing: 0.03125em !important;
|
|
10040
10041
|
font-family: "Roboto", sans-serif;
|
|
10041
10042
|
text-transform: none !important;
|
|
@@ -10044,7 +10045,7 @@ html.overflow-y-hidden {
|
|
|
10044
10045
|
.text-body-2 {
|
|
10045
10046
|
font-size: 0.875rem !important;
|
|
10046
10047
|
font-weight: 400;
|
|
10047
|
-
line-height: 1.
|
|
10048
|
+
line-height: 1.425;
|
|
10048
10049
|
letter-spacing: 0.0178571429em !important;
|
|
10049
10050
|
font-family: "Roboto", sans-serif;
|
|
10050
10051
|
text-transform: none !important;
|
|
@@ -10053,7 +10054,7 @@ html.overflow-y-hidden {
|
|
|
10053
10054
|
.text-button {
|
|
10054
10055
|
font-size: 0.875rem !important;
|
|
10055
10056
|
font-weight: 500;
|
|
10056
|
-
line-height: 2.
|
|
10057
|
+
line-height: 2.6;
|
|
10057
10058
|
letter-spacing: 0.0892857143em !important;
|
|
10058
10059
|
font-family: "Roboto", sans-serif;
|
|
10059
10060
|
text-transform: uppercase !important;
|
|
@@ -10062,7 +10063,7 @@ html.overflow-y-hidden {
|
|
|
10062
10063
|
.text-caption {
|
|
10063
10064
|
font-size: 0.75rem !important;
|
|
10064
10065
|
font-weight: 400;
|
|
10065
|
-
line-height: 1.
|
|
10066
|
+
line-height: 1.667;
|
|
10066
10067
|
letter-spacing: 0.0333333333em !important;
|
|
10067
10068
|
font-family: "Roboto", sans-serif;
|
|
10068
10069
|
text-transform: none !important;
|
|
@@ -10071,7 +10072,7 @@ html.overflow-y-hidden {
|
|
|
10071
10072
|
.text-overline {
|
|
10072
10073
|
font-size: 0.75rem !important;
|
|
10073
10074
|
font-weight: 500;
|
|
10074
|
-
line-height:
|
|
10075
|
+
line-height: 2.667;
|
|
10075
10076
|
letter-spacing: 0.1666666667em !important;
|
|
10076
10077
|
font-family: "Roboto", sans-serif;
|
|
10077
10078
|
text-transform: uppercase !important;
|
|
@@ -12149,7 +12150,7 @@ html.overflow-y-hidden {
|
|
|
12149
12150
|
.text-sm-h1 {
|
|
12150
12151
|
font-size: 6rem !important;
|
|
12151
12152
|
font-weight: 300;
|
|
12152
|
-
line-height:
|
|
12153
|
+
line-height: 1;
|
|
12153
12154
|
letter-spacing: -0.015625em !important;
|
|
12154
12155
|
font-family: "Roboto", sans-serif;
|
|
12155
12156
|
text-transform: none !important;
|
|
@@ -12157,7 +12158,7 @@ html.overflow-y-hidden {
|
|
|
12157
12158
|
.text-sm-h2 {
|
|
12158
12159
|
font-size: 3.75rem !important;
|
|
12159
12160
|
font-weight: 300;
|
|
12160
|
-
line-height:
|
|
12161
|
+
line-height: 1;
|
|
12161
12162
|
letter-spacing: -0.0083333333em !important;
|
|
12162
12163
|
font-family: "Roboto", sans-serif;
|
|
12163
12164
|
text-transform: none !important;
|
|
@@ -12165,7 +12166,7 @@ html.overflow-y-hidden {
|
|
|
12165
12166
|
.text-sm-h3 {
|
|
12166
12167
|
font-size: 3rem !important;
|
|
12167
12168
|
font-weight: 400;
|
|
12168
|
-
line-height:
|
|
12169
|
+
line-height: 1.05;
|
|
12169
12170
|
letter-spacing: normal !important;
|
|
12170
12171
|
font-family: "Roboto", sans-serif;
|
|
12171
12172
|
text-transform: none !important;
|
|
@@ -12173,7 +12174,7 @@ html.overflow-y-hidden {
|
|
|
12173
12174
|
.text-sm-h4 {
|
|
12174
12175
|
font-size: 2.125rem !important;
|
|
12175
12176
|
font-weight: 400;
|
|
12176
|
-
line-height:
|
|
12177
|
+
line-height: 1.175;
|
|
12177
12178
|
letter-spacing: 0.0073529412em !important;
|
|
12178
12179
|
font-family: "Roboto", sans-serif;
|
|
12179
12180
|
text-transform: none !important;
|
|
@@ -12181,7 +12182,7 @@ html.overflow-y-hidden {
|
|
|
12181
12182
|
.text-sm-h5 {
|
|
12182
12183
|
font-size: 1.5rem !important;
|
|
12183
12184
|
font-weight: 400;
|
|
12184
|
-
line-height:
|
|
12185
|
+
line-height: 1.333;
|
|
12185
12186
|
letter-spacing: normal !important;
|
|
12186
12187
|
font-family: "Roboto", sans-serif;
|
|
12187
12188
|
text-transform: none !important;
|
|
@@ -12189,7 +12190,7 @@ html.overflow-y-hidden {
|
|
|
12189
12190
|
.text-sm-h6 {
|
|
12190
12191
|
font-size: 1.25rem !important;
|
|
12191
12192
|
font-weight: 500;
|
|
12192
|
-
line-height:
|
|
12193
|
+
line-height: 1.6;
|
|
12193
12194
|
letter-spacing: 0.0125em !important;
|
|
12194
12195
|
font-family: "Roboto", sans-serif;
|
|
12195
12196
|
text-transform: none !important;
|
|
@@ -12197,7 +12198,7 @@ html.overflow-y-hidden {
|
|
|
12197
12198
|
.text-sm-subtitle-1 {
|
|
12198
12199
|
font-size: 1rem !important;
|
|
12199
12200
|
font-weight: normal;
|
|
12200
|
-
line-height: 1.
|
|
12201
|
+
line-height: 1.75;
|
|
12201
12202
|
letter-spacing: 0.009375em !important;
|
|
12202
12203
|
font-family: "Roboto", sans-serif;
|
|
12203
12204
|
text-transform: none !important;
|
|
@@ -12205,7 +12206,7 @@ html.overflow-y-hidden {
|
|
|
12205
12206
|
.text-sm-subtitle-2 {
|
|
12206
12207
|
font-size: 0.875rem !important;
|
|
12207
12208
|
font-weight: 500;
|
|
12208
|
-
line-height: 1.
|
|
12209
|
+
line-height: 1.6;
|
|
12209
12210
|
letter-spacing: 0.0071428571em !important;
|
|
12210
12211
|
font-family: "Roboto", sans-serif;
|
|
12211
12212
|
text-transform: none !important;
|
|
@@ -12213,7 +12214,7 @@ html.overflow-y-hidden {
|
|
|
12213
12214
|
.text-sm-body-1 {
|
|
12214
12215
|
font-size: 1rem !important;
|
|
12215
12216
|
font-weight: 400;
|
|
12216
|
-
line-height: 1.
|
|
12217
|
+
line-height: 1.5;
|
|
12217
12218
|
letter-spacing: 0.03125em !important;
|
|
12218
12219
|
font-family: "Roboto", sans-serif;
|
|
12219
12220
|
text-transform: none !important;
|
|
@@ -12221,7 +12222,7 @@ html.overflow-y-hidden {
|
|
|
12221
12222
|
.text-sm-body-2 {
|
|
12222
12223
|
font-size: 0.875rem !important;
|
|
12223
12224
|
font-weight: 400;
|
|
12224
|
-
line-height: 1.
|
|
12225
|
+
line-height: 1.425;
|
|
12225
12226
|
letter-spacing: 0.0178571429em !important;
|
|
12226
12227
|
font-family: "Roboto", sans-serif;
|
|
12227
12228
|
text-transform: none !important;
|
|
@@ -12229,7 +12230,7 @@ html.overflow-y-hidden {
|
|
|
12229
12230
|
.text-sm-button {
|
|
12230
12231
|
font-size: 0.875rem !important;
|
|
12231
12232
|
font-weight: 500;
|
|
12232
|
-
line-height: 2.
|
|
12233
|
+
line-height: 2.6;
|
|
12233
12234
|
letter-spacing: 0.0892857143em !important;
|
|
12234
12235
|
font-family: "Roboto", sans-serif;
|
|
12235
12236
|
text-transform: uppercase !important;
|
|
@@ -12237,7 +12238,7 @@ html.overflow-y-hidden {
|
|
|
12237
12238
|
.text-sm-caption {
|
|
12238
12239
|
font-size: 0.75rem !important;
|
|
12239
12240
|
font-weight: 400;
|
|
12240
|
-
line-height: 1.
|
|
12241
|
+
line-height: 1.667;
|
|
12241
12242
|
letter-spacing: 0.0333333333em !important;
|
|
12242
12243
|
font-family: "Roboto", sans-serif;
|
|
12243
12244
|
text-transform: none !important;
|
|
@@ -12245,7 +12246,7 @@ html.overflow-y-hidden {
|
|
|
12245
12246
|
.text-sm-overline {
|
|
12246
12247
|
font-size: 0.75rem !important;
|
|
12247
12248
|
font-weight: 500;
|
|
12248
|
-
line-height:
|
|
12249
|
+
line-height: 2.667;
|
|
12249
12250
|
letter-spacing: 0.1666666667em !important;
|
|
12250
12251
|
font-family: "Roboto", sans-serif;
|
|
12251
12252
|
text-transform: uppercase !important;
|
|
@@ -14139,7 +14140,7 @@ html.overflow-y-hidden {
|
|
|
14139
14140
|
.text-md-h1 {
|
|
14140
14141
|
font-size: 6rem !important;
|
|
14141
14142
|
font-weight: 300;
|
|
14142
|
-
line-height:
|
|
14143
|
+
line-height: 1;
|
|
14143
14144
|
letter-spacing: -0.015625em !important;
|
|
14144
14145
|
font-family: "Roboto", sans-serif;
|
|
14145
14146
|
text-transform: none !important;
|
|
@@ -14147,7 +14148,7 @@ html.overflow-y-hidden {
|
|
|
14147
14148
|
.text-md-h2 {
|
|
14148
14149
|
font-size: 3.75rem !important;
|
|
14149
14150
|
font-weight: 300;
|
|
14150
|
-
line-height:
|
|
14151
|
+
line-height: 1;
|
|
14151
14152
|
letter-spacing: -0.0083333333em !important;
|
|
14152
14153
|
font-family: "Roboto", sans-serif;
|
|
14153
14154
|
text-transform: none !important;
|
|
@@ -14155,7 +14156,7 @@ html.overflow-y-hidden {
|
|
|
14155
14156
|
.text-md-h3 {
|
|
14156
14157
|
font-size: 3rem !important;
|
|
14157
14158
|
font-weight: 400;
|
|
14158
|
-
line-height:
|
|
14159
|
+
line-height: 1.05;
|
|
14159
14160
|
letter-spacing: normal !important;
|
|
14160
14161
|
font-family: "Roboto", sans-serif;
|
|
14161
14162
|
text-transform: none !important;
|
|
@@ -14163,7 +14164,7 @@ html.overflow-y-hidden {
|
|
|
14163
14164
|
.text-md-h4 {
|
|
14164
14165
|
font-size: 2.125rem !important;
|
|
14165
14166
|
font-weight: 400;
|
|
14166
|
-
line-height:
|
|
14167
|
+
line-height: 1.175;
|
|
14167
14168
|
letter-spacing: 0.0073529412em !important;
|
|
14168
14169
|
font-family: "Roboto", sans-serif;
|
|
14169
14170
|
text-transform: none !important;
|
|
@@ -14171,7 +14172,7 @@ html.overflow-y-hidden {
|
|
|
14171
14172
|
.text-md-h5 {
|
|
14172
14173
|
font-size: 1.5rem !important;
|
|
14173
14174
|
font-weight: 400;
|
|
14174
|
-
line-height:
|
|
14175
|
+
line-height: 1.333;
|
|
14175
14176
|
letter-spacing: normal !important;
|
|
14176
14177
|
font-family: "Roboto", sans-serif;
|
|
14177
14178
|
text-transform: none !important;
|
|
@@ -14179,7 +14180,7 @@ html.overflow-y-hidden {
|
|
|
14179
14180
|
.text-md-h6 {
|
|
14180
14181
|
font-size: 1.25rem !important;
|
|
14181
14182
|
font-weight: 500;
|
|
14182
|
-
line-height:
|
|
14183
|
+
line-height: 1.6;
|
|
14183
14184
|
letter-spacing: 0.0125em !important;
|
|
14184
14185
|
font-family: "Roboto", sans-serif;
|
|
14185
14186
|
text-transform: none !important;
|
|
@@ -14187,7 +14188,7 @@ html.overflow-y-hidden {
|
|
|
14187
14188
|
.text-md-subtitle-1 {
|
|
14188
14189
|
font-size: 1rem !important;
|
|
14189
14190
|
font-weight: normal;
|
|
14190
|
-
line-height: 1.
|
|
14191
|
+
line-height: 1.75;
|
|
14191
14192
|
letter-spacing: 0.009375em !important;
|
|
14192
14193
|
font-family: "Roboto", sans-serif;
|
|
14193
14194
|
text-transform: none !important;
|
|
@@ -14195,7 +14196,7 @@ html.overflow-y-hidden {
|
|
|
14195
14196
|
.text-md-subtitle-2 {
|
|
14196
14197
|
font-size: 0.875rem !important;
|
|
14197
14198
|
font-weight: 500;
|
|
14198
|
-
line-height: 1.
|
|
14199
|
+
line-height: 1.6;
|
|
14199
14200
|
letter-spacing: 0.0071428571em !important;
|
|
14200
14201
|
font-family: "Roboto", sans-serif;
|
|
14201
14202
|
text-transform: none !important;
|
|
@@ -14203,7 +14204,7 @@ html.overflow-y-hidden {
|
|
|
14203
14204
|
.text-md-body-1 {
|
|
14204
14205
|
font-size: 1rem !important;
|
|
14205
14206
|
font-weight: 400;
|
|
14206
|
-
line-height: 1.
|
|
14207
|
+
line-height: 1.5;
|
|
14207
14208
|
letter-spacing: 0.03125em !important;
|
|
14208
14209
|
font-family: "Roboto", sans-serif;
|
|
14209
14210
|
text-transform: none !important;
|
|
@@ -14211,7 +14212,7 @@ html.overflow-y-hidden {
|
|
|
14211
14212
|
.text-md-body-2 {
|
|
14212
14213
|
font-size: 0.875rem !important;
|
|
14213
14214
|
font-weight: 400;
|
|
14214
|
-
line-height: 1.
|
|
14215
|
+
line-height: 1.425;
|
|
14215
14216
|
letter-spacing: 0.0178571429em !important;
|
|
14216
14217
|
font-family: "Roboto", sans-serif;
|
|
14217
14218
|
text-transform: none !important;
|
|
@@ -14219,7 +14220,7 @@ html.overflow-y-hidden {
|
|
|
14219
14220
|
.text-md-button {
|
|
14220
14221
|
font-size: 0.875rem !important;
|
|
14221
14222
|
font-weight: 500;
|
|
14222
|
-
line-height: 2.
|
|
14223
|
+
line-height: 2.6;
|
|
14223
14224
|
letter-spacing: 0.0892857143em !important;
|
|
14224
14225
|
font-family: "Roboto", sans-serif;
|
|
14225
14226
|
text-transform: uppercase !important;
|
|
@@ -14227,7 +14228,7 @@ html.overflow-y-hidden {
|
|
|
14227
14228
|
.text-md-caption {
|
|
14228
14229
|
font-size: 0.75rem !important;
|
|
14229
14230
|
font-weight: 400;
|
|
14230
|
-
line-height: 1.
|
|
14231
|
+
line-height: 1.667;
|
|
14231
14232
|
letter-spacing: 0.0333333333em !important;
|
|
14232
14233
|
font-family: "Roboto", sans-serif;
|
|
14233
14234
|
text-transform: none !important;
|
|
@@ -14235,7 +14236,7 @@ html.overflow-y-hidden {
|
|
|
14235
14236
|
.text-md-overline {
|
|
14236
14237
|
font-size: 0.75rem !important;
|
|
14237
14238
|
font-weight: 500;
|
|
14238
|
-
line-height:
|
|
14239
|
+
line-height: 2.667;
|
|
14239
14240
|
letter-spacing: 0.1666666667em !important;
|
|
14240
14241
|
font-family: "Roboto", sans-serif;
|
|
14241
14242
|
text-transform: uppercase !important;
|
|
@@ -16129,7 +16130,7 @@ html.overflow-y-hidden {
|
|
|
16129
16130
|
.text-lg-h1 {
|
|
16130
16131
|
font-size: 6rem !important;
|
|
16131
16132
|
font-weight: 300;
|
|
16132
|
-
line-height:
|
|
16133
|
+
line-height: 1;
|
|
16133
16134
|
letter-spacing: -0.015625em !important;
|
|
16134
16135
|
font-family: "Roboto", sans-serif;
|
|
16135
16136
|
text-transform: none !important;
|
|
@@ -16137,7 +16138,7 @@ html.overflow-y-hidden {
|
|
|
16137
16138
|
.text-lg-h2 {
|
|
16138
16139
|
font-size: 3.75rem !important;
|
|
16139
16140
|
font-weight: 300;
|
|
16140
|
-
line-height:
|
|
16141
|
+
line-height: 1;
|
|
16141
16142
|
letter-spacing: -0.0083333333em !important;
|
|
16142
16143
|
font-family: "Roboto", sans-serif;
|
|
16143
16144
|
text-transform: none !important;
|
|
@@ -16145,7 +16146,7 @@ html.overflow-y-hidden {
|
|
|
16145
16146
|
.text-lg-h3 {
|
|
16146
16147
|
font-size: 3rem !important;
|
|
16147
16148
|
font-weight: 400;
|
|
16148
|
-
line-height:
|
|
16149
|
+
line-height: 1.05;
|
|
16149
16150
|
letter-spacing: normal !important;
|
|
16150
16151
|
font-family: "Roboto", sans-serif;
|
|
16151
16152
|
text-transform: none !important;
|
|
@@ -16153,7 +16154,7 @@ html.overflow-y-hidden {
|
|
|
16153
16154
|
.text-lg-h4 {
|
|
16154
16155
|
font-size: 2.125rem !important;
|
|
16155
16156
|
font-weight: 400;
|
|
16156
|
-
line-height:
|
|
16157
|
+
line-height: 1.175;
|
|
16157
16158
|
letter-spacing: 0.0073529412em !important;
|
|
16158
16159
|
font-family: "Roboto", sans-serif;
|
|
16159
16160
|
text-transform: none !important;
|
|
@@ -16161,7 +16162,7 @@ html.overflow-y-hidden {
|
|
|
16161
16162
|
.text-lg-h5 {
|
|
16162
16163
|
font-size: 1.5rem !important;
|
|
16163
16164
|
font-weight: 400;
|
|
16164
|
-
line-height:
|
|
16165
|
+
line-height: 1.333;
|
|
16165
16166
|
letter-spacing: normal !important;
|
|
16166
16167
|
font-family: "Roboto", sans-serif;
|
|
16167
16168
|
text-transform: none !important;
|
|
@@ -16169,7 +16170,7 @@ html.overflow-y-hidden {
|
|
|
16169
16170
|
.text-lg-h6 {
|
|
16170
16171
|
font-size: 1.25rem !important;
|
|
16171
16172
|
font-weight: 500;
|
|
16172
|
-
line-height:
|
|
16173
|
+
line-height: 1.6;
|
|
16173
16174
|
letter-spacing: 0.0125em !important;
|
|
16174
16175
|
font-family: "Roboto", sans-serif;
|
|
16175
16176
|
text-transform: none !important;
|
|
@@ -16177,7 +16178,7 @@ html.overflow-y-hidden {
|
|
|
16177
16178
|
.text-lg-subtitle-1 {
|
|
16178
16179
|
font-size: 1rem !important;
|
|
16179
16180
|
font-weight: normal;
|
|
16180
|
-
line-height: 1.
|
|
16181
|
+
line-height: 1.75;
|
|
16181
16182
|
letter-spacing: 0.009375em !important;
|
|
16182
16183
|
font-family: "Roboto", sans-serif;
|
|
16183
16184
|
text-transform: none !important;
|
|
@@ -16185,7 +16186,7 @@ html.overflow-y-hidden {
|
|
|
16185
16186
|
.text-lg-subtitle-2 {
|
|
16186
16187
|
font-size: 0.875rem !important;
|
|
16187
16188
|
font-weight: 500;
|
|
16188
|
-
line-height: 1.
|
|
16189
|
+
line-height: 1.6;
|
|
16189
16190
|
letter-spacing: 0.0071428571em !important;
|
|
16190
16191
|
font-family: "Roboto", sans-serif;
|
|
16191
16192
|
text-transform: none !important;
|
|
@@ -16193,7 +16194,7 @@ html.overflow-y-hidden {
|
|
|
16193
16194
|
.text-lg-body-1 {
|
|
16194
16195
|
font-size: 1rem !important;
|
|
16195
16196
|
font-weight: 400;
|
|
16196
|
-
line-height: 1.
|
|
16197
|
+
line-height: 1.5;
|
|
16197
16198
|
letter-spacing: 0.03125em !important;
|
|
16198
16199
|
font-family: "Roboto", sans-serif;
|
|
16199
16200
|
text-transform: none !important;
|
|
@@ -16201,7 +16202,7 @@ html.overflow-y-hidden {
|
|
|
16201
16202
|
.text-lg-body-2 {
|
|
16202
16203
|
font-size: 0.875rem !important;
|
|
16203
16204
|
font-weight: 400;
|
|
16204
|
-
line-height: 1.
|
|
16205
|
+
line-height: 1.425;
|
|
16205
16206
|
letter-spacing: 0.0178571429em !important;
|
|
16206
16207
|
font-family: "Roboto", sans-serif;
|
|
16207
16208
|
text-transform: none !important;
|
|
@@ -16209,7 +16210,7 @@ html.overflow-y-hidden {
|
|
|
16209
16210
|
.text-lg-button {
|
|
16210
16211
|
font-size: 0.875rem !important;
|
|
16211
16212
|
font-weight: 500;
|
|
16212
|
-
line-height: 2.
|
|
16213
|
+
line-height: 2.6;
|
|
16213
16214
|
letter-spacing: 0.0892857143em !important;
|
|
16214
16215
|
font-family: "Roboto", sans-serif;
|
|
16215
16216
|
text-transform: uppercase !important;
|
|
@@ -16217,7 +16218,7 @@ html.overflow-y-hidden {
|
|
|
16217
16218
|
.text-lg-caption {
|
|
16218
16219
|
font-size: 0.75rem !important;
|
|
16219
16220
|
font-weight: 400;
|
|
16220
|
-
line-height: 1.
|
|
16221
|
+
line-height: 1.667;
|
|
16221
16222
|
letter-spacing: 0.0333333333em !important;
|
|
16222
16223
|
font-family: "Roboto", sans-serif;
|
|
16223
16224
|
text-transform: none !important;
|
|
@@ -16225,7 +16226,7 @@ html.overflow-y-hidden {
|
|
|
16225
16226
|
.text-lg-overline {
|
|
16226
16227
|
font-size: 0.75rem !important;
|
|
16227
16228
|
font-weight: 500;
|
|
16228
|
-
line-height:
|
|
16229
|
+
line-height: 2.667;
|
|
16229
16230
|
letter-spacing: 0.1666666667em !important;
|
|
16230
16231
|
font-family: "Roboto", sans-serif;
|
|
16231
16232
|
text-transform: uppercase !important;
|
|
@@ -18119,7 +18120,7 @@ html.overflow-y-hidden {
|
|
|
18119
18120
|
.text-xl-h1 {
|
|
18120
18121
|
font-size: 6rem !important;
|
|
18121
18122
|
font-weight: 300;
|
|
18122
|
-
line-height:
|
|
18123
|
+
line-height: 1;
|
|
18123
18124
|
letter-spacing: -0.015625em !important;
|
|
18124
18125
|
font-family: "Roboto", sans-serif;
|
|
18125
18126
|
text-transform: none !important;
|
|
@@ -18127,7 +18128,7 @@ html.overflow-y-hidden {
|
|
|
18127
18128
|
.text-xl-h2 {
|
|
18128
18129
|
font-size: 3.75rem !important;
|
|
18129
18130
|
font-weight: 300;
|
|
18130
|
-
line-height:
|
|
18131
|
+
line-height: 1;
|
|
18131
18132
|
letter-spacing: -0.0083333333em !important;
|
|
18132
18133
|
font-family: "Roboto", sans-serif;
|
|
18133
18134
|
text-transform: none !important;
|
|
@@ -18135,7 +18136,7 @@ html.overflow-y-hidden {
|
|
|
18135
18136
|
.text-xl-h3 {
|
|
18136
18137
|
font-size: 3rem !important;
|
|
18137
18138
|
font-weight: 400;
|
|
18138
|
-
line-height:
|
|
18139
|
+
line-height: 1.05;
|
|
18139
18140
|
letter-spacing: normal !important;
|
|
18140
18141
|
font-family: "Roboto", sans-serif;
|
|
18141
18142
|
text-transform: none !important;
|
|
@@ -18143,7 +18144,7 @@ html.overflow-y-hidden {
|
|
|
18143
18144
|
.text-xl-h4 {
|
|
18144
18145
|
font-size: 2.125rem !important;
|
|
18145
18146
|
font-weight: 400;
|
|
18146
|
-
line-height:
|
|
18147
|
+
line-height: 1.175;
|
|
18147
18148
|
letter-spacing: 0.0073529412em !important;
|
|
18148
18149
|
font-family: "Roboto", sans-serif;
|
|
18149
18150
|
text-transform: none !important;
|
|
@@ -18151,7 +18152,7 @@ html.overflow-y-hidden {
|
|
|
18151
18152
|
.text-xl-h5 {
|
|
18152
18153
|
font-size: 1.5rem !important;
|
|
18153
18154
|
font-weight: 400;
|
|
18154
|
-
line-height:
|
|
18155
|
+
line-height: 1.333;
|
|
18155
18156
|
letter-spacing: normal !important;
|
|
18156
18157
|
font-family: "Roboto", sans-serif;
|
|
18157
18158
|
text-transform: none !important;
|
|
@@ -18159,7 +18160,7 @@ html.overflow-y-hidden {
|
|
|
18159
18160
|
.text-xl-h6 {
|
|
18160
18161
|
font-size: 1.25rem !important;
|
|
18161
18162
|
font-weight: 500;
|
|
18162
|
-
line-height:
|
|
18163
|
+
line-height: 1.6;
|
|
18163
18164
|
letter-spacing: 0.0125em !important;
|
|
18164
18165
|
font-family: "Roboto", sans-serif;
|
|
18165
18166
|
text-transform: none !important;
|
|
@@ -18167,7 +18168,7 @@ html.overflow-y-hidden {
|
|
|
18167
18168
|
.text-xl-subtitle-1 {
|
|
18168
18169
|
font-size: 1rem !important;
|
|
18169
18170
|
font-weight: normal;
|
|
18170
|
-
line-height: 1.
|
|
18171
|
+
line-height: 1.75;
|
|
18171
18172
|
letter-spacing: 0.009375em !important;
|
|
18172
18173
|
font-family: "Roboto", sans-serif;
|
|
18173
18174
|
text-transform: none !important;
|
|
@@ -18175,7 +18176,7 @@ html.overflow-y-hidden {
|
|
|
18175
18176
|
.text-xl-subtitle-2 {
|
|
18176
18177
|
font-size: 0.875rem !important;
|
|
18177
18178
|
font-weight: 500;
|
|
18178
|
-
line-height: 1.
|
|
18179
|
+
line-height: 1.6;
|
|
18179
18180
|
letter-spacing: 0.0071428571em !important;
|
|
18180
18181
|
font-family: "Roboto", sans-serif;
|
|
18181
18182
|
text-transform: none !important;
|
|
@@ -18183,7 +18184,7 @@ html.overflow-y-hidden {
|
|
|
18183
18184
|
.text-xl-body-1 {
|
|
18184
18185
|
font-size: 1rem !important;
|
|
18185
18186
|
font-weight: 400;
|
|
18186
|
-
line-height: 1.
|
|
18187
|
+
line-height: 1.5;
|
|
18187
18188
|
letter-spacing: 0.03125em !important;
|
|
18188
18189
|
font-family: "Roboto", sans-serif;
|
|
18189
18190
|
text-transform: none !important;
|
|
@@ -18191,7 +18192,7 @@ html.overflow-y-hidden {
|
|
|
18191
18192
|
.text-xl-body-2 {
|
|
18192
18193
|
font-size: 0.875rem !important;
|
|
18193
18194
|
font-weight: 400;
|
|
18194
|
-
line-height: 1.
|
|
18195
|
+
line-height: 1.425;
|
|
18195
18196
|
letter-spacing: 0.0178571429em !important;
|
|
18196
18197
|
font-family: "Roboto", sans-serif;
|
|
18197
18198
|
text-transform: none !important;
|
|
@@ -18199,7 +18200,7 @@ html.overflow-y-hidden {
|
|
|
18199
18200
|
.text-xl-button {
|
|
18200
18201
|
font-size: 0.875rem !important;
|
|
18201
18202
|
font-weight: 500;
|
|
18202
|
-
line-height: 2.
|
|
18203
|
+
line-height: 2.6;
|
|
18203
18204
|
letter-spacing: 0.0892857143em !important;
|
|
18204
18205
|
font-family: "Roboto", sans-serif;
|
|
18205
18206
|
text-transform: uppercase !important;
|
|
@@ -18207,7 +18208,7 @@ html.overflow-y-hidden {
|
|
|
18207
18208
|
.text-xl-caption {
|
|
18208
18209
|
font-size: 0.75rem !important;
|
|
18209
18210
|
font-weight: 400;
|
|
18210
|
-
line-height: 1.
|
|
18211
|
+
line-height: 1.667;
|
|
18211
18212
|
letter-spacing: 0.0333333333em !important;
|
|
18212
18213
|
font-family: "Roboto", sans-serif;
|
|
18213
18214
|
text-transform: none !important;
|
|
@@ -18215,7 +18216,7 @@ html.overflow-y-hidden {
|
|
|
18215
18216
|
.text-xl-overline {
|
|
18216
18217
|
font-size: 0.75rem !important;
|
|
18217
18218
|
font-weight: 500;
|
|
18218
|
-
line-height:
|
|
18219
|
+
line-height: 2.667;
|
|
18219
18220
|
letter-spacing: 0.1666666667em !important;
|
|
18220
18221
|
font-family: "Roboto", sans-serif;
|
|
18221
18222
|
text-transform: uppercase !important;
|
|
@@ -20109,7 +20110,7 @@ html.overflow-y-hidden {
|
|
|
20109
20110
|
.text-xxl-h1 {
|
|
20110
20111
|
font-size: 6rem !important;
|
|
20111
20112
|
font-weight: 300;
|
|
20112
|
-
line-height:
|
|
20113
|
+
line-height: 1;
|
|
20113
20114
|
letter-spacing: -0.015625em !important;
|
|
20114
20115
|
font-family: "Roboto", sans-serif;
|
|
20115
20116
|
text-transform: none !important;
|
|
@@ -20117,7 +20118,7 @@ html.overflow-y-hidden {
|
|
|
20117
20118
|
.text-xxl-h2 {
|
|
20118
20119
|
font-size: 3.75rem !important;
|
|
20119
20120
|
font-weight: 300;
|
|
20120
|
-
line-height:
|
|
20121
|
+
line-height: 1;
|
|
20121
20122
|
letter-spacing: -0.0083333333em !important;
|
|
20122
20123
|
font-family: "Roboto", sans-serif;
|
|
20123
20124
|
text-transform: none !important;
|
|
@@ -20125,7 +20126,7 @@ html.overflow-y-hidden {
|
|
|
20125
20126
|
.text-xxl-h3 {
|
|
20126
20127
|
font-size: 3rem !important;
|
|
20127
20128
|
font-weight: 400;
|
|
20128
|
-
line-height:
|
|
20129
|
+
line-height: 1.05;
|
|
20129
20130
|
letter-spacing: normal !important;
|
|
20130
20131
|
font-family: "Roboto", sans-serif;
|
|
20131
20132
|
text-transform: none !important;
|
|
@@ -20133,7 +20134,7 @@ html.overflow-y-hidden {
|
|
|
20133
20134
|
.text-xxl-h4 {
|
|
20134
20135
|
font-size: 2.125rem !important;
|
|
20135
20136
|
font-weight: 400;
|
|
20136
|
-
line-height:
|
|
20137
|
+
line-height: 1.175;
|
|
20137
20138
|
letter-spacing: 0.0073529412em !important;
|
|
20138
20139
|
font-family: "Roboto", sans-serif;
|
|
20139
20140
|
text-transform: none !important;
|
|
@@ -20141,7 +20142,7 @@ html.overflow-y-hidden {
|
|
|
20141
20142
|
.text-xxl-h5 {
|
|
20142
20143
|
font-size: 1.5rem !important;
|
|
20143
20144
|
font-weight: 400;
|
|
20144
|
-
line-height:
|
|
20145
|
+
line-height: 1.333;
|
|
20145
20146
|
letter-spacing: normal !important;
|
|
20146
20147
|
font-family: "Roboto", sans-serif;
|
|
20147
20148
|
text-transform: none !important;
|
|
@@ -20149,7 +20150,7 @@ html.overflow-y-hidden {
|
|
|
20149
20150
|
.text-xxl-h6 {
|
|
20150
20151
|
font-size: 1.25rem !important;
|
|
20151
20152
|
font-weight: 500;
|
|
20152
|
-
line-height:
|
|
20153
|
+
line-height: 1.6;
|
|
20153
20154
|
letter-spacing: 0.0125em !important;
|
|
20154
20155
|
font-family: "Roboto", sans-serif;
|
|
20155
20156
|
text-transform: none !important;
|
|
@@ -20157,7 +20158,7 @@ html.overflow-y-hidden {
|
|
|
20157
20158
|
.text-xxl-subtitle-1 {
|
|
20158
20159
|
font-size: 1rem !important;
|
|
20159
20160
|
font-weight: normal;
|
|
20160
|
-
line-height: 1.
|
|
20161
|
+
line-height: 1.75;
|
|
20161
20162
|
letter-spacing: 0.009375em !important;
|
|
20162
20163
|
font-family: "Roboto", sans-serif;
|
|
20163
20164
|
text-transform: none !important;
|
|
@@ -20165,7 +20166,7 @@ html.overflow-y-hidden {
|
|
|
20165
20166
|
.text-xxl-subtitle-2 {
|
|
20166
20167
|
font-size: 0.875rem !important;
|
|
20167
20168
|
font-weight: 500;
|
|
20168
|
-
line-height: 1.
|
|
20169
|
+
line-height: 1.6;
|
|
20169
20170
|
letter-spacing: 0.0071428571em !important;
|
|
20170
20171
|
font-family: "Roboto", sans-serif;
|
|
20171
20172
|
text-transform: none !important;
|
|
@@ -20173,7 +20174,7 @@ html.overflow-y-hidden {
|
|
|
20173
20174
|
.text-xxl-body-1 {
|
|
20174
20175
|
font-size: 1rem !important;
|
|
20175
20176
|
font-weight: 400;
|
|
20176
|
-
line-height: 1.
|
|
20177
|
+
line-height: 1.5;
|
|
20177
20178
|
letter-spacing: 0.03125em !important;
|
|
20178
20179
|
font-family: "Roboto", sans-serif;
|
|
20179
20180
|
text-transform: none !important;
|
|
@@ -20181,7 +20182,7 @@ html.overflow-y-hidden {
|
|
|
20181
20182
|
.text-xxl-body-2 {
|
|
20182
20183
|
font-size: 0.875rem !important;
|
|
20183
20184
|
font-weight: 400;
|
|
20184
|
-
line-height: 1.
|
|
20185
|
+
line-height: 1.425;
|
|
20185
20186
|
letter-spacing: 0.0178571429em !important;
|
|
20186
20187
|
font-family: "Roboto", sans-serif;
|
|
20187
20188
|
text-transform: none !important;
|
|
@@ -20189,7 +20190,7 @@ html.overflow-y-hidden {
|
|
|
20189
20190
|
.text-xxl-button {
|
|
20190
20191
|
font-size: 0.875rem !important;
|
|
20191
20192
|
font-weight: 500;
|
|
20192
|
-
line-height: 2.
|
|
20193
|
+
line-height: 2.6;
|
|
20193
20194
|
letter-spacing: 0.0892857143em !important;
|
|
20194
20195
|
font-family: "Roboto", sans-serif;
|
|
20195
20196
|
text-transform: uppercase !important;
|
|
@@ -20197,7 +20198,7 @@ html.overflow-y-hidden {
|
|
|
20197
20198
|
.text-xxl-caption {
|
|
20198
20199
|
font-size: 0.75rem !important;
|
|
20199
20200
|
font-weight: 400;
|
|
20200
|
-
line-height: 1.
|
|
20201
|
+
line-height: 1.667;
|
|
20201
20202
|
letter-spacing: 0.0333333333em !important;
|
|
20202
20203
|
font-family: "Roboto", sans-serif;
|
|
20203
20204
|
text-transform: none !important;
|
|
@@ -20205,7 +20206,7 @@ html.overflow-y-hidden {
|
|
|
20205
20206
|
.text-xxl-overline {
|
|
20206
20207
|
font-size: 0.75rem !important;
|
|
20207
20208
|
font-weight: 500;
|
|
20208
|
-
line-height:
|
|
20209
|
+
line-height: 2.667;
|
|
20209
20210
|
letter-spacing: 0.1666666667em !important;
|
|
20210
20211
|
font-family: "Roboto", sans-serif;
|
|
20211
20212
|
text-transform: uppercase !important;
|