-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
73 lines (68 loc) · 1.18 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
70
71
72
73
.cover {
height: 100%;
width: 100%;
position: absolute;
z-index: 1;
}
.content {
width: 650px;
margin: 0 auto;
padding-top: 100px;
}
/*span {
color: dimgray;
}*/
.pop-up {
width:80%;
/*height: 60%;*/
position: absolute;
margin:auto;
left: 0;
bottom: 0;
right: 0;
top:0;
z-index: 5000;
}
.black-overlay{
background-color: #000000c9;
width: 100%;
height:100%;
position: fixed;
top: 0;
left: 0;
z-index: 3000;
}
.box-agree {
background-color: whitesmoke;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-top: 10%;
padding: 4%;
position: relative;
-webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
}
.box-agree .button:hover, .box-agree .hvr-bounce-to-right:before{
background: #212832
}
a:hover{
text-decoration: none;
}
.box-agree .button {
background-color: #a94442;
margin-bottom: 10px;
color: #fff;
padding: 5px 10px;
}
.disableClick:hover{
opacity: 0.5;
cursor: no-drop;
}
.disableClick{
cursor: no-drop;
}
.box-overlay{
display: none;
}