@query-kit/themes 0.4.0 → 0.6.0
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/default/main.css +2 -2
- package/package.json +1 -1
package/default/main.css
CHANGED
|
@@ -213,6 +213,7 @@ ul.qkit-group-list > li:has(.qkit-group) {
|
|
|
213
213
|
border-bottom-left-radius: 0.5rem;
|
|
214
214
|
padding: 0.5rem;
|
|
215
215
|
border: 1px solid var(--qkit-color-secondary);
|
|
216
|
+
gap: 0.5rem;
|
|
216
217
|
}
|
|
217
218
|
.qkit-condition-container > *:last-child {
|
|
218
219
|
border-top-right-radius: 0.5rem;
|
|
@@ -233,10 +234,9 @@ ul.qkit-group-list > li:has(.qkit-group) {
|
|
|
233
234
|
flex-wrap: wrap;
|
|
234
235
|
gap: 0.5rem;
|
|
235
236
|
align-items: center;
|
|
236
|
-
margin-bottom: 0.5rem;
|
|
237
237
|
}
|
|
238
238
|
|
|
239
|
-
.qkit-condition-header >
|
|
239
|
+
.qkit-condition-header > :not(.qkit-property-name-container):last-child {
|
|
240
240
|
margin-left: auto;
|
|
241
241
|
}
|
|
242
242
|
|