update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user