-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.css
70 lines (55 loc) · 984 Bytes
/
app.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
.widenFull {
width: 100%;
}
.center {
justify-content: center;
margin: 0 auto;
display: flex;
}
#qrcode img {
width: 23em;
border: 0.5em solid white;
margin-top: 2em;
margin-bottom: 2em;
}
#qrcode {
background-color: black;
height: 25rem;
}
.widen {
width: 10em;
}
.lfMargin {
margin-left: 5em;
}
.rounderbtn{
border-radius: 3em;
background-color: teal;
}
.rounderbtn:hover{
border: 0.3em solid rgb(88, 1, 42);
transform: scale(1.1);
}
.nullFocus {
border: 0.3em solid red;
}
.blackbg {
background-color: black;
}
#dropList {
margin-right: 0em;
margin-left: 0em;
}
#liveAttendance li {
list-style: none;
text-align: center;
padding-left: 0em;
}
.liveContainer {
background-color: rgba(88, 76, 76, 0.295);
text-align: center;
height: 91vh;
}
.liveContainer h3 {
padding-top: 0.5em;
}