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

View File

@@ -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%);
}
}
}

View File

@@ -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;
}
}