Fixed SonarQube issues in css/scss files.

This commit is contained in:
Pramod Ahire
2020-07-06 19:11:43 +05:30
committed by Akshay Joshi
parent 2ebf203412
commit a6ce78a8c0
4 changed files with 7 additions and 18 deletions

View File

@@ -8,10 +8,6 @@
min-height: 100%;
}
.dashboard-graph-body {
padding: 0.25rem 0.5rem;
}
.dashboard-row {
margin-bottom: $grid-gutter-width/2;
}
@@ -40,6 +36,8 @@
}
.dashboard-graph-body {
padding: 0.25rem 0.5rem;
& .flotr-labels {
color: $color-fg !important;
}