UNPKG

1.19 kBtext/lessView Raw
1@import (inline) "../node_modules/fixed-data-table-2/dist/fixed-data-table.css";
2@import "../node_modules/font-awesome/less/font-awesome.less";
3.public_fixedDataTable_header .public_fixedDataTableCell_main {
4 font-size: 16px;
5 color: #fff;
6 .right {
7 position: absolute;
8 right: 0;
9 }
10}
11
12.public_fixedDataTable_header, .public_fixedDataTable_header .public_fixedDataTableCell_main {
13 background: #4caee2;
14}
15
16.public_fixedDataTableCell_cellContent {
17 padding: 0px;
18}
19
20.public_fixedDataTable_header .public_fixedDataTableCell_main {
21 font-weight: normal;
22}
23
24.fixedDataTableCellLayout_columnReorderContainer {
25 background-color: transparent;
26 width: 0;
27}
28
29.fixedDataTableCellLayout_columnReorderContainer:after {
30 content: '...';
31 color: lightgrey;
32 top: 3px;
33 left: ~"calc(50% - 7px)";
34}
35
36.scroll-toggle {
37 width: 20px;
38 text-align: center;
39 display: flex;
40 justify-content: center;
41 align-items: center;
42 position: absolute;
43 z-index: 1000;
44 background-color: #001B62;
45 color: #7182AA;
46
47 &.active {
48 background-color: #001B62;
49 color: #fff;
50 }
51
52 &.right{
53 right: 0
54 }
55 &.left {
56 right: 20px;
57 }
58 }