kibana-123
Version:
Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elastic
23 lines (19 loc) • 397 B
text/less
@import (reference) "~ui/styles/theme";
.config {
.navbar;
.navbar-default();
border-bottom: 1px solid;
border-bottom-color: @config-border;
.config-close {
width: 100%;
background-color: @config-close-bg;
border-radius: 0;
text-align: right;
padding: 10px;
line-height: 1em;
}
.container-fluid {
background-color: @config-bg;
padding: 10px;
}
}