diff options
Diffstat (limited to 'Aamukampa.Web/wwwroot/styles.css')
| -rw-r--r-- | Aamukampa.Web/wwwroot/styles.css | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/Aamukampa.Web/wwwroot/styles.css b/Aamukampa.Web/wwwroot/styles.css index 66a6ef5..d492bd1 100644 --- a/Aamukampa.Web/wwwroot/styles.css +++ b/Aamukampa.Web/wwwroot/styles.css @@ -1,6 +1,5 @@ * { box-sizing: border-box; - max-width: none; } html { @@ -51,22 +50,21 @@ body { display: block; } -.progress-bar { - height: 25px; +.progress-bar_label { + display: inline-block; + width: 100%; + text-align: center; +} + +.progress-bar_bar { + height: 1.2rem; border-radius: 5px; border: 1px solid black; background-color: lightgrey; } .progress-bar_value { - color: white; + background-color: green; height: 100%; - display: flex; - padding: 0 10px; - justify-content: flex-end; - align-items: center; - white-space: nowrap; - text-align: center; border-radius: 5px; - min-width: 0; } |
