wazuh-kibana-app/public/less/kbn.less
Juanjo Jiménez 4045278ca4 First approach for CSS reordering
This commit reorders all the CSS from the app, removing the hard-coded one from the templates, and making a first approach of reordering in the `less` folder.
2017-11-23 11:22:27 +01:00

121 lines
2.2 KiB
Plaintext

@import (reference) "~ui/styles/mixins.less";
kbn-vis, visualize, visualization {
display: flex;
flex: 1 1 100%;
}
.wazuh-column {
display: flex;
flex-direction: column;
flex: 1 1 100%;
}
.wazuh-row {
display: flex;
flex-direction: row;
flex: 1 1 100%;
}
.mymain {
display: flex;
flex-direction: row;
flex: 1 1 100%;
}
.kuiLocalNav {
background-color: #e4e4e4;
}
.kbn-vis-value td {
border: none !important;
padding: 0px;
}
.kbn-vis-value thead,
.kbn-vis-value .numeric-value,
.kbn-vis-value .pagination-container,
.kbn-vis-value h2,
.kbn-vis-value .table .table-condensed td:nth-child(2) {
display: none;
}
.kbn-vis-value .table {
margin-bottom: 0px;
}
.kbn-vis-value .cell-hover {
color: rgba(0, 0, 0, 0.87);
font-size: 16pt;
border: none;
}
.kbn-vis-value .agg-table-paginated .cell-hover:hover {
background-color: white;
}
.kbn-vis-value .h4,
.kbn-vis-value .h5,
.kbn-vis-value .h6,
.kbn-vis-value h4,
.kbn-vis-value h5,
.kbn-vis-value h6 {
margin: 0px;
}
/* Adjusting the height of the visualization when its type is kbn-vis-value */
.kbn-vis-value .vis-container {
margin-top: -12px;
}
/* Adjusting the height of the visualization when its type is metric */
.metric .vis-container {
margin-top: -59px;
}
/* This changes the background and display in the kbn-vis-value in the lens */
.kbn-vis-value .table-cell-filter {
background-color: white !important;
display: inherit !important;
}
/* Filter bar */
.filter-bar {
background-color: #e4e4e4 !important;
}
.chart {
overflow-y: unset !important;
}
.kuiLocalNavRow {
z-index: 9999 !important;
}
.table-header-move {
visibility: hidden !important;
}
/****************************************************************************/
/************************** Legacy integrations css *************************/
/****************************************************************************/
.legacy-searchbar kbn-searchbar .kuiLocalNav {
margin-bottom: 0;
}
.legacy-searchbar .kuiLocalNav {
min-height: 0 !important;
margin-bottom: -16px;
}
.legacy-searchbar .kuiLocalNavRow--secondary {
display: none !important;
}
.legacy-searchbar .typeahead {
padding: 4px 10px 0 !important;
background-color: #e4e4e4 !important;
}