@qhealth-design-system/core 1.15.2 → 1.15.3
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/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
//--------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
2
2
|
// Basic search
|
|
3
3
|
//--------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
4
|
-
|
|
5
4
|
.qld__search {
|
|
6
5
|
&__info {
|
|
7
6
|
display: flex;
|
|
@@ -209,7 +208,10 @@
|
|
|
209
208
|
@include QLD-space(padding-bottom, 1.5unit);
|
|
210
209
|
@include QLD-space(padding-left, 2unit);
|
|
211
210
|
@include QLD-space(padding-right, 2unit);
|
|
212
|
-
@include QLD-space(
|
|
211
|
+
@include QLD-space(
|
|
212
|
+
border-top,
|
|
213
|
+
solid 0.25unit var(--QLD-color-light__design-accent)
|
|
214
|
+
);
|
|
213
215
|
|
|
214
216
|
&-title {
|
|
215
217
|
@include QLD-space(font-size, 1.25unit);
|
|
@@ -231,7 +233,10 @@
|
|
|
231
233
|
@include QLD-space(padding-bottom, 1.5unit);
|
|
232
234
|
@include QLD-space(padding-left, 2unit);
|
|
233
235
|
@include QLD-space(padding-right, 2unit);
|
|
234
|
-
@include QLD-space(
|
|
236
|
+
@include QLD-space(
|
|
237
|
+
border-top,
|
|
238
|
+
solid 0.25unit var(--QLD-color-light__design-accent)
|
|
239
|
+
);
|
|
235
240
|
&-text {
|
|
236
241
|
font-weight: bold;
|
|
237
242
|
}
|
|
@@ -136,8 +136,8 @@
|
|
|
136
136
|
<label for="search-sort" class="qld__search__sort-text">Sort by:</label>
|
|
137
137
|
<select id="search-sort" class="qld__select-control" name="sort">
|
|
138
138
|
<option value="" selected="">Relevance</option>
|
|
139
|
-
<option value="
|
|
140
|
-
<option value="
|
|
139
|
+
<option value="metafileName">A-Z</option>
|
|
140
|
+
<option value="dmetafileName">Z-A</option>
|
|
141
141
|
<option value="date">Newest</option>
|
|
142
142
|
<option value="adate">Oldest</option>
|
|
143
143
|
</select>
|