UNPKG

976 BSCSSView Raw
1/**
2 * @author zhixin wen <wenzhixin2010@gmail.com>
3 * https://github.com/wenzhixin/bootstrap-table/
4 * theme: https://github.com/jgthms/bulma/
5 */
6
7 @import './variables.scss';
8 @import '../theme.scss';
9
10.bootstrap-table {
11 .float-left {
12 float: left;
13 }
14
15 .float-right {
16 float: right;
17 }
18
19 .fixed-table-toolbar {
20 .search .search-input {
21 width: auto;
22 margin: 0;
23 height: 35px;
24 vertical-align: bottom;
25 }
26
27 .columns > .btn {
28 margin-left: 3px;
29 }
30
31 .columns > div {
32 display: inline;
33 }
34
35 .keep-open {
36
37 li label {
38 padding-top: 13px;
39 }
40 }
41 }
42
43 .fixed-table-footer {
44 border-top: 1px solid $border-color;
45 }
46
47 .fixed-table-pagination {
48 .page-list i {
49 vertical-align: middle;
50 }
51
52 .page-list > div {
53 display: inline;
54 }
55
56 .pagination li {
57 height: 36px;
58 }
59
60 .page-item a {
61 padding: 6px 12px;
62 line-height: 1.428571429;
63 }
64 }
65}