From ea8d2653aef3161f1e4e8e1f6536bffbb9e7da9f Mon Sep 17 00:00:00 2001 From: prssanna Date: Fri, 17 Jul 2020 15:07:49 +0530 Subject: [PATCH] fix: move filter styles outside popover --- frappe/public/scss/filters.scss | 53 ++++++++++++++++----------------- 1 file changed, 26 insertions(+), 27 deletions(-) diff --git a/frappe/public/scss/filters.scss b/frappe/public/scss/filters.scss index 324888780c..fe884bfc62 100644 --- a/frappe/public/scss/filters.scss +++ b/frappe/public/scss/filters.scss @@ -8,44 +8,43 @@ min-width: 500px; min-height: 50px; font-size: var(--text-md); +} - .filter-box { - padding: $padding-xs $padding-md $padding-xs 0; +.filter-box { + padding: $padding-xs $padding-md $padding-xs 0; - .form-group { - @include media-breakpoint-up(xs) { - margin-bottom: 0; - } - } - - .remove-filter { - cursor: pointer; - line-height: 2; - } - - .filter-field { - .frappe-control { - position: relative; - margin-bottom: 0; - } + .form-group { + @include media-breakpoint-up(xs) { + margin-bottom: 0; } } - .filter-action-buttons { - display: flex; - justify-content: space-between; + .remove-filter { + cursor: pointer; + line-height: 2; + } - .add-filter { - line-height: 2; - cursor: pointer; + .filter-field { + .frappe-control { + position: relative; + margin-bottom: 0; } } +} - .divider { - margin-right: -10px; - margin-left: -10px; +.filter-action-buttons { + display: flex; + justify-content: space-between; + + .add-filter { + line-height: 2; + cursor: pointer; } +} +.divider { + margin-right: -10px; + margin-left: -10px; } // for sm and above