@asd20/ui 3.2.671 → 3.2.673
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
|
@@ -29,11 +29,13 @@ export default {
|
|
|
29
29
|
// text-transform: uppercase;
|
|
30
30
|
color: var(--color__secondary);
|
|
31
31
|
font-family: var(--website-typography__font-family-headlines);
|
|
32
|
-
font-size:
|
|
32
|
+
font-size: 1.1rem;
|
|
33
33
|
font-weight: bold;
|
|
34
34
|
padding-bottom: space(0.25);
|
|
35
35
|
padding-left: space(0.125);
|
|
36
36
|
flex-basis: 100%;
|
|
37
|
+
border-bottom: 1px solid rgba(128, 128, 128, 0.125) !important;
|
|
38
|
+
|
|
37
39
|
}
|
|
38
40
|
|
|
39
41
|
.asd20-list-item + .asd20-list-category {
|
|
@@ -69,10 +69,13 @@ export default {
|
|
|
69
69
|
|
|
70
70
|
.asd20-link-list.separated {
|
|
71
71
|
&::v-deep .asd20-list-item:not(:first-child) {
|
|
72
|
+
// border-top: 1px solid rgba(128, 128, 128, 0.125) !important;
|
|
72
73
|
border-top: 1px solid rgba(128, 128, 128, 0.125) !important;
|
|
74
|
+
|
|
73
75
|
}
|
|
74
76
|
&::v-deep .asd20-list-category + .asd20-list-item {
|
|
75
|
-
border-top: none !important;
|
|
77
|
+
// border-top: none !important;
|
|
78
|
+
border-top: 1px solid rgba(128, 128, 128, 0.125) !important;
|
|
76
79
|
}
|
|
77
80
|
}
|
|
78
81
|
</style>
|
|
@@ -132,7 +132,10 @@
|
|
|
132
132
|
|
|
133
133
|
<!-- analytics requested by Kyle Blakely -->
|
|
134
134
|
<img
|
|
135
|
-
|
|
135
|
+
src="https://jelly.mdhv.io/v1/star.gif?pid=9R1cnKkX8JS0A1PVJfnv45eOFJB0&src=mh&evt=hi"
|
|
136
|
+
style="display: none;"
|
|
137
|
+
width="0"
|
|
138
|
+
height="0"
|
|
136
139
|
/>
|
|
137
140
|
</asd20-page-footer>
|
|
138
141
|
</div>
|