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

docs: progressbar as subtitle

This commit is contained in:
bia
2020-07-30 13:02:12 +02:00
parent 4f22016f13
commit dfb20dd1ca
2 changed files with 21 additions and 22 deletions

View File

@@ -25,7 +25,8 @@ body {
.check-bullet {
color:#07bfa5;
margin-left:10px;
background-color: white;
margin-left:-22px;
}
/* Progress bar styling */
@@ -35,14 +36,18 @@ body {
text-align: center;
font-weight: 700;
width: 100%;
margin: 0 ! important;
/* remove original styling for thin styling
margin: 0 ! important; */
margin-top: -0.4rem ! important;
line-height: 1.2rem;
white-space: nowrap;
overflow: hidden;
}
.progress-bar {
height: 1.2rem;
/*remove original styling for thin styling
height: 1.2rem; */
height: 0.4rem;
float: left;
background: repeating-linear-gradient(
45deg,
@@ -57,8 +62,11 @@ body {
.progress {
display: block;
width: 100%;
/* remove original styling for thin styling
margin: 0.5rem 0;
height: 1.2rem;
height: 1.2rem; */
margin-top: 0.9rem;
height: 0.4rem;
background-color: #eeeeee;
position: relative;
border-radius: 2px;
@@ -86,18 +94,4 @@ 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;
}
}