-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
100 lines (82 loc) · 1.62 KB
/
index.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
.benvolio-ConversationContainer {
max-width: 700px;
font-size: 18px;
}
.benvolio-BackNextButtonGroup {
margin-top: 30px;
}
.benvolio-BackNextButton {
padding: 10px 20px;
margin-right: 20px;
font-size: 14px;
}
.benvolio-BackNextButton:hover {
cursor: pointer;
}
.benvolio-CurrentStep {
margin-top: 20px;
font-size: 15px;
}
.benvolio-SectionHeading {
margin-bottom: 30px;
font-size: 32px;
}
.benvolio-IntroSentence {
margin-bottom: 20px;
}
.benvolio-Topic {
font-size: 20px;
margin-bottom: 20px;
}
.benvolio-SideOfConversation {
padding: 10px;
background-color: rgb(245, 255, 250);
border: 1px solid #2ECC40;
border-radius: 10px;
margin-bottom: 30px;
max-width: 600px;
}
.benvolio-Initiator {
border-color: #2ECC40;
background-color: rgb(245, 255, 250);
}
.benvolio-Partner {
border-color: #2b98e2;
background-color: rgb(240, 248, 255);
}
.benvolio-InputText {
display: block;
max-width: 700px;
width: 700px;
padding: 5px 10px;
font-size: 15px;
margin-bottom: 13px;
}
.benvolio-Question {
margin: 0px 0px 20px 0px;
}
.benvolio-QuestionInput {
display: block;
max-width: 700px;
width: 700px;
padding: 5px 10px;
font-size: 15px;
margin-bottom: 13px;
}
.benvolio-PassToOtherPerson {
display: inline-block;
background-color: rgba(255, 220, 0, 0.11);
padding: 10px;
}
.benvolio-PassToOtherPersonSender {
margin-bottom: 20px;
}
.benvolio-QuestionsSection {
margin-bottom: 30px;
}
.benvolio-QuestionAnswerSet {
margin-bottom: 20px;
}
.benvolio-Answer {
margin-left: 30px;
}