@asd20/ui 3.2.749 → 3.2.751

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.749",
8
+ "version": "3.2.751",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -188,6 +188,7 @@ export default {
188
188
  &--xs {
189
189
  --logo-border-size: 1px;
190
190
  font-size: 1rem;
191
+ padding: 0.5rem 0;
191
192
  }
192
193
  }
193
194
 
@@ -276,7 +276,7 @@ export default {
276
276
  }
277
277
 
278
278
  &--floating {
279
- z-index: 1000;
279
+ z-index: 99;
280
280
  flex-direction: row;
281
281
  align-items: center;
282
282
  justify-content: flex-end;
@@ -105,7 +105,7 @@ export default {
105
105
 
106
106
  .asd20-organization-picker {
107
107
  .asd20-district-logo {
108
- padding-left: space(0.25);
108
+ padding: space(0.5) 0 space(0.5) space(0.25);
109
109
  &::v-deep svg {
110
110
  height: inherit;
111
111
  }
@@ -312,7 +312,7 @@ export default {
312
312
  // min-height: 45px;
313
313
  // }
314
314
  .asd20-button {
315
- font-size: 0.85rem;
315
+ font-size: 0.75rem !important;
316
316
  flex-grow: 0;
317
317
  }
318
318
  }