Files
2019-05-25 23:11:05 -04:00

36 lines
609 B
Plaintext

/* ------------------------------------------------------------------------------
*
* # Snippets
*
* Custom snippets set
*
* Version: 1.0
* Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
// Progress list
// ------------------------------
.progress-list {
margin: 0;
padding: 0;
list-style: none;
> li {
+ li {
margin-top: @line-height-computed;
}
> label {
display: block;
}
span {
float: right;
display: block;
}
}
}