/** * @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 { .columns > .btn { margin-left: 3px; } .keep-open { display: inline; li label { padding-top: 13px; } } } .fixed-table-footer { border-top: 1px solid $border-color; } .fixed-table-pagination { .page-list i { vertical-align: middle; } .pagination li { height: 36px; } } }