-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.css
90 lines (73 loc) · 1.13 KB
/
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
body {
background: #ECEFF1;
color: rgba(0, 0, 0, 0.87);
font-family: Roboto, Helvetica, Arial, sans-serif;
margin: 0;
padding: 0;
}
#load {
color: rgba(0, 0, 0, 0.4);
text-align: center;
font-size: 13px;
vertical-align: bottom;
}
@media (max-width: 600px) {
body, #message {
margin-top: 0;
background: white;
box-shadow: none;
}
body {
border-top: 16px solid #ffa100;
}
}
#toolbar {
display: inline-block;
width: 100%;
}
#title-status {
margin: 5px;
float: left;
}
#sign-out {
margin: 5px;
float: right;
}
#name {
width: 100%
}
#roll {
width: 100%
}
#dm_q_wrapper {
width: 100%;
text-align: center;
height: 100%;
}
#dm_q {
width: 100%;
display: inline-block;
text-align: center;
}
#dm_no {
margin: 10px;
}
#dm_yes {
margin: 10px;
}
#room_code_wrapper {
width: 100%;
text-align: center;
}
#room_code {
text-align: center;
}
#room_code_input_wrapper {
text-align: center;
}
#submissions {
text-align: center;
}
.mdl-layout-title > #sign-in-status {
font-size: 0.8em;
}