Skip to content

Commit a330b05

Browse files
committed
Fix #391: Remove margin-top from input
1 parent bd5aeef commit a330b05

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

source/_patterns/01-elements/input/input.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@
6565
@extend %form-element-semitransparent;
6666
}
6767

68-
// Floating labels
69-
margin-top: to-rem($pxValue: 16);
70-
7168
&:not([type="date"]):not([type="datetime-local"]):not(
7269
[type="month"]
7370
):not([type="time"]):not([type="week"])

0 commit comments

Comments
 (0)