css: Remove default control rules now provided by ipl-web

This commit is contained in:
Johannes Meyer 2022-10-14 11:40:42 +02:00
parent e2522256f5
commit e91f64afe1

View file

@ -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;
}
}
}