@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
56 lines (44 loc) • 936 B
text/less
@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;
&-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;
}
a:hover {
text-decoration: underline;
}
&.active a {
text-decoration: none ;
font-weight: bold;
color: @text-color;
}
}
}
}
.pagination-size {
flex: 0 0 auto;
input[type=number] {
width: 3em;
}
}
}
}