benivo-ui-library 1.7.39 → 1.7.41
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.
- package/data-table.less +10 -29
- package/index.js +1 -1
- package/package.json +1 -1
package/data-table.less
CHANGED
|
@@ -48,40 +48,14 @@
|
|
|
48
48
|
tr {
|
|
49
49
|
th {
|
|
50
50
|
border: none;
|
|
51
|
-
//background-color: @home-grey;
|
|
52
51
|
text-transform: unset;
|
|
53
52
|
font-size: @font-size;
|
|
54
53
|
text-align: left;
|
|
55
54
|
padding: 1px 24px;
|
|
56
|
-
|
|
57
|
-
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
58
|
-
vertical-align: top;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
&:not(:first-child) {
|
|
62
|
-
min-width: 190px;
|
|
63
|
-
|
|
64
|
-
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
65
|
-
width: 210px;
|
|
66
|
-
vertical-align: top;
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
|
|
55
|
+
min-width: 190px;
|
|
70
56
|
&.empty-col {
|
|
71
57
|
min-width: unset;
|
|
72
58
|
}
|
|
73
|
-
|
|
74
|
-
&:first-child {
|
|
75
|
-
width: 60px;
|
|
76
|
-
border-right: none !important;
|
|
77
|
-
|
|
78
|
-
&:not(.visible-xs) {
|
|
79
|
-
@media @md-max {
|
|
80
|
-
display: none;
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
|
|
85
59
|
&:not(:last-child) {
|
|
86
60
|
border-right: 1px solid @th-border-color;
|
|
87
61
|
}
|
|
@@ -114,6 +88,12 @@
|
|
|
114
88
|
}
|
|
115
89
|
}
|
|
116
90
|
|
|
91
|
+
&.avatar-cell, &.checkbox-cell {
|
|
92
|
+
border-right: 0;
|
|
93
|
+
width: 60px;
|
|
94
|
+
min-width: 60px;
|
|
95
|
+
}
|
|
96
|
+
|
|
117
97
|
&.avatar-cell {
|
|
118
98
|
@media @md-max {
|
|
119
99
|
display: none;
|
|
@@ -328,7 +308,7 @@
|
|
|
328
308
|
padding-left: 10px;
|
|
329
309
|
padding-right: 2px;
|
|
330
310
|
|
|
331
|
-
|
|
311
|
+
&.avatar-cell {
|
|
332
312
|
@media @md-max {
|
|
333
313
|
display: none;
|
|
334
314
|
}
|
|
@@ -445,11 +425,12 @@
|
|
|
445
425
|
.icon {
|
|
446
426
|
line-height: 2.4;
|
|
447
427
|
}
|
|
448
|
-
|
|
428
|
+
|
|
449
429
|
.tooltip-inner {
|
|
450
430
|
white-space: initial;
|
|
451
431
|
text-align: left;
|
|
452
432
|
line-height: 1.3;
|
|
433
|
+
text-transform: none;
|
|
453
434
|
}
|
|
454
435
|
|
|
455
436
|
.icon-initiation {
|