Change the scope of '.dashboard-graph-body' CSS class to prevent it from affecting other places.

This commit is contained in:
Murtuza Zabuawala 2020-08-05 12:30:09 +05:30 committed by Akshay Joshi
parent 5ce2773658
commit d2621282dc

View File

@ -46,9 +46,8 @@
} }
} }
} }
}
.dashboard-graph-body { & .dashboard-graph-body {
padding: 0.25rem 0.5rem; padding: 0.25rem 0.5rem;
height: 175px; height: 175px;
@ -74,6 +73,7 @@
border-radius: $border-radius; border-radius: $border-radius;
} }
} }
}
} }
.welcome-logo { .welcome-logo {