update
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user