first commit

This commit is contained in:
2019-05-25 23:11:05 -04:00
commit 16f48376bc
6139 changed files with 990356 additions and 0 deletions
@@ -0,0 +1,35 @@
/* ------------------------------------------------------------------------------
*
* # 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;
}
}
}