Removes unused styles for filters
This commit is contained in:
@@ -1031,57 +1031,6 @@ img.avatar, img.admin-avatar, img.moderator-avatar, img.initialjs-avatar {
|
||||
// 09. Filters & search
|
||||
// - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
.filters, .search-results {
|
||||
|
||||
h2 {
|
||||
display: inline-block;
|
||||
font-size: rem-calc(24);
|
||||
margin: $line-height/2 0;
|
||||
|
||||
@media (min-width: $small-breakpoint) {
|
||||
margin: $line-height 0;
|
||||
}
|
||||
}
|
||||
|
||||
select {
|
||||
background-color: #DEE0E2;
|
||||
height: auto;
|
||||
margin-bottom: $line-height;
|
||||
min-width: $line-height*7.5;
|
||||
outline: 0;
|
||||
padding: $line-height/2;
|
||||
width: auto;
|
||||
|
||||
@media (min-width: $small-breakpoint) {
|
||||
margin: 0 0 $line-height $line-height/2;
|
||||
}
|
||||
|
||||
optgroup {
|
||||
font-size: $small-font-size;
|
||||
}
|
||||
|
||||
option {
|
||||
|
||||
&:after {
|
||||
content: "a";
|
||||
font-family: "icons";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.debates-order {
|
||||
text-align: left;
|
||||
|
||||
@media (min-width: $small-breakpoint) {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
select {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.search-form {
|
||||
|
||||
h3 {
|
||||
|
||||
Reference in New Issue
Block a user