@lavalogic/scoria 0.0.23 → 0.0.25

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.
@@ -115,8 +115,8 @@ progress {
115
115
 
116
116
  .progress-text {
117
117
  position: absolute;
118
- top: 1px;
119
- bottom: 1px;
118
+ top: 8px;
119
+ bottom: 8px;
120
120
  left: -2px;
121
121
  right: -2px;
122
122
  max-height: 100%;
@@ -322,6 +322,11 @@
322
322
  flex-flow: row nowrap;
323
323
  box-sizing: border-box;
324
324
  overflow: auto;
325
+ background-color: #cbd4da;
326
+ gap: 1px;
327
+ }
328
+ .spread_row .scrollable > .block {
329
+ background-color: #ffffff;
325
330
  }
326
331
  .spread_row .block {
327
332
  display: flex;
@@ -1,7 +1,7 @@
1
- @use '$lib/scss/colours';
2
- @use '$lib/scss/sizing';
3
- @use '$lib/scss/transitions';
4
- @use '$lib/scss/basics';
1
+ @use './colours';
2
+ @use './sizing';
3
+ @use './transitions';
4
+ @use './basics';
5
5
 
6
6
  @mixin header-label {
7
7
  margin: 0;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lavalogic/scoria",
3
3
  "description": "Svelte components used for the FloWMS Web Frontend",
4
- "version": "0.0.23",
4
+ "version": "0.0.25",
5
5
  "publishConfig": {
6
6
  "access": "restricted"
7
7
  },