UNPKG

kibana-with-account

Version:

kibana-with-account is develop based kibana project

19 lines (15 loc) 325 B
@import "~ui/styles/variables"; @import (reference) "~bootstrap/less/mixins"; .flex-parent(@grow: 1, @shrink: 1, @basis: auto) { flex: @grow @shrink @basis; display: flex; flex-direction: column; > * { flex-shrink: 0; } } .ellipsis() { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }