forked from alexbain/lirc_web
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapp.css
More file actions
51 lines (51 loc) · 675 Bytes
/
app.css
File metadata and controls
51 lines (51 loc) · 675 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
body {
margin: 0;
padding: 0;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.commands li {
margin: 20px;
padding: 0;
}
h1 {
background: #34495e;
color: #fff;
margin: 0 0 40px;
padding: 10px 0;
text-align: center;
}
h2 {
background: #95a5a6;
color: #fff;
margin: 40px 0;
padding: 10px 0;
text-align: center;
}
.command {
margin: 20px 0;
}
.command:nth-child(even) .btn-primary {
background: #16A085;
}
.btn-wide {
padding-left: 0;
padding-right: 0;
width: 100%;
}
.remote {
margin: 0;
padding: 0;
}
.remotes-nav li {
margin: 20px;
}
.return-to-top {
float: right;
position: relative;
top: -3px;
right: 8px;
}