Fix bug.
This commit is contained in:
parent
e02af9e9b2
commit
39fa141550
|
@ -27,7 +27,7 @@
|
|||
opacity: 0;
|
||||
top: -20000px;
|
||||
background: rgba(0,0,0,.7);
|
||||
z-index: 1000;
|
||||
z-index: 1100;
|
||||
left: 0;
|
||||
transition:opacity .3s ,top 0s .3s;
|
||||
&.active{
|
||||
|
@ -61,18 +61,18 @@
|
|||
width: 40%;
|
||||
padding: 30px;
|
||||
}
|
||||
@media (max-width: 767px){
|
||||
padding: 30px 10px;
|
||||
}
|
||||
.close-btn{
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top:-40px;
|
||||
top:0;
|
||||
padding: 5px 10px;
|
||||
background: $theme-color-main;
|
||||
color:#fff;
|
||||
font-size: 18px;
|
||||
transition:.3s;
|
||||
@media (min-width: 768px){
|
||||
top:0;
|
||||
}
|
||||
&:hover{
|
||||
background: $theme-color-second;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue