update
This commit is contained in:
parent
fa7e675e9d
commit
b417cd23b4
@ -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,20 +578,19 @@ p.stars {
|
||||
button {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.account-dashboard-content{
|
||||
.account-dashboard-content {
|
||||
padding: $grid-gutter-width;
|
||||
background-color: $white;
|
||||
box-shadow: $box-shadow-base;
|
||||
position: relative;
|
||||
|
||||
&:before {
|
||||
@include triangle( top,0px, $white, 20px );
|
||||
@include triangle(top, 0px, $white, 20px);
|
||||
transform: translateX(-50%);
|
||||
left: 50%;
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user