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.
- package/asideSummaryCardSection.less +3 -3
- package/assignmentSelectBox.less +11 -11
- package/benivo-ui-lib.less +4 -1
- package/buttonOld.less +1 -1
- package/data-table.less +1 -1
- package/forms.less +3 -3
- package/index.js +1 -1
- package/infoMessageBanner.less +1 -1
- package/package.json +2 -2
- package/pop-up.less +1 -1
- package/sidebarMenu.less +1 -1
- package/spacing.less +332 -0
- package/status.less +2 -2
- package/tabGroup.less +1 -1
- package/tagsSelect.less +1 -1
- package/tooltip.less +1 -1
- package/typography-helper.less +157 -0
- package/typography.less +416 -0
- package/variables.less +55 -26
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
.summary-card-section {
|
|
2
|
-
font-size: @
|
|
2
|
+
font-size: @font-size-xs;
|
|
3
3
|
margin-bottom: 20px;
|
|
4
4
|
|
|
5
5
|
&__title {
|
|
6
|
-
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: @
|
|
33
|
+
font-size: @font-size-xs;
|
|
34
34
|
color: var(--text-600);
|
|
35
35
|
}
|
|
36
36
|
}
|
package/assignmentSelectBox.less
CHANGED
|
@@ -9,26 +9,26 @@
|
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
.assignment-home-location {
|
|
12
|
-
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: @
|
|
21
|
+
font-size: @font-size-sm;
|
|
22
22
|
font-weight: @font-weight-semibold;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
&-dates {
|
|
26
|
-
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: @
|
|
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: @
|
|
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: @
|
|
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: @
|
|
195
|
+
font-size: @font-size-sm;
|
|
196
196
|
}
|
|
197
197
|
}
|
|
198
198
|
}
|
package/benivo-ui-lib.less
CHANGED
|
@@ -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
package/data-table.less
CHANGED
package/forms.less
CHANGED
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
}
|
|
176
176
|
|
|
177
177
|
.field-invalid-msg {
|
|
178
|
-
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: @
|
|
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: @
|
|
228
|
+
font-size: @font-size-sm;
|
|
229
229
|
font-weight: lighter;
|
|
230
230
|
color: var(--text-200);
|
|
231
231
|
line-height: 1;
|