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 77 --font-size-large : 1.25rem ;
88 --font-weight-light : 300 ;
99 --font-weight-normal : 400 ;
10- --font-weight-bold : 600 ;
10+ --font-weight-bold : 700 ;
1111 --font-weight-extrabold : 800 ;
1212
1313 /* colours */
9999 --badge-padding-x : 0.35em ;
100100 --badge-padding-y : 0.35em ;
101101 --badge-font-size : var (--font-size-small );
102- --badge-font-weight : var (--font-weight-bold );
102+ --badge-font-weight : var (--font-weight-normal );
103103 --badge-border-radius : var (--border-radius );
104104 --badge-border-radius-left : var (--badge-border-radius );
105105 --badge-border-radius-right : var (--badge-border-radius );
169169 --form-label-color : var (--dark-color );
170170 --form-label-padding-x : calc (var (--spacer ) * 0.5 );
171171 --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 );
173173 --form-label-font-weight : var (--font-weight-bold );
174174 --form-label-line-height : 1 ;
175175 --form-label-border : none;
You can’t perform that action at this time.
0 commit comments