pandorafms/pandora_console/include/styles/progress.css

24 lines
407 B
CSS
Raw Normal View History

.progress_main {
2019-05-27 21:30:46 +02:00
height: 2.5em;
2019-06-04 14:08:07 +02:00
border: 1px solid #82b92e;
position: relative;
width: 100%;
display: inline-block;
}
.progress_main:before {
content: attr(data-label);
position: absolute;
text-align: center;
left: 0;
right: 0;
margin-top: 0.2em;
font-family: "lato-bolder", "Open Sans", sans-serif;
2019-05-27 21:30:46 +02:00
}
.progress {
2019-05-27 21:30:46 +02:00
width: 0%;
2019-06-04 14:08:07 +02:00
background: #82b92e;
2019-05-27 21:30:46 +02:00
height: 100%;
float: left;
}