Minor filters style fixes. Still dont like it

stable
Xavier Julián 2014-07-04 10:08:52 +02:00
parent e0ffcada7a
commit 34250f7779
3 changed files with 17 additions and 3 deletions

View File

@ -109,6 +109,9 @@
.user-story-tags {
display: none;
margin-top: .3rem;
.tag {
margin-right: .1rem;
}
}
.blocked {
background: $red-light;

View File

@ -30,7 +30,6 @@
}
}
form {
margin-bottom: 2rem;
.icon-search {
position: absolute;
right: .5rem;
@ -44,7 +43,19 @@
@include transition (all .1s ease-in);
}
.filters-applied {
margin-top: .5rem;
.single-filter {
margin-bottom: .5rem;
}
}
.filter-list {
margin-top: 2rem;
}
.filters-cats {
margin-top: 2rem;
li {
border-bottom: 1px solid $gray-light;
text-transform: uppercase;