schildi-web/themes/base/css/molecules/ProgressBar.css

10 lines
138 B
CSS
Raw Normal View History

2015-06-11 17:23:02 +00:00
.mx_ProgressBar {
height: 5px;
border: 1px solid black;
}
.mx_ProgressBar_fill {
height: 100%;
background-color: #000;
2015-06-11 17:23:02 +00:00
}