2019-05-27 21:30:46 +02:00
|
|
|
span.progress_text {
|
|
|
|
position: absolute;
|
|
|
|
font-family: "lato-bolder", "Open Sans", sans-serif;
|
|
|
|
font-size: 2em;
|
2019-05-27 22:36:55 +02:00
|
|
|
margin-left: -0.5em;
|
2019-05-27 21:30:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.progress_main {
|
2019-05-28 09:48:09 +02:00
|
|
|
display: inline-block;
|
2019-05-27 21:30:46 +02:00
|
|
|
text-align: center;
|
|
|
|
height: 2.5em;
|
|
|
|
border: 1px solid #80ba27;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.progress {
|
|
|
|
width: 0%;
|
|
|
|
background: #80ba27;
|
|
|
|
height: 100%;
|
|
|
|
float: left;
|
|
|
|
}
|