-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
92 lines (81 loc) · 1.25 KB
/
styles.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
#radio {
border: 0px;
width: 40px;
height: 25px;
}
.question-window {
max-width: 100%;
}
#submit-ans {
margin-top: 10px;
border-radius: 0.25rem;
}
.btn {
background: #43d9be;
color: white;
outline: none !important;
box-shadow: none !important;
}
.btn:focus {
outline: none !important;
}
.container {
margin-top: 5%;
max-width: 65%;
display: flex;
flex-direction: column;
text-align: center;
align-items: center;
}
.btn {
background: #db6ddb;
color: white;
outline: none !important;
box-shadow: none !important;
}
.btn:focus {
outline: none !important;
}
.username {
font-weight: bold;
}
.time {
font-size: 0.7 em;
color: #999;
}
.update-mssg {
text-align: center;
margin: 20px auto;
}
p {
opacity: 0.6;
}
.radio:focus {
box-shadow: none;
}
.choice {
margin: 10px;
display: flex;
flex-direction: column-reverse;
align-content: flex-end;
align-items: center;
justify-content: flex-start;
margin-left: 0px;
margin-right: 0px;
}
.choices {
display: flex;
flex-direction: column-reverse;
align-items: center;
align-content: center;
}
.corr-ans {
margin: 30px auto;
opacity: 0.7;
color: #43d9be;
}
.new-question {
display: flex;
flex-direction: column;
align-items: center;
}