benivo-ui-library 1.7.45 → 1.7.47
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 +12 -2
- package/fantasyButton.less +4 -3
- package/index.js +1 -1
- package/package.json +1 -1
package/data-table.less
CHANGED
|
@@ -425,7 +425,7 @@
|
|
|
425
425
|
.icon {
|
|
426
426
|
line-height: 2.4;
|
|
427
427
|
}
|
|
428
|
-
|
|
428
|
+
|
|
429
429
|
.tooltip-inner {
|
|
430
430
|
white-space: initial;
|
|
431
431
|
text-align: left;
|
|
@@ -513,6 +513,16 @@
|
|
|
513
513
|
}
|
|
514
514
|
}
|
|
515
515
|
}
|
|
516
|
+
|
|
517
|
+
&.is-disabled {
|
|
518
|
+
background-color: @white;
|
|
519
|
+
color: #94979B;
|
|
520
|
+
|
|
521
|
+
td {
|
|
522
|
+
background-color: @white;
|
|
523
|
+
color: #94979B;
|
|
524
|
+
}
|
|
525
|
+
}
|
|
516
526
|
}
|
|
517
527
|
}
|
|
518
528
|
}
|
|
@@ -565,4 +575,4 @@
|
|
|
565
575
|
.table-cell-large {
|
|
566
576
|
&:extend(.table-cell-ellipsis);
|
|
567
577
|
max-width: 260px;
|
|
568
|
-
}
|
|
578
|
+
}
|
package/fantasyButton.less
CHANGED
|
@@ -59,6 +59,7 @@
|
|
|
59
59
|
display: flex;
|
|
60
60
|
justify-content: center;
|
|
61
61
|
align-items: center;
|
|
62
|
+
flex-shrink: 0;
|
|
62
63
|
position: relative;
|
|
63
64
|
.border-radius(@btn-brd-radius 0 0 @btn-brd-radius);
|
|
64
65
|
|
|
@@ -79,11 +80,11 @@
|
|
|
79
80
|
display: flex;
|
|
80
81
|
justify-content: center;
|
|
81
82
|
align-items: center;
|
|
82
|
-
width:
|
|
83
|
-
padding:
|
|
83
|
+
width: 100%;
|
|
84
|
+
padding: .938rem .75rem;
|
|
84
85
|
|
|
85
86
|
@media @lg {
|
|
86
|
-
padding: .8rem
|
|
87
|
+
padding: .8rem .75rem;
|
|
87
88
|
}
|
|
88
89
|
|
|
89
90
|
.text-list {
|