-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
44 lines (43 loc) · 688 Bytes
/
styles.css
File metadata and controls
44 lines (43 loc) · 688 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
.switch{
align:center;
width:70%;
height:60px;
}
.bulb-td{
width:33%;
align:center;
height:60px;
}
.background{
background-repeat: no-repeat;
width:300px;
height:600px;
float:middle;
border-style: solid;
font-size : 20px;
background-color:rgba(192,192,192,0.2);
}
.vertical-center {
padding: 5px 0;
width:100%;
height:30px;
background-color:MediumSeaGreen;
font-size:30px;
}
.room{
text-align:left;
background-color:rgba(0, 255, 0, 0.4);
font-size:20px;
}
.custom-select {
background-color:rgba(0, 255, 0, 0.4);
position: relative;
font-family: Arial;
cursor: pointer;
width:125px;
font-size:20px;
}
.more-device{
cursor:pointer;
text-decoration:none;
}