bhd-components 0.1.2 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,43 @@
1
+ .index_module_Table__856a12e4 {
2
+ width: 100%;
3
+ }
4
+ .index_module_Table__856a12e4 table th,
5
+ .index_module_Table__856a12e4 table td {
6
+ border: none;
7
+ border-bottom: 1px solid #e8e8e8;
8
+ }
9
+ .index_module_Table__856a12e4 table thead tr th {
10
+ background: #fafafa;
11
+ }
12
+ .index_module_Table__856a12e4 table thead tr th:nth-child(1) {
13
+ padding-left: 40px;
14
+ }
15
+ .index_module_Table__856a12e4 table thead tr th:last-child {
16
+ padding-right: 40px;
17
+ }
18
+ .index_module_Table__856a12e4 table thead tr th::before {
19
+ display: none;
20
+ }
21
+ .index_module_Table__856a12e4 table tbody tr {
22
+ background: transparent;
23
+ }
24
+ .index_module_Table__856a12e4 table tbody tr:hover td {
25
+ background-color: #FFEEEB !important;
26
+ }
27
+ .index_module_Table__856a12e4 table tbody tr td {
28
+ word-wrap: break-word;
29
+ word-break: break-all;
30
+ overflow: hidden;
31
+ white-space: nowrap;
32
+ text-overflow: ellipsis;
33
+ }
34
+ .index_module_Table__856a12e4 table tbody tr td:nth-child(1) {
35
+ padding-left: 40px;
36
+ }
37
+ .index_module_Table__856a12e4 table tbody tr td:last-child {
38
+ padding-right: 40px;
39
+ }
40
+ .index_module_columnTootipClassName__856a12e4 .bhd-tooltip-content .bhd-tooltip-inner {
41
+ color: rgba(0, 0, 0, 0.85);
42
+ word-break: break-all;
43
+ }