connect.css
909 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
#connect_btn{
font-size: 30px;
margin-left: 20px;
margin-right : 20px;
}
#closeBtn {
font-size: 20px;
margin-left: 20px;
margin-right : 20px;
}
.container{
border-radius: 2px;
background-color: rgba(0,0,0,0);
color : black;
visibility: hidden;
height:170px;
width : 460px;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-top :10px;
display: table;
}
.container button{
border: 2px solid #4e73df;
border-radius: 2px;
background-color: rgba(0,0,0,0);
width : 450px;
height : 50px;
line-height: 50px;
visibility: hidden;
vertical-align: middle;
font-size: 15px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
}
.container button:hover{
color:white;
background-color: #4e73df;
}
#status{
visibility: hidden;
height: 10px;
text-align: center;
}