From e91f64afe1460958aaa084067cfc5fce7049d990 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 14 Oct 2022 11:40:42 +0200 Subject: [PATCH] css: Remove default control rules now provided by ipl-web --- public/css/module.less | 62 ------------------------------------------ 1 file changed, 62 deletions(-) diff --git a/public/css/module.less b/public/css/module.less index 48497cd..d4aad9a 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -156,65 +156,3 @@ p.load-more { border-top-color: @graphite-graph-major-grid-color; border-bottom-color: @graphite-graph-minor-grid-color; } - -// icingadb controls -.controls { - .box-shadow(0, 0, 0, 1px, @gray-lighter); - flex-shrink: 0; - - > :not(:only-child) { - margin-bottom: .5em; - } - - .filter { - display: flex; - min-width: 100%; - - .search-bar { - flex: 1 1 auto; - } - } - - .pagination-control { - float: left; - } - - .limit-control, - .sort-control { - margin-left: .5em; - float: right; - } - - .control-button { - margin-left: .5em; - } - - .search-editor-opener { - &:last-child { - margin-right: -.5em; - } - } - - .search-suggestions { - margin-bottom: 2.5em; - } - - .sort-control { - display: flex; - justify-content: flex-end; - - // Icinga Web 2 override - label { - margin-right: 0; - } - - // Icinga Web 2 override - .spinner { - height: 100%; - } - - .control-button { - margin: 0; - } - } -}