-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQuestionnaire.css
More file actions
61 lines (56 loc) · 854 Bytes
/
Questionnaire.css
File metadata and controls
61 lines (56 loc) · 854 Bytes
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
.Questionare{
font-family: 'Poiret One', cursive;
}
.fname{
margin-top:15px;
}
.lname{
margin-top:15px;
}
.age{
margin-top:15px;
}
.problem{
margin-top:15px;
}
.email{
margin-top:15px;
}
.btn-circle {
width: 18px;
height: 18px;
text-align: center;
padding: 6px 0;
font-size: 12px;
line-height: 1.428571429;
border-radius: 15px;
}
.btn-circle.btn-lg {
width: 50px;
height: 50px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 25px;
}
.blueproblem{
margin-top:15px;
background-color:#1E90FF;
}
.blueproblem:hover{
background-color:#1E90FF;
color:#1E90FF;
}
.redproblem{
margin-top:15px;
background-color:red;
}
.redproblem:hover{
background-color:#FF0000;
color:red;
}
.comment{
margin-top:15px;
height:100;
display:none;
}