benivo-ui-library 1.7.44 → 1.7.46

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 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
+ }
@@ -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: 80%;
83
- padding: @btn-lg-padding;
83
+ width: 100%;
84
+ padding: .938rem .75rem;
84
85
 
85
86
  @media @lg {
86
- padding: .8rem 2.1rem;
87
+ padding: .8rem .75rem;
87
88
  }
88
89
 
89
90
  .text-list {
@@ -0,0 +1,14 @@
1
+ #freshDeskChatWrapper {
2
+ width: 70px;
3
+ height: 75px;
4
+ min-height: 73px;
5
+ min-width: 65px;
6
+ overflow: hidden;
7
+ position: fixed;
8
+ right: 15px;
9
+ bottom: 15px;
10
+ background: transparent;
11
+ touch-action: none;
12
+ cursor: pointer;
13
+ z-index: 999999999999;
14
+ }