This commit is contained in:
Lieu Le
2019-09-25 16:26:14 +07:00
parent d49f11e8e3
commit fb49f54f47
4 changed files with 21 additions and 4 deletions

View File

@@ -272,8 +272,10 @@
.opalestate-admin-box {
box-shadow: none;
}
&.dash-widget {
padding: 40px;
position: relative;
h5 {
text-align: left;
color: $white;
@@ -282,12 +284,20 @@
}
.heading {
border:0;
margin: 0;
padding:0;
color: $white;
margin: 0; padding:0;
span {
color: $white;
}
}
.dash-widget-icon {
position: absolute;
top:$grid-gutter-width/2;
right:$grid-gutter-width;
color: rgba(255,255,255,0.1);
font-size:75px;
}
&.dash-published-listings {
background-color: $primary;
}