fix header design (#11013)

* statsbar-component for a closer tooltip

* fix scss scope, twice
This commit is contained in:
negue
2019-03-04 22:01:45 +01:00
committed by Matteo Pagliazzi
parent 298a79b58d
commit 660928323e
3 changed files with 156 additions and 75 deletions

View File

@@ -324,6 +324,7 @@
}
.progress-container > .progress {
border-radius: 1px;
background-color: $gray-500;
}
}
@@ -371,8 +372,10 @@
.progress {
height: 8px;
border-radius: 1px;
.progress-bar {
border-radius: 1px;
background-color: $green-10 !important;
}
}