-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.css
60 lines (51 loc) · 890 Bytes
/
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
body {
margin-top: 4em;
}
.centered {
margin: auto;
}
.card-square.mdl-card {
width: 320px;
height: 320px;
margin-bottom: 1em;
}
.card-square > .mdl-card__title {
color: #fff;
background: #46B6AC;
}
.mdl-demo section .section__circle-container > .section__circle-container__circle {
width: 64px;
height: 64px;
border-radius: 32px;
margin: 8px 0;
}
.mdl-demo .mdl-card .mdl-card__supporting-text {
color: inherit;
}
.device {
text-align: center;
border: 2px solid #888;
height: 4em;
max-width: 480px;
margin-left: auto;
margin-right: auto;
margin-bottom: 1em;
}
#challenge-field {
text-align: center;
margin-bottom: 1em;
margin-top: 1em;
width: 78%;
}
#send-challenge {
width: 18%;
}
#response {
text-align: center;
margin-bottom: 1em;
margin-top: 1em;
padding 2px;
width: 100%;
height: 1.5em;
border: 2px solid #888;
}