benivo-ui-library 1.8.89 → 1.8.91

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/arrowButton.less CHANGED
@@ -59,7 +59,7 @@
59
59
  display: block;
60
60
 
61
61
  &:before {
62
- color: var(--text-400);
62
+ color: var(--text-600);
63
63
  }
64
64
  }
65
65
 
@@ -69,7 +69,7 @@
69
69
  span {
70
70
 
71
71
  &:before {
72
- color: var(--text-400);
72
+ color: var(--text-600);
73
73
  }
74
74
  }
75
75
  }
@@ -17,7 +17,7 @@
17
17
 
18
18
  &__label {
19
19
  display: inline-block;
20
- color: var(--text-400);
20
+ color: var(--text-600);
21
21
  flex-basis: 50%;
22
22
  padding-right: 10px;
23
23
  }
@@ -31,7 +31,7 @@
31
31
 
32
32
  i {
33
33
  font-size: @extra-small-font-size;
34
- color: var(--text-400);
34
+ color: var(--text-600);
35
35
  }
36
36
  }
37
37
  }
@@ -10,11 +10,11 @@
10
10
 
11
11
  .assignment-home-location {
12
12
  font-size: @small-font-size;
13
- color:var(--text-400);
13
+ color:var(--text-600);
14
14
  }
15
15
 
16
16
  .location-divider {
17
- color:var(--text-400);
17
+ color:var(--text-600);
18
18
  }
19
19
 
20
20
  .assignment-host-location {
@@ -24,7 +24,7 @@
24
24
 
25
25
  &-dates {
26
26
  font-size: @extra-small-font-size;
27
- color: var(--text-400);
27
+ color: var(--text-600);
28
28
  }
29
29
 
30
30
  .assignment-cancel a {
@@ -39,14 +39,14 @@
39
39
 
40
40
  &-memberId {
41
41
  font-size: @extra-small-font-size;
42
- color: var(--text-400);
42
+ color: var(--text-600);
43
43
  }
44
44
  }
45
45
 
46
46
  .form-select__value-container,
47
47
  .assignment-single-option {
48
48
  .assignment-option-dates {
49
- color:var(--text-400);
49
+ color:var(--text-600);
50
50
  }
51
51
  }
52
52
 
@@ -100,7 +100,7 @@
100
100
  &:before {
101
101
  content: '\ed43';
102
102
  font-family: 'icomoon';
103
- color:var(--text-400);
103
+ color:var(--text-600);
104
104
  display: block;
105
105
  position: absolute;
106
106
  top: 50%;
package/autoComplete.less CHANGED
@@ -23,7 +23,7 @@
23
23
  .suggestion-item--active {
24
24
  cursor: pointer;
25
25
  background: rgba(var(--black-rgb), 0.1);
26
- color: var(--text-400);
26
+ color: var(--text-600);
27
27
  padding: 0.5rem 1.25rem;
28
28
  border: solid 1px var(--border-200);
29
29
  border-bottom: 0;
@@ -36,7 +36,7 @@
36
36
  &:before {
37
37
  font-family: icomoon;
38
38
  content: "\e936";
39
- color: var(--text-400);
39
+ color: var(--text-600);
40
40
  margin-right: 10px;
41
41
  vertical-align: -2px;
42
42
  }
@@ -54,7 +54,7 @@
54
54
  .suggestion-item {
55
55
  cursor: pointer;
56
56
  background-color: var(--white);
57
- color: var(--text-400);
57
+ color: var(--text-600);
58
58
  padding: 0.5rem 1.25rem;
59
59
  border: solid 1px var(--border-200);
60
60
  border-bottom: 0;
@@ -67,7 +67,7 @@
67
67
  &:before {
68
68
  font-family: icomoon;
69
69
  content: "\e936";
70
- color: var(--text-400);
70
+ color: var(--text-600);
71
71
  margin-right: 10px;
72
72
  vertical-align: -2px;
73
73
  }