File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
--font-size-large : 1.25rem ;
8
8
--font-weight-light : 300 ;
9
9
--font-weight-normal : 400 ;
10
- --font-weight-bold : 600 ;
10
+ --font-weight-bold : 700 ;
11
11
--font-weight-extrabold : 800 ;
12
12
13
13
/* colours */
99
99
--badge-padding-x : 0.35em ;
100
100
--badge-padding-y : 0.35em ;
101
101
--badge-font-size : var (--font-size-small );
102
- --badge-font-weight : var (--font-weight-bold );
102
+ --badge-font-weight : var (--font-weight-normal );
103
103
--badge-border-radius : var (--border-radius );
104
104
--badge-border-radius-left : var (--badge-border-radius );
105
105
--badge-border-radius-right : var (--badge-border-radius );
169
169
--form-label-color : var (--dark-color );
170
170
--form-label-padding-x : calc (var (--spacer ) * 0.5 );
171
171
--form-label-padding-y : calc (var (--spacer ) * 0.5 );
172
- --form-label-font-size : var (--font-size-small );
172
+ --form-label-font-size : var (--font-size-normal );
173
173
--form-label-font-weight : var (--font-weight-bold );
174
174
--form-label-line-height : 1 ;
175
175
--form-label-border : none;
You can’t perform that action at this time.
0 commit comments