blob: b1252b275dbf98022b95bc0777a0b6ff27bcdb1c [file] [log] [blame]
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
@import '../../../stylesheets/less/variables.less';
.dashboard .filter_box .slice_container > div:not(.alert) {
padding-top: 0;
}
.filter_box {
padding: 10px 0;
overflow: visible !important;
&:hover {
z-index: @z-index-max;
}
}
.m-b-5 {
margin-bottom: 5px;
}
.input-inline {
float: left;
padding-right: 3px;
.dropdown {
display: flex;
button {
padding-right: 20px;
.caret {
width: auto;
position: absolute;
right: 5px;
top: 6px;
}
}
}
}
.filter-container {
display: flex;
flex-direction: column;
margin-bottom: 10px;
&:last-child {
margin-bottom: 0;
}
label {
display: flex;
font-weight: @font-weight-bold;
}
.filter-badge-container {
width: 30px;
padding-right: 10px;
}
.filter-badge-container + div {
width: 100%;
}
}