Skip to content

Commit

Permalink
feat: #4 버튼 css
Browse files Browse the repository at this point in the history
  • Loading branch information
shrewdas committed Jan 12, 2023
1 parent 6bc82c5 commit 56a1937
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
8 changes: 7 additions & 1 deletion src/components/StoreRegister/Input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
display: flex;
align-items: center; //세로정렬
flex-direction: column; //세로정렬
margin-top: 30px;
//text-align: center;
}

.buttonStyle {

width: 250px;
height: 45px;
margin-top: 22px;
background-color: #ffe600;
color: black;
border-radius: 10px;
}
11 changes: 6 additions & 5 deletions src/components/StoreRegister/Logo.scss
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
.Logo {
width: 150px;
height: 190px;
margin-top: 110px;
width: 100px;
height: 150px;
margin-top: 120px;
object-fit: cover;
}

.LogoText {
margin-top: -1.5em;
margin-top: -0.6em;
font-family: "BMDOHYEON";
font-size: 1.5em;
font-size: 2em;
font-weight: 900;
}

// margin-top: 9em;
Expand Down

0 comments on commit 56a1937

Please sign in to comment.