summaryrefslogtreecommitdiff
path: root/static/styles.css
blob: d0f3e5e7ebae256c2a9073a71504291ab4a86ceb (plain)
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
.q {
	font-style: italic;
	font-weight: bold;
}

.join-form {
	margin-top: .5em;
}

.manage {
	font-style: italic;
	font-weight: bold;
	color: DarkRed;
}

h3 {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.desc {
	margin-top: 1em;
	width: 80%;
}

input {
	width: 80%;
}

.when {
	width: fit-content;
}

.remove {
    margin-left: 1.5em;
    display: inline;
}

.join-input {
	width: 40%;
}