Skip to content

Commit

Permalink
refactor: lint 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
daepan committed Jan 16, 2025
1 parent 0d96def commit 3722626
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 37 deletions.
21 changes: 10 additions & 11 deletions src/page/ShopRegistration/view/Mobile/Main/Main.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
&__text {
margin-top: 8px;
font-size: 14px;
color: #CACACA;
color: #cacaca;

&--recommend {
color: #f7941e;
font-size: 14px;
Expand Down Expand Up @@ -146,10 +146,10 @@
align-items: center;
gap: 10px;
border-radius: 8px;
border: 1px solid #CACACA;
background-color: #FFF;
border: 1px solid #cacaca;
background-color: #fff;
cursor: pointer;
color: #CACACA;
color: #cacaca;
}

&__next {
Expand All @@ -162,17 +162,16 @@
align-items: center;
gap: 10px;
border-radius: 8px;
background: #175C8E;
color: #FFF;
font-family: Pretendard;
background: #175c8e;
color: #fff;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 160%;
border: none;

&--disable {
background-color: #CACACA;
};
background-color: #cacaca;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
align-items: center;
gap: 10px;
border-radius: 8px;
border: 1px solid #CACACA;
background-color: #FFF;
border: 1px solid #cacaca;
background-color: #fff;
cursor: pointer;
color: #CACACA;
color: #cacaca;
white-space: nowrap;
}

Expand All @@ -80,17 +80,16 @@
align-items: center;
gap: 10px;
border-radius: 8px;
background: #175C8E;
color: #FFF;
font-family: Pretendard;
background: #175c8e;
color: #fff;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 160%;
border: none;

&--disable {
background-color: #CACACA;
};
background-color: #cacaca;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@
align-items: center;
gap: 10px;
border-radius: 8px;
border: 1px solid #CACACA;
background-color: #FFF;
border: 1px solid #cacaca;
background-color: #fff;
cursor: pointer;
color: #CACACA;
color: #cacaca;
}

&__next {
Expand All @@ -155,17 +155,16 @@
align-items: center;
gap: 10px;
border-radius: 8px;
background: #175C8E;
color: #FFF;
font-family: Pretendard;
background: #175c8e;
color: #fff;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 160%;
border: none;

&--disable {
background-color: #CACACA;
background-color: #cacaca;
}
}
}
Expand Down
17 changes: 8 additions & 9 deletions src/page/ShopRegistration/view/Mobile/Sub/Sub.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@
align-items: center;
gap: 10px;
border-radius: 8px;
border: 1px solid #CACACA;
background-color: #FFF;
border: 1px solid #cacaca;
background-color: #fff;
cursor: pointer;
color: #CACACA;
color: #cacaca;
}

&__next {
Expand All @@ -140,17 +140,16 @@
align-items: center;
gap: 10px;
border-radius: 8px;
background: #175C8E;
color: #FFF;
font-family: Pretendard;
background: #175c8e;
color: #fff;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 160%;
border: none;

&--disable {
background-color: #CACACA;
background-color: #cacaca;
}
}
}
}

0 comments on commit 3722626

Please sign in to comment.