@lundal/zed-solid 0.0.11 → 0.0.12
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/dist/style.css +8 -0
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -63,6 +63,13 @@
|
|
|
63
63
|
padding: 6px;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
+
.z-button--icon > svg {
|
|
67
|
+
width: 24px;
|
|
68
|
+
height: 24px;
|
|
69
|
+
border-radius: 3px;
|
|
70
|
+
overflow: hidden;
|
|
71
|
+
}
|
|
72
|
+
|
|
66
73
|
.z-button--primary {
|
|
67
74
|
--z-button-text: var(--z-button-primary-text);
|
|
68
75
|
--z-button-fill: var(--z-button-primary-fill);
|
|
@@ -188,6 +195,7 @@
|
|
|
188
195
|
margin: 6px 0;
|
|
189
196
|
border-radius: 50%;
|
|
190
197
|
background: var(--z-input-error-fill);
|
|
198
|
+
flex-shrink: 0;
|
|
191
199
|
}
|
|
192
200
|
|
|
193
201
|
.z-error-placeholder {
|