initial commit.

This commit is contained in:
mntmn
2017-04-07 01:29:05 +02:00
commit 7ff2926578
258 changed files with 83743 additions and 0 deletions

22
styles/filter.scss Normal file
View File

@@ -0,0 +1,22 @@
@import "vars";
#filter {
.icon {
position: absolute;
opacity: 0.5;
color: $medium;
left: 0;
top: -4px;
display: none;
}
.form-group {
.btn-less { bottom: 0; left: 0px; }
.btn-more { bottom: 0; right: 0px;}
.label {
margin-bottom: -5px;
}
}
}