Skip to content

Commit 087a555

Browse files
authored
add- scss/variables : --item-font-weight
I've added the `--item-font-weight` variable to let us make those text being bold `600`
1 parent ea4dfeb commit 087a555

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

angular-code-input/src/lib/code-input.component.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
--item-shadow-focused: 0px 1px 5px rgba(221, 221, 221, 1);
1212
--item-border-radius: 5px;
1313
--item-background: transparent;
14+
--item-font-weight: 300;
1415
--color: #171516;
1516

1617
display: flex;
@@ -41,6 +42,7 @@
4142
background: var(--item-background);
4243
text-align: center;
4344
font-size: inherit;
45+
font-weight: var(--item-font-weight);
4446
border: var(--item-border);
4547
border-bottom: var(--item-border-bottom);
4648
border-radius: var(--item-border-radius);

0 commit comments

Comments
 (0)