-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
60 lines (50 loc) · 875 Bytes
/
style.css
File metadata and controls
60 lines (50 loc) · 875 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
52
53
54
55
56
57
58
59
60
html {
background-color: #E3E3E3;
}
#GUIMBB {
padding: 15px;
background-color: #E3E3E3;
border-radius: 3px;
font-family: Arial, sans-serif;
z-index: 1000;
}
#headerMBB {
font-size: 16px;
text-align: center;
}
#boxMBB {
display: flex;
justify-content: center;
align-items: center;
padding-top: 10px;
}
.buttonMBB {
font-size: 17px;
text-align: center;
padding: 5px 11px 5px 11px;
border-radius: 2px;
}
.buttonMBB:hover {
cursor: pointer;
}
#startButtonMBB {
background-color: green;
color: white;
margin-right: 10px;
}
#stopButtonMBB {
background-color: red;
color: black;
}
#GUIMBB label {
font-size: 13px;
}
#GUIMBB form {
padding: 20px 10px 20px 10px;
}
#updateButtonMBB {
background-color: #222;
color: white;
margin: auto;
width: max-content;
}