UNPKG

@spalger/kibana

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

40 lines (33 loc) 717 B
@import "~ui/styles/variables"; .bs-callout(@color, @bgcolor: lighten(@color, 35%)) { display: block; margin: 20px 0; padding: 15px 30px 15px 15px; border-left: 5px solid @color; background-color: @bgcolor; h1, h2, h3, h4, h5, h6 { margin-top: 0; color: @color; } p:last-child { margin-bottom: 0; } code, .highlight { background-color: #fff; } } .bs-callout-primary { .bs-callout(@brand-primary, lighten(@brand-primary, 45%)); } .bs-callout-danger { .bs-callout(@brand-danger); } .bs-callout-warning { .bs-callout(@brand-warning, lighten(@brand-warning, 30%)); } .bs-callout-info { .bs-callout(@brand-info); } .bs-callout-success { .bs-callout(@brand-success); }