kibana/x-pack/plugins/monitoring/public/index.scss
2020-06-11 13:36:47 -07:00

15 lines
277 B
SCSS

// Monitoring plugin styles
// Prefix all styles with "mon" to avoid conflicts.
// Examples
// monChart
// monChart__legend
// monChart__legend--small
// monChart__legend-isLoading
.monApplicationWrapper {
display: flex;
flex-direction: column;
flex-grow: 1;
}