This commit is contained in:
Lieu Le 2019-09-25 16:54:38 +07:00
parent a9d98aae33
commit f7114c6355
3 changed files with 17 additions and 6 deletions

@ -3561,6 +3561,10 @@ p.stars.selected a:not(.active)::before {
#opalestate-map-preview .cluster img + div {
line-height: 30px !important; }
.opalestate-social-login-facebook-btn i,
.opalestate-social-login-google-btn i {
color: #FFF !important; }
.opalestate-note {
font-size: 90%;
color: #888; }
@ -3855,7 +3859,7 @@ header#masthead {
.card-item .opalestate-admin-box {
box-shadow: none; }
.card-item.dash-widget {
padding: 40px;
padding: 50px 40px;
position: relative; }
.card-item.dash-widget h5 {
text-align: left;
@ -3878,9 +3882,9 @@ header#masthead {
.card-item.dash-widget.dash-published-listings {
background-color: #2f73e9; }
.card-item.dash-widget.dash-featured-listings {
background-color: #912dfe; }
.card-item.dash-widget.dash-pending-listings {
background-color: #2f73e9; }
.card-item.dash-widget.dash-pending-listings {
background-color: #5d92ee; }
.opalestate-user-management {
min-height: 742px; }

@ -274,7 +274,7 @@
}
&.dash-widget {
padding: 40px;
padding: 50px 40px;
position: relative;
h5 {
text-align: left;
@ -302,10 +302,10 @@
background-color: $primary;
}
&.dash-featured-listings {
background-color: #912dfe;
background-color: $primary;
}
&.dash-pending-listings {
background-color: $primary;
background-color: lighten($primary, 10%);
}
}
}

@ -966,4 +966,11 @@ p.stars {
#opalestate-map-preview .cluster img + div {
line-height: 30px !important;
}
.opalestate-social-login-facebook-btn,
.opalestate-social-login-google-btn {
i {
color: $white !important;
}
}