Filters New line-height fix and remove height

stable
Xavier Julián 2015-06-03 09:38:46 +02:00
parent 6b1d6993f0
commit 7a0cf62af5
2 changed files with 1 additions and 5 deletions

View File

@ -4,8 +4,7 @@
@include clearfix; @include clearfix;
cursor: pointer; cursor: pointer;
display: block; display: block;
height: 32px; margin-bottom: .5rem;
margin-bottom: 1rem;
opacity: .5; opacity: .5;
position: relative; position: relative;
&:hover { &:hover {

View File

@ -49,9 +49,6 @@
.filters-applied { .filters-applied {
margin-top: .5rem; margin-top: .5rem;
.single-filter {
margin-bottom: .5rem;
}
} }
.filters-step-cat { .filters-step-cat {