This commit is contained in:
Lieu Le 2019-09-18 13:51:18 +07:00
parent fa7e675e9d
commit b417cd23b4
2 changed files with 7 additions and 13 deletions

@ -3252,7 +3252,7 @@ p.stars.selected a:not(.active)::before {
display: none;
position: absolute;
z-index: 999;
min-width: 450px;
min-width: 300px;
top: 40px;
margin: 0 0 0 -194px;
padding: 30px;
@ -3296,11 +3296,7 @@ p.stars.selected a:not(.active)::before {
top: 10px;
right: 15px;
color: #2f73e9;
cursor: hand;
cursor: pointer; }
.rtl .opalestate-popup .popup-close {
left: 15px;
right: auto; }
.pagination li {
display: block;

@ -563,7 +563,7 @@ p.stars {
display: none;
position:absolute;
z-index: 999;
min-width: 450px;
min-width: 300px;
top: 40px;
margin:0 0 0 -194px;
padding: $grid-gutter-width;
@ -578,12 +578,12 @@ p.stars {
button {
margin-top: 20px;
}
.account-dashboard-content {
padding: $grid-gutter-width;
background-color: $white;
box-shadow: $box-shadow-base;
position: relative;
&:before {
@include triangle(top, 0px, $white, 20px);
transform: translateX(-50%);
@ -591,7 +591,6 @@ p.stars {
top: -14px;
}
}
}
&.active .popup-body{
display: block;
@ -607,15 +606,14 @@ p.stars {
left:auto;
}
}
}
.popup-close{
position:absolute;
top: 10px;
@include rtl-right(15px);
right:15px;
color:$primary;
cursor: hand;cursor:pointer;
cursor:pointer;
}
}
//Pagination