Files
Readarr/src/UI/Content/progress-bars.less
2014-05-11 15:57:09 -07:00

39 lines
735 B
Plaintext

@import "Bootstrap/mixins";
@import "Bootstrap/variables";
@import "variables";
.progress.episode-progress {
position : relative;
margin-bottom : 2px;
&, .progressbar-back-text, .progressbar-front-text {
width : 125px;
}
.progressbar-back-text, .progressbar-front-text {
font-size : 11.844px;
font-weight : bold;
text-align : center;
cursor : default;
}
.progressbar-back-text {
position : absolute;
height : 100%;
}
.progressbar-front-text {
display : block;
height : 100%;
}
.bar {
position : absolute;
overflow : hidden;
}
}
.progress-purple .bar, .progress .bar-purple {
#gradient > .vertical(@purple, @nzbdronePurple);
}