1
0
mirror of synced 2026-02-06 10:55:56 +00:00

docs: improve goals styling

This commit is contained in:
bia
2020-07-30 12:12:22 +02:00
parent 430a2d0454
commit 4f22016f13
3 changed files with 34 additions and 11 deletions

View File

@@ -23,6 +23,11 @@ body {
font-size: .85rem;
}
.check-bullet {
color:#07bfa5;
margin-left:10px;
}
/* Progress bar styling */
.progress-label {
@@ -81,4 +86,18 @@ body {
.progress-0plus .progress-bar {
background-color: #ff1744;
}
}
.progress.thin {
margin-top: 0.9rem;
height: 0.4rem;
}
.progress.thin .progress-label {
margin-top: -0.4rem;
}
.progress.thin .progress-bar {
height: 0.4rem;
}