@asd20/ui 3.2.905 → 3.2.906
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
|
@@ -229,7 +229,7 @@ export default {
|
|
|
229
229
|
height: min-content;
|
|
230
230
|
align-self: end;
|
|
231
231
|
.asd20-button {
|
|
232
|
-
min-width:
|
|
232
|
+
min-width: 95%;
|
|
233
233
|
border-radius: var(--website-shape__radius-m);
|
|
234
234
|
margin: space(0.5) 0 0;
|
|
235
235
|
flex-grow: 1;
|
|
@@ -244,7 +244,7 @@ export default {
|
|
|
244
244
|
var(--color__accent-t100)
|
|
245
245
|
);
|
|
246
246
|
position: relative;
|
|
247
|
-
padding: space(0.5) space(
|
|
247
|
+
padding: space(0.5) space(0.75);
|
|
248
248
|
transition: background-color 0.3s ease;
|
|
249
249
|
z-index: 2;
|
|
250
250
|
overflow: hidden;
|