update
This commit is contained in:
parent
a9d98aae33
commit
f7114c6355
@ -3561,6 +3561,10 @@ p.stars.selected a:not(.active)::before {
|
|||||||
#opalestate-map-preview .cluster img + div {
|
#opalestate-map-preview .cluster img + div {
|
||||||
line-height: 30px !important; }
|
line-height: 30px !important; }
|
||||||
|
|
||||||
|
.opalestate-social-login-facebook-btn i,
|
||||||
|
.opalestate-social-login-google-btn i {
|
||||||
|
color: #FFF !important; }
|
||||||
|
|
||||||
.opalestate-note {
|
.opalestate-note {
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
color: #888; }
|
color: #888; }
|
||||||
@ -3855,7 +3859,7 @@ header#masthead {
|
|||||||
.card-item .opalestate-admin-box {
|
.card-item .opalestate-admin-box {
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
.card-item.dash-widget {
|
.card-item.dash-widget {
|
||||||
padding: 40px;
|
padding: 50px 40px;
|
||||||
position: relative; }
|
position: relative; }
|
||||||
.card-item.dash-widget h5 {
|
.card-item.dash-widget h5 {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
@ -3878,9 +3882,9 @@ header#masthead {
|
|||||||
.card-item.dash-widget.dash-published-listings {
|
.card-item.dash-widget.dash-published-listings {
|
||||||
background-color: #2f73e9; }
|
background-color: #2f73e9; }
|
||||||
.card-item.dash-widget.dash-featured-listings {
|
.card-item.dash-widget.dash-featured-listings {
|
||||||
background-color: #912dfe; }
|
|
||||||
.card-item.dash-widget.dash-pending-listings {
|
|
||||||
background-color: #2f73e9; }
|
background-color: #2f73e9; }
|
||||||
|
.card-item.dash-widget.dash-pending-listings {
|
||||||
|
background-color: #5d92ee; }
|
||||||
|
|
||||||
.opalestate-user-management {
|
.opalestate-user-management {
|
||||||
min-height: 742px; }
|
min-height: 742px; }
|
||||||
|
@ -274,7 +274,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.dash-widget {
|
&.dash-widget {
|
||||||
padding: 40px;
|
padding: 50px 40px;
|
||||||
position: relative;
|
position: relative;
|
||||||
h5 {
|
h5 {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
@ -302,10 +302,10 @@
|
|||||||
background-color: $primary;
|
background-color: $primary;
|
||||||
}
|
}
|
||||||
&.dash-featured-listings {
|
&.dash-featured-listings {
|
||||||
background-color: #912dfe;
|
background-color: $primary;
|
||||||
}
|
}
|
||||||
&.dash-pending-listings {
|
&.dash-pending-listings {
|
||||||
background-color: $primary;
|
background-color: lighten($primary, 10%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -967,3 +967,10 @@ p.stars {
|
|||||||
#opalestate-map-preview .cluster img + div {
|
#opalestate-map-preview .cluster img + div {
|
||||||
line-height: 30px !important;
|
line-height: 30px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.opalestate-social-login-facebook-btn,
|
||||||
|
.opalestate-social-login-google-btn {
|
||||||
|
i {
|
||||||
|
color: $white !important;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user