Skip to content

Commit

Permalink
design: Input 스타일링
Browse files Browse the repository at this point in the history
  • Loading branch information
devwqc committed May 14, 2024
1 parent 7cb41b4 commit 7cf73e8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/shared/@common/ui/input/Input.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
align-items: center;
border: 0.0625rem solid #79747e;
border-radius: 0.5rem;
overflow: hidden;
width: 100%;
height: 50px;
gap: 0.25rem;

&:focus-within {
border-color: #5097fa;
Expand All @@ -41,6 +41,7 @@
.inputContainer {
display: block;
width: 100%;
height: 100%;
position: relative;
}

Expand All @@ -50,6 +51,8 @@
border: none;
outline: none;
width: 100%;
height: 100%;
padding-left: 0.5rem;
padding-right: 2rem;

-webkit-appearance: none;
Expand All @@ -60,7 +63,7 @@
.visibleToggler {
position: absolute;
right: 0.5rem;
bottom: 0;
bottom: 0.75rem;
}

.message {
Expand Down

0 comments on commit 7cf73e8

Please sign in to comment.