@ship-ui/core 0.16.6 → 0.16.8
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,6 +91,10 @@ $shipMenu: true !default;
|
|
|
91
91
|
padding: 0;
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
+
.popover-content {
|
|
95
|
+
overflow: hidden;
|
|
96
|
+
}
|
|
97
|
+
|
|
94
98
|
.form-field-wrap {
|
|
95
99
|
sh-form-field {
|
|
96
100
|
z-index: 10;
|
|
@@ -160,8 +164,10 @@ $shipMenu: true !default;
|
|
|
160
164
|
|
|
161
165
|
button {
|
|
162
166
|
display: flex;
|
|
163
|
-
flex-direction: column;
|
|
164
|
-
justify-content:
|
|
167
|
+
// flex-direction: column;
|
|
168
|
+
justify-content: flex-start;
|
|
169
|
+
align-items: center;
|
|
170
|
+
// justify-content: center;
|
|
165
171
|
text-align: left;
|
|
166
172
|
// min-height: p2r(32);
|
|
167
173
|
height: min-content;
|
|
@@ -178,12 +184,10 @@ $shipMenu: true !default;
|
|
|
178
184
|
transition: transform 125ms linear;
|
|
179
185
|
transform: scale(1);
|
|
180
186
|
|
|
181
|
-
&.as-row,
|
|
182
|
-
&:has([suffix]) {
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
flex-direction: row;
|
|
186
|
-
}
|
|
187
|
+
// &.as-row,
|
|
188
|
+
// &:has([suffix]) {
|
|
189
|
+
// flex-direction: row;
|
|
190
|
+
// }
|
|
187
191
|
|
|
188
192
|
&:active {
|
|
189
193
|
transform: scale(0.98);
|