Skip to content

Commit

Permalink
Bg color fro xl text input
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcss committed Nov 7, 2024
1 parent 70ef318 commit b2f59d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scss/base/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ label {
}

&--xl{
--rsk-input-focus-bg: var(--bs-body-bg);
--rsk-input-bg: var(--bs-body-bg);
font: 400 #{$f20}/1.2 $font-family-base;
background: var(--bs-body-bg);
padding: 14px 24px;
border-radius: 28px;
letter-spacing: 0.01em;
Expand Down

0 comments on commit b2f59d3

Please sign in to comment.