@quandis/qbo4.ui 4.0.1-CI-20241116-001926 → 4.0.1-CI-20241118-185949
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 +1 -1
- package/scss/qbo.scss +9 -0
- package/src/qbo/styles.js +2 -2
- package/src/qbo/styles.ts +2 -2
- package/wwwroot/css/qbo.css +9 -0
- package/wwwroot/css/qbo.css.map +1 -1
- package/wwwroot/css/qbo.min.css +1 -1
- package/wwwroot/css/qboui.css +9 -0
- package/wwwroot/css/qboui.css.map +1 -1
- package/wwwroot/css/qboui.min.css +1 -1
- package/wwwroot/images/qbo-icons.svg +101 -0
- package/wwwroot/js/esm/qbo4.ui.js +3 -3
- package/wwwroot/js/esm/qbo4.ui.min.js +5 -5
- package/wwwroot/js/esm/qbo4.ui.min.js.map +1 -1
- package/wwwroot/js/qbo4.ui.js +3 -3
- package/wwwroot/js/qbo4.ui.min.js +2 -2
- package/wwwroot/js/qbo4.ui.min.js.map +1 -1
package/package.json
CHANGED
package/scss/qbo.scss
CHANGED
|
@@ -170,6 +170,10 @@
|
|
|
170
170
|
overflow: auto;
|
|
171
171
|
}
|
|
172
172
|
|
|
173
|
+
.qbo-card-bottom {
|
|
174
|
+
margin-bottom: .5em;
|
|
175
|
+
}
|
|
176
|
+
|
|
173
177
|
.qbo-card-left {
|
|
174
178
|
margin-left: .5em;
|
|
175
179
|
}
|
|
@@ -178,6 +182,10 @@
|
|
|
178
182
|
margin-right: .5em;
|
|
179
183
|
}
|
|
180
184
|
|
|
185
|
+
.qbo-card-top {
|
|
186
|
+
margin-top: .5em;
|
|
187
|
+
}
|
|
188
|
+
|
|
181
189
|
svg {
|
|
182
190
|
height: 1rem;
|
|
183
191
|
width: 1rem;
|
|
@@ -640,6 +648,7 @@ div.qbo-row-subsequent {
|
|
|
640
648
|
h3.title {
|
|
641
649
|
margin-block-end: 0;
|
|
642
650
|
margin-block-start: .5em;
|
|
651
|
+
margin-bottom: .5em;
|
|
643
652
|
margin-left: .5em;
|
|
644
653
|
}
|
|
645
654
|
|