@asd20/ui 3.2.757 → 3.2.758
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
|
@@ -231,7 +231,7 @@ export default {
|
|
|
231
231
|
}
|
|
232
232
|
&::v-deep .asd20-logo__image {
|
|
233
233
|
height: 5rem;
|
|
234
|
-
margin-bottom: space(0.5);
|
|
234
|
+
// margin-bottom: space(0.5);
|
|
235
235
|
}
|
|
236
236
|
}
|
|
237
237
|
img {
|
|
@@ -341,7 +341,7 @@ export default {
|
|
|
341
341
|
grid-row: 2 / 3;
|
|
342
342
|
width: auto;
|
|
343
343
|
top: -2.125%;
|
|
344
|
-
width: min-content;
|
|
344
|
+
// width: min-content;
|
|
345
345
|
}
|
|
346
346
|
&::v-deep .asd20-district-logo {
|
|
347
347
|
position: relative;
|
|
@@ -363,7 +363,7 @@ export default {
|
|
|
363
363
|
grid-row: 2 / 3;
|
|
364
364
|
display: flex;
|
|
365
365
|
justify-content: space-between;
|
|
366
|
-
padding:
|
|
366
|
+
padding-bottom: space(2);
|
|
367
367
|
img {
|
|
368
368
|
margin-top: space(-1);
|
|
369
369
|
max-width: 12rem;
|