Minor filters style fixes. Still dont like it
parent
e0ffcada7a
commit
34250f7779
|
@ -109,6 +109,9 @@
|
||||||
.user-story-tags {
|
.user-story-tags {
|
||||||
display: none;
|
display: none;
|
||||||
margin-top: .3rem;
|
margin-top: .3rem;
|
||||||
|
.tag {
|
||||||
|
margin-right: .1rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.blocked {
|
.blocked {
|
||||||
background: $red-light;
|
background: $red-light;
|
||||||
|
|
|
@ -30,7 +30,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
form {
|
form {
|
||||||
margin-bottom: 2rem;
|
|
||||||
.icon-search {
|
.icon-search {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: .5rem;
|
right: .5rem;
|
||||||
|
@ -44,7 +43,19 @@
|
||||||
@include transition (all .1s ease-in);
|
@include transition (all .1s ease-in);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.filters-applied {
|
||||||
|
margin-top: .5rem;
|
||||||
|
.single-filter {
|
||||||
|
margin-bottom: .5rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.filter-list {
|
||||||
|
margin-top: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.filters-cats {
|
.filters-cats {
|
||||||
|
margin-top: 2rem;
|
||||||
li {
|
li {
|
||||||
border-bottom: 1px solid $gray-light;
|
border-bottom: 1px solid $gray-light;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
|
Loading…
Reference in New Issue