/** * @author zhixin wen * https://github.com/wenzhixin/bootstrap-table/ * theme: https://github.com/jgthms/bulma/ */ @import './variables.scss'; @import '../theme.scss'; .bootstrap-table { .float-left { float: left; } .float-right { float: right; } .fixed-table-toolbar { .search .search-input { width: auto; margin: 0; height: 35px; vertical-align: bottom; } .columns > .btn { margin-left: 3px; } .columns > div { display: inline; } .keep-open { li label { padding-top: 13px; } } } .fixed-table-footer { border-top: 1px solid $border-color; } .fixed-table-pagination { .page-list i { vertical-align: middle; } .page-list > div { display: inline; } .pagination li { height: 36px; } .page-item a { padding: 6px 12px; line-height: 1.428571429; } } }