-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
56 lines (53 loc) · 980 Bytes
/
style.css
File metadata and controls
56 lines (53 loc) · 980 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
.form-check span {
display: block;
margin-bottom: 20px;
font-style: italic;
margin-left: 12px !important;
}
.checkmark{
width: 1.5rem !important;
height: 1.5rem !important;
border-radius: 50% !important;
margin-right: 15px !important;
margin-top: 6px !important;
cursor: pointer;
}
a{
text-decoration: none !important;
}
.form-check-label {
width: 330px;
}
.action{
float: right;
display: inline;
}
.container{
min-height: 100vh;
}
.flexdiv {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
margin-bottom: 50px;
}
.right{
overflow-y: scroll;
min-width: 380px;
height: 455px;
max-width: 500px;
}
@media screen and (max-width: 800px) {
.right{
margin-top: 30px;
}
.form-check-label {
width: 275px;
}
}
@media screen and (max-width: 5000px) {
.form-check-label {
width: 238px;
}
}