Skip to content

Commit

Permalink
๐Ÿ› : #483 - ๋ชจ๋ฐ”์ผ ํ™”๋ฉด ๊นจ์ง ์ˆ˜์ • (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
qkdl60 authored Feb 28, 2024
1 parent fbbec7c commit c810b37
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions src/components/ModalVerification/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,32 +38,33 @@
display: flex;
flex-direction: column;
gap: 2rem;
&--input {
width: 10px;
border-radius: var(--border-radius);
outline: none;
border: 2px solid var(--origin-secondary);
padding: 0.5rem 1rem;
box-shadow: var(--origin-shadow);
flex-grow: 1;
flex-shrink: 1;

&:focus {
border-color: var(--origin-orange-300);
}
}
&--button {
flex-shrink: 0;
& .button {
padding: 0.5rem 1rem;
}
}

&--item {
display: flex;
gap: 0.5rem;
align-items: center;
& button {
padding: 0.5rem 1rem;
}

& > input {
border-radius: var(--border-radius);
outline: none;
border: 2px solid var(--origin-secondary);
padding: 0.5rem 1rem;
box-shadow: var(--origin-shadow);
width: 100%;

&:focus {
border-color: var(--origin-orange-300);
}
}
& > input:first-child {
flex-grow: 1;
}
&--message {
overflow: visible;
flex-basis: 0;
Expand Down

0 comments on commit c810b37

Please sign in to comment.