@rypen-dev/shared-components 2.1.73 → 2.1.77
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 +21 -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 {
|
|
@@ -571,6 +581,7 @@ label {
|
|
|
571
581
|
[type='time'],
|
|
572
582
|
[type='url'],
|
|
573
583
|
[type='color'] {
|
|
584
|
+
padding-top: 0;
|
|
574
585
|
padding-bottom: calc(0.625rem - 1px);
|
|
575
586
|
}
|
|
576
587
|
}
|
|
@@ -739,6 +750,16 @@ label {
|
|
|
739
750
|
border-style: solid !important;
|
|
740
751
|
}
|
|
741
752
|
|
|
753
|
+
&.line {
|
|
754
|
+
input,
|
|
755
|
+
textarea,
|
|
756
|
+
select {
|
|
757
|
+
border-top-width: 0 !important;
|
|
758
|
+
border-left-width: 0 !important;
|
|
759
|
+
border-right-width: 0 !important;
|
|
760
|
+
}
|
|
761
|
+
}
|
|
762
|
+
|
|
742
763
|
&:not(.tiny) {
|
|
743
764
|
input,
|
|
744
765
|
textarea,
|