This commit is contained in:
Lieu Le
2019-09-25 15:49:16 +07:00
parent f5f29f508c
commit d756a09011
2 changed files with 36 additions and 0 deletions

View File

@@ -234,6 +234,9 @@
}
}
}
.dash-widget {
background-color: $primary;
}
.card-item {
background-color:$white;
@@ -258,6 +261,10 @@
color: #23282d;
font-weight: 500;
}
.dash-view-all {
float: right;
color: $primary;
}
}
h5 {
@@ -331,6 +338,16 @@
margin-right:6px;
color:#616a75;
}
.count {
color:$white;
padding:5px 10px;
font-size: 11px;
min-width: 20px;
text-align: center;
background-color: $primary;
@include border-radius(50%);
margin-left:5px;
}
&:hover,
&:focus {
//background-color:#0073aa;