We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117dcc9 commit 67627d7Copy full SHA for 67627d7
src/style/_form.scss
@@ -46,6 +46,17 @@ label
46
@include text_headline();
47
}
48
49
+input[type=text],
50
+input[type=password],
51
+input[type=search],
52
+input[type=email],
53
+input[type=file]
54
+{
55
+ @media (max-width: 768px) {
56
+ max-width: 175px;
57
+ }
58
+}
59
+
60
61
input[type=text],
62
input[type=password],
@@ -61,9 +72,6 @@ textarea
72
border: 1px solid $form-input-border-color;
73
border-radius: 4px;
63
74
background: $form-input-background-color;
64
- @media (max-width: 768px) {
65
- max-width: 175px;
66
- }
67
75
68
76
69
77
&.invalid
0 commit comments