-
Notifications
You must be signed in to change notification settings - Fork 0
/
fluidsurveys-fa-survey.css
83 lines (70 loc) · 1.3 KB
/
fluidsurveys-fa-survey.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
/*
* Survey header
*/
.fs-chrome > .content .survey > .survey-header {
text-align: center;
}
/*
* Survey title.
*/
.fs-chrome > .content .survey h1 {
color: #027180;
}
/*
* Question title.
*/
.fs-chrome > .content .survey h2 {
color: #027180;
}
/*
* Question description.
*/
.fs-chrome > .content .survey p {
color: #636363;
}
/*
* Survey progress
*/
.fs-chrome > .content .survey > .survey-header .survey-progress-outer .survey-progress-number {
color: #027180;
}
.fs-chrome > .content .survey > .survey-header .survey-progress-outer .survey-progress-inner {
background-color: #027180;
}
.fs-chrome > .content .survey.error .survey-progress-outer .survey-progress-inner {
background-color: #ff7c00;
}
/*
* Choice label
*/
.fs-chrome > .content .survey .question-body .label {
color: #636363;
}
.fs-chrome > .content .survey .checkbox-title .question-body label {
color: #027180;
font-size: 120%;
}
.fs-chrome > .content .survey-footer {
display: none !important
}
/*
* Hide thank you icon.
*/
.fs-chrome > .content .survey .survey-icon {
display: none !important;
}
/*
* Buttons
*/
.fs-chrome input[type="submit"].button {
border-radius: 0;
}
.fs-chrome input[type="submit"].button:hover {
color: #027180;
}
/*
* Movo logo up a bit
*/
.fs-chrome .survey-logo{
bottom: 35px !important;
}