Skip to content

Commit 65b9e2f

Browse files
authored
Merge pull request AlexMiniApps#82 from rbalet/patch-1
add - scss/variables : --item-font-weight
2 parents ea4dfeb + 087a555 commit 65b9e2f

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

+2
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)