-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
style.css
69 lines (58 loc) · 1.08 KB
/
style.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
body {
font-family: 'Source Code Pro', monospace;
/* font-family: 'Teko', sans-serif;*/
}
.btn {
/*
padding: 3.5em 2.5em;
font-size: 2.7em;
*/
padding: 1.8em 0.7em;
font-size: 5rem;
font-family: 'Orbitron', sans-serif;
font-weight: bold;
box-shadow: 10px 15px 15px 0 rgba(0,0,0,0.33), 0 6px 8px 0 rgba(0,0,0,0.19);
}
.rgbBrightness, .whiteBrightness {
padding: 1em 0.5em;
font-size: 0.9rem;
margin-bottom: 35px;
}
#kitchenLeft, #kitchenRight {
font-size: 1.5rem;
padding: 0.5em 0.7em !important;
margin-bottom: 50px;
}
.col {
padding-top: 25px;
}
/*
#turnOnBtn {
font-size: 3em;
}
*/
.row {
padding-top: 50px;
}
#subtitle {
color: #fff;
font-size: 1em
}
.navbar-brand {
font-size: 1.6em;
font-weight: bold;
}
#btnToggle {
margin-bottom: 50px;
}
.pickr .pcr-button {
height: 5em !important;
width: 5em !important;
box-shadow: 10px 15px 15px 0 rgba(0,0,0,0.33), 0 6px 8px 0 rgba(0,0,0,0.19);
}
#slider, #whiteSlider {
margin: 0 7px;
}
#whiteSlider .noUi-connect {
background: #666;
}