@asd20/ui 3.2.907 → 3.2.909
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
|
@@ -91,7 +91,7 @@ export default {
|
|
|
91
91
|
);
|
|
92
92
|
border: none;
|
|
93
93
|
position: relative;
|
|
94
|
-
padding: space(0.5) space(1
|
|
94
|
+
padding: space(0.5) space(1);
|
|
95
95
|
transition: background-color 0.3s ease;
|
|
96
96
|
z-index: 2;
|
|
97
97
|
overflow: hidden;
|
|
@@ -222,6 +222,7 @@ export default {
|
|
|
222
222
|
flex-direction: row;
|
|
223
223
|
width: inherit;
|
|
224
224
|
margin: space(0.5) space(0.5) 0 0 !important;
|
|
225
|
+
padding: space(0.5) space(1.5);
|
|
225
226
|
}
|
|
226
227
|
}
|
|
227
228
|
}
|
|
@@ -130,7 +130,7 @@ export default {
|
|
|
130
130
|
background: var(--website-homepage-header__button-background-color);
|
|
131
131
|
border: none;
|
|
132
132
|
position: relative;
|
|
133
|
-
padding: space(0.5) space(1
|
|
133
|
+
padding: space(0.5) space(1);
|
|
134
134
|
// height: 50px;
|
|
135
135
|
// line-height: 50px;
|
|
136
136
|
transition: background-color 0.3s ease;
|
|
@@ -298,6 +298,7 @@ export default {
|
|
|
298
298
|
flex-direction: row;
|
|
299
299
|
width: inherit;
|
|
300
300
|
margin: space(0.5) space(0.5) 0 0 !important;
|
|
301
|
+
padding: space(0.5) space(1.5);
|
|
301
302
|
}
|
|
302
303
|
}
|
|
303
304
|
}
|