Skip to content

Commit

Permalink
Feat: 오류
Browse files Browse the repository at this point in the history
  • Loading branch information
s-uxun committed Jul 3, 2024
1 parent 81469a9 commit 7eee59d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 107 deletions.
5 changes: 3 additions & 2 deletions StuckProject/static/css/select_folder.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ p {
background: var(--Primary-Hover, linear-gradient(0deg, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.30) 100%), #09A8FA);
border: none;
height: 31px;
width: 81px;
width: 85px;
font-size: 14px;
color: white
color: white;
margin-left: 12px;
}
105 changes: 0 additions & 105 deletions StuckProject/static/css/view_folder.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,108 +120,3 @@ h6 {
align-items: center;
gap: 16px;
}

.left_circle {
width: 40px;
height: 40px;
}

.makequestion_before {
width: 102px;
height: 38px;
background-color: #C7E8F8;
border-radius: 100px;
border: none;
font-size: 20px;
color: white;
font-weight: 700;
}

.makequestion_after {
width: 102px;
height: 38px;
background-color: #09a8fa;
border-radius: 100px;
border: none;
font-size: 20px;
color: white;
font-weight: 700;
}


.folder_frame1, .folder_frame2, .folder_frame3, .folder_frame4, .folder_frame5 {
width: 204px;
height: 184px;
padding: 12px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 16px;
}

.folder_image1 {
margin-top: 5px;
}

.folder_image2 {
width: 76px;
height: 65px;
}


p {
margin: 0;
font-family: Pretendard;
font-size: 14px;
text-align: center;
}

.myfolders {
display: flex;
margin-bottom: 80px;
}

.make_folders{
width: 486px;
height: 154px;
border-radius: 20px;
border: 2px solid var(--Teritary, #F1F1F1);
display:flex;
flex-direction: column;
justify-content: center;
padding: 0 30px 0 30px;
}

.make_folders h6 {
color: black;
margin-bottom: 24px;
}

#folder_name {
border-radius: 20px;
border: 0.5px solid var(--Secondary-Disabled, rgba(59, 59, 59, 0.20));
background: var(--Teritary-Disabled, rgba(241, 241, 241, 0.20));
box-shadow: -3px 4px 4px -3px rgba(0, 0, 0, 0.10) inset;
width: 320px;
height: 38px;
padding: 0 18px;
}

#folder_name::placeholder {
font-size: 12px;
color: #3b3b3b;
}

.input_foldername button {
padding: 7px 14px;
border-radius: 100px;
background: var(--Primary-Hover, linear-gradient(0deg, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.30) 100%), #09A8FA);
border: none;
height: 31px;
width: 81px;
font-size: 14px;
color: white;
font-weight: 400;
margin-left: 12px;
}

0 comments on commit 7eee59d

Please sign in to comment.