@omnia/runtime 8.0.177-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.
@@ -1,7 +1,7 @@
1
1
  .v-breadcrumbs {
2
2
  display: flex;
3
3
  align-items: center;
4
- line-height: 1.375rem;
4
+ line-height: 1.6;
5
5
  padding: 16px 12px;
6
6
  }
7
7
  .v-breadcrumbs--rounded {
@@ -345,7 +345,7 @@
345
345
  .v-chip--link {
346
346
  cursor: pointer;
347
347
  }
348
- .v-chip--filter {
348
+ .v-chip--link, .v-chip--filter {
349
349
  user-select: none;
350
350
  }
351
351
  .v-chip--label {
@@ -514,7 +514,7 @@
514
514
  font-size: 1rem;
515
515
  font-weight: 400;
516
516
  letter-spacing: 0.009375em;
517
- line-height: 1.5rem;
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.25rem;
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: 2rem;
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.25rem;
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.25rem;
1214
+ line-height: 1.425;
1215
1215
  }
1216
1216
  .v-card--density-comfortable .v-card-text {
1217
1217
  line-height: 1.2rem;