aboutsummaryrefslogtreecommitdiff
path: root/Aamukampa.Web/wwwroot
diff options
context:
space:
mode:
authorJoel Stålnacke <joel@saker.fi>2025-08-03 16:07:43 +0300
committerJoel Stålnacke <joel@saker.fi>2025-08-03 16:07:43 +0300
commit05ea4501c05097e3c401c24f8c38d0d0db002e00 (patch)
tree3cca97eab1593d0d25fa5e60943330eb82a25c65 /Aamukampa.Web/wwwroot
parent83eb12a3f0f4a6764977ccbd9942f807cc7b2673 (diff)
Add a base path /tj
Fix deployment
Diffstat (limited to 'Aamukampa.Web/wwwroot')
-rw-r--r--Aamukampa.Web/wwwroot/styles.css20
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;
}