@rypen-dev/shared-components 2.1.73 → 2.1.74
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 +1 -1
- package/scss/partials/_forms.scss +10 -0
package/package.json
CHANGED
|
@@ -133,6 +133,11 @@ select {
|
|
|
133
133
|
background-repeat: no-repeat;
|
|
134
134
|
background-size: 30px 30px;
|
|
135
135
|
}
|
|
136
|
+
|
|
137
|
+
&:empty {
|
|
138
|
+
height: 30px;
|
|
139
|
+
padding-left: 30px;
|
|
140
|
+
}
|
|
136
141
|
}
|
|
137
142
|
|
|
138
143
|
input:checked + label {
|
|
@@ -195,6 +200,11 @@ select {
|
|
|
195
200
|
width: 20px;
|
|
196
201
|
height: 20px;
|
|
197
202
|
}
|
|
203
|
+
|
|
204
|
+
&:empty {
|
|
205
|
+
height: 20px;
|
|
206
|
+
padding-left: 20px;
|
|
207
|
+
}
|
|
198
208
|
}
|
|
199
209
|
|
|
200
210
|
input:checked + label {
|