UNPKG

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

61 lines (51 loc) 1.2 kB
@import "~ui/styles/variables"; .hintbox { padding: @hintbox-spacing-vertical @hintbox-spacing-horizontal; border-radius: 5px; margin-bottom: @hintbox-spacing-vertical; background-color: @hintbox-background-color; a { color: @hintbox-link-color !important; &:hover { color: @hintbox-link-hover-color !important; } } pre { background-color: @hintbox-pre-bg; } ul, ol { padding-left: 25px; } // inspired by Bootstrap alerts component // https://github.com/twbs/bootstrap/blob/063c1b0780ea0240e4adce4c88d57fc23e099475/less/alerts.less#L27-L35 > * { margin: 0; } > * + * { margin-top: @hintbox-spacing-vertical; } // https://github.com/twbs/bootstrap/blob/2aa102bfd40859d15790febed1939e0111a6fb1a/less/tables.less#L88-L106 .table-bordered { border: 1px solid @hintbox-table-border-color; > thead, > tbody, > tfoot { > tr { > th, > td { border: 1px solid @hintbox-table-border-color; } } } > thead > tr { > th, > td { border-bottom-width: 2px; } } } } .hintbox-label, .hintbox-label[ng-click] { cursor: help; }