ClosePageBtn.scss
682 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
@import "../../scss/bootstrap/variables";
.close_modal_btn{
position: absolute;
top: 3rem;
width: 4rem;
height: 4rem;
z-index: 1;
text-align: center;
cursor: pointer;
color: #9e9ea6;
font-size: .8rem;
line-height: 1.5rem;
border-radius: 100%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
right: 3rem;
padding: 10px;
text-decoration: none;
}
.close_modal_btn:hover{
text-decoration: none;
color: #555459;
background: #e8e8e8;
}
.dailog_close_bt{
display: block;
font-size: 22px;
}
.key_label{
margin-top: -5px;
position: absolute;
right: 11px;
}