We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c67252 commit d435006Copy full SHA for d435006
sass/custom/_styles.scss
@@ -1,2 +1,34 @@
1
// This File is imported last, and will override other styles in the cascade
2
// 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
27
28
29
30
+ .ss-navigate input {
31
+ width: auto;
32
+ cursor: pointer;
33
34
+}
0 commit comments