Skip to content

Commit

Permalink
Fix input size
Browse files Browse the repository at this point in the history
  • Loading branch information
dudushy committed Mar 28, 2024
1 parent 4e06671 commit 0365cd2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/app/pages/test/test.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,13 @@ i {
flex-direction: column;
justify-content: center;
align-items: center;
width: calc(var(--responsiveUnit) * 11);
height: calc(var(--responsiveUnit) * 3.5);

label {
font-size: calc(var(--responsiveUnit) * 0.8);
font-size: calc(var(--responsiveUnit) * 1);
// width: calc(var(--responsiveUnit) * 4.5);
// height: calc(var(--responsiveUnit) * 2);
}

input {
Expand All @@ -97,6 +101,9 @@ i {
border: none;
border-radius: calc(var(--responsiveUnit) * 0.5);
outline: none;
// width: calc(var(--responsiveUnit) * 4.5);
// height: calc(var(--responsiveUnit) * 2);
font-size: calc(var(--responsiveUnit) * 0.7);
}

button {
Expand Down

0 comments on commit 0365cd2

Please sign in to comment.