-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
51 lines (48 loc) · 835 Bytes
/
Copy pathstyle.css
File metadata and controls
51 lines (48 loc) · 835 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
.dark-background{
background-color: #0b0b0b ;
}
.bulb-image{
width: 150px;
}
.cat-image {
width: 300px;
}
.switch-board {
background-color: #7b8794;
width: 294px;
height: 139px;
border-radius: 12px;
padding-left: 16px;
padding-right: 16px;
padding-top: 32px;
padding-bottom: 32px;
margin: 16px;
}
.switch-status {
color: #ffffff;
font-family: "Roboto";
font-size: 24px;
font-weight: 500;
margin-bottom: 24px;
}
.on-switch {
color: #ffffff;
background-color: #cbd2d9;
font-family: "Roboto";
font-size: 24px;
font-weight: bold;
width: 99px;
height: 44px;
border-radius: 8px;
margin-left: 16px;
}
.off-switch {
color: #ffffff;
background-color: #e12d39;
font-family: "Roboto";
font-size: 24px;
font-weight: bold;
width: 99px;
height: 44px;
border-radius: 8px;
}