-
Notifications
You must be signed in to change notification settings - Fork 1
/
sw-status.css
82 lines (67 loc) · 942 Bytes
/
sw-status.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
#paper-container {
padding: 2px;
}
#container {
float: right;
width: 100%;
font-size: 12px;
font-family: "RobotoDraft", Helvetica, Arial, sans-serif;
}
#title {
float: right;
width: 40px;
height: 40px;
font-size: 24px;
font-weight: bold;
margin: 5px;
}
#content {
margin: 0px;
margin-right: 50px;
}
#refresh-button {
margin-bottom: -10px;
}
.goodText {
color: #1B5E20;
}
.badText {
color: #B71C1C;
}
.tabs {
clear: left;
}
.tab {
padding: 5px;
margin: 5px;
max-width: 250px;
float: left;
background-color: #00BCD4;
}
.tab p {
padding: 0px 3px 0px 3px;
margin: 0px;
}
.tab h1 {
font-size: 14px;
margin: 0 0 5px 0;
border-bottom: 1px solid;
border-color: #000000;
padding-left: 5px;
}
.error {
background-color: #E53935;
color: #fff;
}
.error h1 {
border-color: #FFEBEE;
}
.waiting {
background-color: #FFEB3B;
}
.installing {
background-color: #FFC107;
}
.active {
background-color: #66BB6A;
}