UNPKG

1.07 kBSCSSView 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 input {
21 height: 2.5293rem;
22 }
23
24 .keep-open.dropdown-container {
25 .button {
26 &:hover .menu {
27 background: #fff;
28 }
29 }
30
31 .menu {
32 li {
33 padding: 5px 0;
34
35 label {
36 white-space: nowrap;
37 text-align: left;
38 }
39 }
40 }
41 }
42
43 input,
44 .button {
45 margin-bottom: 0;
46 }
47 }
48
49 .fixed-table-pagination {
50 .page-list > div {
51 display: inline;
52 }
53
54 .button {
55 margin-bottom: 0;
56 }
57
58 .dropup .fa-angle-down:before {
59 content: "\f106";
60 }
61
62 .page-item {
63 padding: 6px 12px;
64 line-height: 1.428571429;
65 }
66 }
67
68 .dropdown-pane {
69 width: auto;
70 padding: 0.5rem;
71 }
72}