@omnia/runtime 8.0.178-dev → 8.0.179-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_admin_manifests.json +1 -1
- 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
|
@@ -514,7 +514,7 @@
|
|
|
514
514
|
font-size: 1rem;
|
|
515
515
|
font-weight: 400;
|
|
516
516
|
letter-spacing: 0.009375em;
|
|
517
|
-
line-height: 1.
|
|
517
|
+
line-height: 1.5;
|
|
518
518
|
text-transform: none;
|
|
519
519
|
}
|
|
520
520
|
.v-list-item--nav .v-list-item-title {
|
|
@@ -943,7 +943,7 @@
|
|
|
943
943
|
font-size: 0.75rem;
|
|
944
944
|
font-weight: 400;
|
|
945
945
|
letter-spacing: 0.0333333333em;
|
|
946
|
-
line-height: 1.
|
|
946
|
+
line-height: 1.667;
|
|
947
947
|
text-transform: none;
|
|
948
948
|
}
|
|
949
949
|
.v-system-bar .v-icon {
|
|
@@ -1160,7 +1160,7 @@
|
|
|
1160
1160
|
word-wrap: break-word;
|
|
1161
1161
|
}
|
|
1162
1162
|
.v-card .v-card-title {
|
|
1163
|
-
line-height:
|
|
1163
|
+
line-height: 1.6;
|
|
1164
1164
|
}
|
|
1165
1165
|
.v-card--density-comfortable .v-card-title {
|
|
1166
1166
|
line-height: 1.75rem;
|
|
@@ -1190,7 +1190,7 @@
|
|
|
1190
1190
|
white-space: nowrap;
|
|
1191
1191
|
}
|
|
1192
1192
|
.v-card .v-card-subtitle {
|
|
1193
|
-
line-height: 1.
|
|
1193
|
+
line-height: 1.425;
|
|
1194
1194
|
}
|
|
1195
1195
|
.v-card--density-comfortable .v-card-subtitle {
|
|
1196
1196
|
line-height: 1.125rem;
|
|
@@ -1211,7 +1211,7 @@
|
|
|
1211
1211
|
text-transform: none;
|
|
1212
1212
|
}
|
|
1213
1213
|
.v-card .v-card-text {
|
|
1214
|
-
line-height: 1.
|
|
1214
|
+
line-height: 1.425;
|
|
1215
1215
|
}
|
|
1216
1216
|
.v-card--density-comfortable .v-card-text {
|
|
1217
1217
|
line-height: 1.2rem;
|