-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
82 lines (65 loc) · 959 Bytes
/
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
70
71
72
73
74
75
76
77
78
79
80
81
82
audio {
margin: 8px;
}
html,
body {
height: 100%;
}
body {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 0;
}
button {
width: 100px;
margin: 8px;
}
.m-8 {
margin: 8px;
}
.ml-8 {
margin-left: 8px;
}
.mr-8 {
margin-right: 8px;
}
.mt-8 {
margin-top: 8px;
}
.mb-8 {
margin-bottom: 8px;
}
.dtmf {
margin: 8px;
}
table td {
padding: 8px;
}
.pb-0 {
padding-bottom: 0;
}
input[id="server"] {
width: 280px;
}
.center {
text-align: center;
}
input[id="domain"] {
width: 250px;
}
dialog::backdrop {
background-color: rgba(0, 0, 0, 0.5);
}
#closeDialog {
text-align: right;
margin: 0;
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
border: 0;
background: 0;
outline: 0;
}