glass-app-manager
Version:
Informatica's Glass Framework CLI for bootstrapping
28 lines (23 loc) • 560 B
text/stylus
.pagination {
&--default-layout {
display: table;
width: 100%;
.pagination__page-location,
.pagination__page-selector,
.pagination__page-size {
display: table-cell;
width: 33%;
}
.pagination__page-selector {
text-align: center;
width: 34%;
}
.pagination__page-size {
text-align: right;
}
}
&__page-selector .form-control,
&__page-size select {
width: auto;
}
}