UNPKG

1.02 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.button {
25 .button {
26 &:hover .menu {
27 background: #fff;
28 }
29
30 padding: 0;
31 border: none;
32 margin: 0;
33 vertical-align: top;
34 }
35
36 .menu {
37 li {
38 padding: 5px 0;
39
40 label {
41 white-space: nowrap;
42 text-align: left;
43 }
44 }
45 }
46 }
47
48 input,
49 .button {
50 margin-bottom: 0;
51 }
52 }
53
54 .fixed-table-pagination {
55 .button {
56 margin-bottom: 0;
57 }
58
59 .dropup .fa-angle-down:before {
60 content: "\f106";
61 }
62 }
63
64 .dropdown-pane {
65 width: auto;
66 padding: 0.5rem;
67 }
68}