benivo-ui-library 1.9.41 → 1.9.42

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.
@@ -1,9 +1,9 @@
1
1
  .summary-card-section {
2
- font-size: @extra-small-font-size;
2
+ font-size: @font-size-xs;
3
3
  margin-bottom: 20px;
4
4
 
5
5
  &__title {
6
- font-size: @extra-small-font-size;
6
+ font-size: @font-size-xs;
7
7
  border-bottom: 1px solid var(--border-200);
8
8
  padding-bottom: 6px;
9
9
  margin-bottom: 20px;
@@ -30,7 +30,7 @@
30
30
  white-space: nowrap;
31
31
 
32
32
  i {
33
- font-size: @extra-small-font-size;
33
+ font-size: @font-size-xs;
34
34
  color: var(--text-600);
35
35
  }
36
36
  }
@@ -9,26 +9,26 @@
9
9
  }
10
10
 
11
11
  .assignment-home-location {
12
- font-size: @small-font-size;
13
- color:var(--text-600);
12
+ font-size: @font-size-sm;
13
+ color: var(--text-600);
14
14
  }
15
15
 
16
16
  .location-divider {
17
- color:var(--text-600);
17
+ color: var(--text-600);
18
18
  }
19
19
 
20
20
  .assignment-host-location {
21
- font-size: @small-font-size;
21
+ font-size: @font-size-sm;
22
22
  font-weight: @font-weight-semibold;
23
23
  }
24
24
 
25
25
  &-dates {
26
- font-size: @extra-small-font-size;
26
+ font-size: @font-size-xs;
27
27
  color: var(--text-600);
28
28
  }
29
29
 
30
30
  .assignment-cancel a {
31
- font-size: @extra-small-font-size;
31
+ font-size: @font-size-xs;
32
32
  font-weight: @font-weight-semibold;
33
33
  color: var(--primary);
34
34
 
@@ -38,7 +38,7 @@
38
38
  }
39
39
 
40
40
  &-memberId {
41
- font-size: @extra-small-font-size;
41
+ font-size: @font-size-xs;
42
42
  color: var(--text-600);
43
43
  }
44
44
  }
@@ -46,14 +46,14 @@
46
46
  .form-select__value-container,
47
47
  .assignment-single-option {
48
48
  .assignment-option-dates {
49
- color:var(--text-600);
49
+ color: var(--text-600);
50
50
  }
51
51
  }
52
52
 
53
53
  .assignment-status {
54
54
  position: relative;
55
55
  padding-left: 20px;
56
- font-size: @extra-small-font-size;
56
+ font-size: @font-size-xs;
57
57
 
58
58
  &:before {
59
59
  content: '';
@@ -100,7 +100,7 @@
100
100
  &:before {
101
101
  content: '\ed43';
102
102
  font-family: 'icomoon';
103
- color:var(--text-600);
103
+ color: var(--text-600);
104
104
  display: block;
105
105
  position: absolute;
106
106
  top: 50%;
@@ -192,7 +192,7 @@
192
192
 
193
193
  &:last-child {
194
194
  margin-left: 8px;
195
- font-size: @small-font-size;
195
+ font-size: @font-size-sm;
196
196
  }
197
197
  }
198
198
  }
@@ -11,4 +11,7 @@
11
11
  @import '../components/swiperSlider/swiper/swiper.less';
12
12
  @import '../components/select/TagsSelect/tagsSelect.less';
13
13
  @import '../components/copyInput/copyInput.less';
14
- @import './forms.less';
14
+ @import './forms.less';
15
+ @import './spacing.less';
16
+ @import './typography.less';
17
+ @import './typography-helper.less';
package/buttonOld.less CHANGED
@@ -220,7 +220,7 @@
220
220
  &.btn-with-icon {
221
221
  .btn-icon {
222
222
  border-right: 0;
223
- font-size: @extra-small-font-size !important;
223
+ font-size: @font-size-xs !important;
224
224
  margin: -0.5rem 0.7rem -0.5rem 0.7rem;
225
225
  }
226
226
 
package/data-table.less CHANGED
@@ -404,7 +404,7 @@
404
404
  .border-radius(50%);
405
405
  background-color: var(--primary);
406
406
  color: var(--white);
407
- font-size: @extra-small-font-size;
407
+ font-size: @font-size-xs;
408
408
  line-height: 1;
409
409
  margin-left: 12px;
410
410
  padding-right: 1px;
package/forms.less CHANGED
@@ -175,7 +175,7 @@
175
175
  }
176
176
 
177
177
  .field-invalid-msg {
178
- font-size: @extra-small-font-size;
178
+ font-size: @font-size-xs;
179
179
  color: var(--error-main) !important;
180
180
  display: block;
181
181
  word-break: break-word;
@@ -188,7 +188,7 @@
188
188
  &-danger,
189
189
  &-warning,
190
190
  &-success {
191
- font-size: @extra-small-font-size;
191
+ font-size: @font-size-xs;
192
192
  .border-radius(4px);
193
193
  padding: 6px 15px;
194
194
  margin-bottom: 5px;
@@ -225,7 +225,7 @@
225
225
  position: absolute;
226
226
  right: 11px;
227
227
  top: 0;
228
- font-size: @small-font-size;
228
+ font-size: @font-size-sm;
229
229
  font-weight: lighter;
230
230
  color: var(--text-200);
231
231
  line-height: 1;