Skip to content

Commit d435006

Browse files
author
Ruoran Wang
committed
contact form style
1 parent 8c67252 commit d435006

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

sass/custom/_styles.scss

+32
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,34 @@
11
// This File is imported last, and will override other styles in the cascade
22
// Add styles here to make changes without digging in too much
3+
.google-form-wrapper {
4+
.error {
5+
color: red;
6+
font-size: 12px;
7+
}
8+
.errorbox-good {
9+
margin-bottom: 20px;
10+
}
11+
.success-msg {
12+
display: none;
13+
}
14+
.ss-form-entry {
15+
label {
16+
display:block;
17+
}
18+
input {
19+
display: block;
20+
padding: 5px;
21+
width: 250px;
22+
font: inherit;
23+
}
24+
textarea {
25+
width: 450px;
26+
padding: 5px;
27+
font: inherit;
28+
}
29+
}
30+
.ss-navigate input {
31+
width: auto;
32+
cursor: pointer;
33+
}
34+
}

0 commit comments

Comments
 (0)