@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 CHANGED
@@ -3,7 +3,7 @@
3
3
  "author": "Quandis, Inc.",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
- "version": "4.0.1-CI-20241116-001926",
6
+ "version": "4.0.1-CI-20241118-185949",
7
7
  "workspaces": [
8
8
  "code"
9
9
  ],
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