##// END OF EJS Templates
registration: add a way to disable registration
registration: add a way to disable registration

File last commit:

r0:548a840d
r128:17f1d998
Show More
progress-bar.less
10 lines | 191 B | text/x-less | LessCssLexer
// Progress bars
.progress-bar-variant(@color) {
background-color: @color;
// Deprecated parent class requirement as of v3.2.0
.progress-striped & {
#gradient > .striped();
}
}