From a219b909b3884f24646dc5b6cbc957c4e92098c8 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Tue, 12 Jan 2016 15:52:02 +0100 Subject: [PATCH] Removes unused styles for filters --- app/assets/stylesheets/layout.scss | 51 ------------------------------ 1 file changed, 51 deletions(-) diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 8c279ff78..6fa1b9695 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -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 {