@ship-ui/core 0.16.5 → 0.16.7
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
|
@@ -160,10 +160,13 @@ $shipMenu: true !default;
|
|
|
160
160
|
|
|
161
161
|
button {
|
|
162
162
|
display: flex;
|
|
163
|
-
flex-direction: column;
|
|
164
|
-
justify-content:
|
|
163
|
+
// flex-direction: column;
|
|
164
|
+
justify-content: flex-start;
|
|
165
|
+
align-items: center;
|
|
166
|
+
// justify-content: center;
|
|
165
167
|
text-align: left;
|
|
166
|
-
min-height: p2r(32);
|
|
168
|
+
// min-height: p2r(32);
|
|
169
|
+
height: min-content;
|
|
167
170
|
margin: p2r(0 8);
|
|
168
171
|
padding: p2r(4 8);
|
|
169
172
|
gap: p2r(0 8);
|
|
@@ -177,12 +180,10 @@ $shipMenu: true !default;
|
|
|
177
180
|
transition: transform 125ms linear;
|
|
178
181
|
transform: scale(1);
|
|
179
182
|
|
|
180
|
-
&.as-row,
|
|
181
|
-
&:has([suffix]) {
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
flex-direction: row;
|
|
185
|
-
}
|
|
183
|
+
// &.as-row,
|
|
184
|
+
// &:has([suffix]) {
|
|
185
|
+
// flex-direction: row;
|
|
186
|
+
// }
|
|
186
187
|
|
|
187
188
|
&:active {
|
|
188
189
|
transform: scale(0.98);
|