Skip to content

Commit 1069650

Browse files
committed
Fix indents
1 parent 5574ad7 commit 1069650

File tree

1 file changed

+74
-74
lines changed

1 file changed

+74
-74
lines changed

assets/sass/_form-elements.scss

Lines changed: 74 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -16,53 +16,53 @@
1616
@include appearance(none);
1717

1818
@include mq(tabletp) {
19-
font-size: 1.15em;
20-
}
19+
font-size: 1.15em;
20+
}
2121

22-
@include mq(laptop) {
23-
font-size: 1.1em;
24-
}
22+
@include mq(laptop) {
23+
font-size: 1.1em;
24+
}
2525

26-
&:focus {
27-
outline: none;
28-
border-color: #5e5e5e;
29-
}
26+
&:focus {
27+
outline: none;
28+
border-color: #5e5e5e;
29+
}
3030
}
3131

3232
.contact-form {
3333
width: 100%;
3434
padding-bottom: 20px;
3535

3636
@include mq(tabletp) {
37-
padding-bottom: 40px;
38-
}
37+
padding-bottom: 40px;
38+
}
3939

4040
@include mq(laptop) {
41-
padding-bottom: 50px;
42-
}
41+
padding-bottom: 50px;
42+
}
4343

44-
@include mq(desktop) {
45-
padding-bottom: 60px;
46-
}
44+
@include mq(desktop) {
45+
padding-bottom: 60px;
46+
}
4747

48-
&:first-child {
49-
margin-top: 0;
50-
}
48+
&:first-child {
49+
margin-top: 0;
50+
}
5151
}
5252

5353
.contact-form-item {
5454
margin-top: 15px;
5555

5656
@include mq(tabletp) {
57-
margin-top: 20px;
58-
}
57+
margin-top: 20px;
58+
}
5959

60-
@include mq(laptop) {
61-
margin-top: 30px;
62-
}
60+
@include mq(laptop) {
61+
margin-top: 30px;
62+
}
6363

64-
&:first-child {
65-
margin-top: 0;
64+
&:first-child {
65+
margin-top: 0;
6666
}
6767
}
6868

@@ -83,79 +83,79 @@ form input:-moz-ui-invalid {
8383
}
8484

8585
.contact-form-label {
86-
display: block;
87-
font-size: 16px;
88-
font-weight: 600;
89-
color: #676767;
90-
91-
@include mq(tabletp) {
92-
font-size: 18px;
93-
}
94-
95-
@include mq(laptop) {
96-
font-size: 20px;
97-
}
86+
display: block;
87+
font-size: 16px;
88+
font-weight: 600;
89+
color: #676767;
90+
91+
@include mq(tabletp) {
92+
font-size: 18px;
93+
}
94+
95+
@include mq(laptop) {
96+
font-size: 20px;
97+
}
9898
}
9999

100100
.contact-form-input,
101101
.contact-form-textarea {
102-
margin-top: 8px;
102+
margin-top: 8px;
103103
}
104104

105105
@include input-placeholder(#ABB7B7, 15%);
106106

107107
.contact-form-textarea {
108108
font-size: 1.1em;
109-
min-height: 200px;
109+
min-height: 200px;
110110
resize: none;
111111

112-
@include mq(tabletp) {
113-
font-size: 1.05em;
112+
@include mq(tabletp) {
113+
font-size: 1.05em;
114114
}
115115

116-
@include mq(laptop) {
117-
font-size: 1em;
118-
}
116+
@include mq(laptop) {
117+
font-size: 1em;
118+
}
119119
}
120120

121121
.button {
122122
display: inline-block;
123-
padding: 9px 10px 10px;
124-
font-size: 13px;
125-
line-height: 1;
126-
border: 2px solid #5e5e5e;
127-
border-radius: 3px;
128-
background: #5e5e5e;
129-
color: #fff;
130-
font-weight: 600;
123+
padding: 9px 10px 10px;
124+
font-size: 13px;
125+
line-height: 1;
126+
border: 2px solid #5e5e5e;
127+
border-radius: 3px;
128+
background: #5e5e5e;
129+
color: #fff;
130+
font-weight: 600;
131131
cursor: pointer;
132132

133133
@include mq(tabletp) {
134-
padding: 11px 20px 12px;
135-
font-size: 15px;
134+
padding: 11px 20px 12px;
135+
font-size: 15px;
136136
}
137137

138138
&:hover {
139-
background: adjust-hue(#404040,15%);
140-
border-color: adjust-hue(#404040,15%);
141-
color: #fff;
139+
background: adjust-hue(#404040,15%);
140+
border-color: adjust-hue(#404040,15%);
141+
color: #fff;
142142
}
143143

144144
svg {
145-
margin-right: 5px;
146-
147-
&:last-child {
148-
margin-right: 0;
149-
margin-left: 5px;
150-
}
151-
152-
@include mq(tabletp) {
153-
margin-right: 8px;
154-
155-
&:last-child {
156-
margin-right: 0;
157-
margin-left: 8px;
158-
}
159-
}
160-
}
145+
margin-right: 5px;
146+
147+
&:last-child {
148+
margin-right: 0;
149+
margin-left: 5px;
150+
}
151+
152+
@include mq(tabletp) {
153+
margin-right: 8px;
154+
155+
&:last-child {
156+
margin-right: 0;
157+
margin-left: 8px;
158+
}
159+
}
160+
}
161161
}

0 commit comments

Comments
 (0)