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

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