Skip to content

Commit

Permalink
RecruitmentPRocess : 지원절차 글씨와 라인 간 padding 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
darami819 committed Feb 25, 2024
1 parent 9e7c6d1 commit 1a11510
Showing 1 changed file with 23 additions and 16 deletions.
39 changes: 23 additions & 16 deletions src/pages/LoginPage/components/styles/RecruitProcess.module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.mobileBackground{
.mobileBackground {
background-color: black;
width: 100%;
/* height: 515px; */
Expand All @@ -8,38 +8,39 @@
.background {
background-color: black;
width: 100%;
height: 515px;
height: 515px;
}

.banner_text{
.banner_text {
padding-top: 10%;
padding-left: 10%;
padding-bottom: 1.5%;
/* padding-bottom: 5vh; */
color : white;
color: white;
font-family: 'IBM Plex Sans';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 31px;
}

.banner_line{
.banner_line {
width: 100%;

height: 0px;

border-bottom: 0.3px solid #ffffff;
}

.banner_content{
.banner_content {
padding-top: 5vh;

display: inline-flex;
justify-content: space-evenly;
align-items: center;
}

.right{
.right {
object-fit: contain;
height: 26px;
}
Expand All @@ -52,7 +53,8 @@
border-radius: 50%;
display: flex;
}
.document_circle_process{

.document_circle_process {
background-color: rgb(136, 195, 210);
/* filter: brightness(150%); */
width: 235px;
Expand All @@ -69,8 +71,9 @@
height: 235px;
border-radius: 50%;
display: flex;

}

.interview_circle_process {
background-color: rgb(111, 182, 200);
width: 235px;
Expand All @@ -81,13 +84,14 @@
display: flex;
}

.join_circle{
.join_circle {
background-color: rgba(85, 169, 190, 1);
width: 235px;
height: 235px;
border-radius: 50%;
display: flex;
}

.join_circle_process {
background-color: rgba(85, 169, 190, 1);
width: 235px;
Expand All @@ -100,16 +104,18 @@

}

.circle_content{
.circle_content {
display: flex;
color : white;
color: white;
text-align: center;
vertical-align: middle;
justify-content: center;
align-items: center;
flex-direction: column;

}.process_text{

}

.process_text {
font-family: 'IBM Plex Sans';
font-style: normal;
font-weight: 700;
Expand All @@ -119,7 +125,8 @@

color: #FFFFFF;
}
.date_text{

.date_text {
padding-top: 10px;
font-family: 'IBM Plex Sans';
font-style: normal;
Expand All @@ -131,7 +138,7 @@
color: #FFFFFF;
}

.processing_circle{
.processing_circle {
border: 5px solid black;
outline: 5px solid inherit;
}
Expand Down

0 comments on commit 1a11510

Please sign in to comment.