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

60 lines (48 loc) 1.11 kB
@import "~ui/styles/variables"; paginate { display: block; paginate-controls { display: flex; align-items: center; padding: 5px 5px 10px; text-align: center; .pagination-other-pages { flex: 1 0 auto; display: flex; justify-content: center; } .pagination-other-pages-list { flex: 0 0 auto; display: flex; justify-content: center; padding: 0; margin: 0; list-style: none; > li { flex: 0 0 auto; user-select: none; a { text-decoration: none; background-color: @kibanaGray6; margin-left: 2px; padding: 8px 11px; } a:hover { text-decoration: underline; } &.active a { text-decoration: none !important; font-weight: bold; color: @paginate-page-link-active-color; cursor: default; } } } .pagination-size { flex: 0 0 auto; input[type=number] { width: 3em; } } } }