Commit 1562a8a0 authored by Jonathan Camile's avatar Jonathan Camile
Browse files

Progress bars: Added warning (orange) bar

parent 3d58b462
3 merge requests!2305Progress bars: Added warning (orange) bar,!2231Progress bars: Added warning (orange) bar,!1952Tabulation navigation with Typeahead
Showing with 8 additions and 0 deletions
+8 -0
...@@ -93,3 +93,11 @@ ...@@ -93,3 +93,11 @@
.progress-info.progress-striped .bar { .progress-info.progress-striped .bar {
#gradient > .striped(#5bc0de); #gradient > .striped(#5bc0de);
} }
// Warning (orange)
.progress-warning .bar {
#gradient > .vertical(lighten(@orange, 15%), @orange);
}
.progress-warning.progress-striped .bar {
#gradient > .striped(lighten(@orange, 15%));
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment