Merge pull request #5600 from deepaksinghgusain227/dashboard-readability
Dashboard readability
This commit is contained in:
commit
be442e5238
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/js/admin.js": "/js/admin.js?id=5c6abf6523a851d5945d",
|
||||
"/css/admin.css": "/css/admin.css?id=d85fd51c549c1ca63b26"
|
||||
"/css/admin.css": "/css/admin.css?id=ff3e93242515474ea08b"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ $btn-primary-bg: #0041FF;
|
|||
$btn-danger-bg: red;
|
||||
|
||||
// Cards
|
||||
$card-title: #a2a2a2;
|
||||
$card-title: #3a3a3a;
|
||||
$card-background: $white;
|
||||
|
||||
// Dashboard
|
||||
|
|
|
|||
|
|
@ -511,7 +511,24 @@
|
|||
.card-title {
|
||||
color: rgba(255,255,255,.8);
|
||||
}
|
||||
.card-info {
|
||||
.card-info {
|
||||
ul {
|
||||
li {
|
||||
.description {
|
||||
margin-top: 10px;
|
||||
|
||||
.name {
|
||||
color: rgba(255,255,255,.8);
|
||||
}
|
||||
|
||||
.info {
|
||||
color: rgba(255,255,255,.8);
|
||||
margin-top: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.no-result-found {
|
||||
p {
|
||||
color: rgba(255,255,255,.8);
|
||||
|
|
@ -522,12 +539,15 @@
|
|||
.dashboard-stats {
|
||||
.dashboard-card {
|
||||
background: #071e37;
|
||||
box-shadow: 0 5px 10px 2px rgb(0 0 0 / 80%);
|
||||
box-shadow: 0 5px 10px 2px rgb(0 0 0 / 80%);
|
||||
|
||||
.title{
|
||||
color: rgba(255,255,255,.8);
|
||||
}
|
||||
.data {
|
||||
color: $white;
|
||||
.progress {
|
||||
color: rgba(255,255,255,.8);
|
||||
|
||||
color: rgba(255,255,255,.8);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -584,11 +604,6 @@
|
|||
cursor: default;
|
||||
}
|
||||
|
||||
// .btn.btn-primary {
|
||||
// background: rgba(255, 255, 255, 0.8);
|
||||
// color: $black;
|
||||
// }
|
||||
|
||||
.flatpickr-calendar {
|
||||
background: transparent;
|
||||
opacity: 0;
|
||||
|
|
|
|||
|
|
@ -71,11 +71,11 @@
|
|||
margin-top: 10px;
|
||||
|
||||
.name {
|
||||
color: rgba(255,255,255,0.8);
|
||||
color: #3a3a3a;
|
||||
}
|
||||
|
||||
.info {
|
||||
color: rgba(255,255,255,0.8);
|
||||
color: #3a3a3a;
|
||||
margin-top: 5px;
|
||||
}
|
||||
}
|
||||
|
|
@ -98,7 +98,7 @@
|
|||
|
||||
p {
|
||||
margin: 0;
|
||||
color: #a2a2a2;
|
||||
color: #3a3a3a;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue