-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
53 lines (41 loc) · 1.21 KB
/
style.css
File metadata and controls
53 lines (41 loc) · 1.21 KB
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
body {
background-color: #eee;
margin-bottom: 30px; }
h3 {
margin-top: 2px; }
.mdl-card.mdl-shadow--2dp {
width: 100%; }
.mdl-card {
min-height: 140px; }
.mdl-card .mdl-card__supporting-text {
margin-top: 10px; }
.mdl-card .mdl-card__supporting-text p {
font-size: 17px; }
.mdl-card .mdl-card__title .fa {
margin-right: 5px; }
.mdl-card .mdl-card__title .fa-tint {
margin-top: 3px; }
.mdl-card .value {
font-size: 50px;
font-weight: 700; }
.humidity .mdl-card__title {
background-color: #03a9f4;
color: white; }
.temperature .mdl-card__title {
background-color: #ff9800;
color: white; }
.temperature .mdl-switch.is-checked .mdl-switch__track {
background-color: #ffe0b3; }
.temperature .mdl-switch.is-checked .mdl-switch__thumb {
background-color: #ff9800; }
.temperature .mdl-switch__ripple-container .mdl-ripple {
background-color: #ffa21a; }
.device .mdl-card__title {
background-color: #607d8b;
color: white; }
.device .mdl-switch.is-checked .mdl-switch__track {
background-color: #c6d2d8; }
.device .mdl-switch.is-checked .mdl-switch__thumb {
background-color: #607d8b; }
.device .mdl-switch__ripple-container .mdl-ripple {
background-color: #6b8a99; }