update
This commit is contained in:
parent
fa7e675e9d
commit
b417cd23b4
@ -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,12 +578,12 @@ 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%);
|
||||||
@ -591,7 +591,6 @@ p.stars {
|
|||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user