Skip to content

Commit

Permalink
Merge pull request #72 from LikeLionHGU/yeji-feat/#70
Browse files Browse the repository at this point in the history
style : 캘린더 css
  • Loading branch information
skwldwld authored Feb 20, 2024
2 parents 7ccdec5 + 8a17f16 commit c83a9ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/calendar/Calendar.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
}

.react-datepicker__month {
width: 400px;
font-size: 16px;
font-family: "Pretendard-Regular";
font-weight: 400;
Expand Down
10 changes: 6 additions & 4 deletions src/calendar/Calendarr.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@
}

.select_date {
width: 600px;
/* width: 600px; */
width: 400px;
height: 600px;
border-radius: 30px;
margin-right: 100px;
margin-right: 130px;
text-align: center;
}

Expand Down Expand Up @@ -73,7 +74,7 @@

.selected_date,
.selected_time {
margin-left: 80px;
margin-left: 130px;
margin-right: 60px;
margin-bottom: 22px;
}
Expand All @@ -88,11 +89,12 @@
padding-bottom: 5px;
padding-left: 7px;
border-bottom: 2px solid black;
width: 300px;
}

.timeinput {
border: none;
width: 250px;
width: 300px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 7px;
Expand Down

0 comments on commit c83a9ec

Please sign in to comment.