@asd20/ui 3.2.710 → 3.2.711
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
|
@@ -124,7 +124,10 @@ export default {
|
|
|
124
124
|
|
|
125
125
|
.asd20-widgets-section {
|
|
126
126
|
&::v-deep .asd20-list__header {
|
|
127
|
-
border-bottom: 2px solid
|
|
127
|
+
border-bottom: 2px solid var(--website-icon__fill-color) !important;
|
|
128
|
+
}
|
|
129
|
+
&::v-deep .asd20-list-category {
|
|
130
|
+
border-bottom: 1px solid #d9d9d9 !important;
|
|
128
131
|
}
|
|
129
132
|
.related-links-wide {
|
|
130
133
|
margin-bottom: space(2);
|
|
@@ -179,11 +182,11 @@ export default {
|
|
|
179
182
|
}
|
|
180
183
|
}
|
|
181
184
|
|
|
182
|
-
.relatedDepartment,
|
|
183
|
-
.relatedPeople,
|
|
184
|
-
.relatedPages {
|
|
185
|
-
|
|
186
|
-
}
|
|
185
|
+
// .relatedDepartment,
|
|
186
|
+
// .relatedPeople,
|
|
187
|
+
// .relatedPages {
|
|
188
|
+
// max-width: 50vw;
|
|
189
|
+
// }
|
|
187
190
|
}
|
|
188
191
|
}
|
|
189
192
|
</style>
|