/* I override info here because we want a different color from the bg-info delivered by the theme */ .progress-bar { &.bg-info { background-color: $luci-chart-color-2 !important; } }