Skip to content

Commit

Permalink
cafe24-thesuperlast
Browse files Browse the repository at this point in the history
  • Loading branch information
Iimchaehoon committed Jul 31, 2024
1 parent 93b817f commit bc70209
Show file tree
Hide file tree
Showing 40 changed files with 3,853 additions and 3 deletions.
File renamed without changes.
104 changes: 104 additions & 0 deletions .history/css/pages/login_20240731195030.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
@import "/reset.css";
@import "/common.css";
@import "/css/components/header.css";
@import "/css/components/footer.css";
.header__title a {
text-decoration: none;
color: black;
}
.login-wrapper {
height: 80vh;
display: flex;
flex-direction: column;
padding: 0 700px;
padding-top: 100px;
}
.login__title {
font-size: 30px;
font-weight: 700;
margin-bottom: 15px;
}
.login__text {
color: rgba(0, 0, 0, 0.5);
margin-bottom: 7px;
text-decoration: none;
transition: color 0.2s ease-in-out;
}

.login__form {
display: flex;
flex-direction: column;
}
.login__btn {
background-color: black;
border-radius: 5px;
color: white;
font-size: 18px;
padding: 10px 0;
border: none;
margin: 5px 0;
display: flex;
justify-content: center;
align-items: center;
position: relative;
transition: background-color 0.2s ease-in-out;
transition: transform 0.2s ease-in-out;
}
.login__btn:active {
transform: scale(1.07);
}
.login__btn:hover {
background-color: rgb(50, 49, 49);
}

.login__btn svg {
width: 25px;
height: 25px;
position: absolute;
left: 30px;
}
.login__btn-kakao {
margin-top: 50px;
background-color: #fee500;
color: black;
margin-bottom: 30px;
}
.login__btn-kakao:hover {
background-color: #f7e85d;
}
.login__btn-naver {
background-color: #1dc800;
}
.login__btn-naver:hover {
background-color: #49cd32;
}
.login__btn-naver {
fill: white;
}
.login__text-box {
margin-bottom: 30px;
display: flex;
justify-content: space-between;
}
.login__label {
display: flex;
flex-direction: column;
margin: 10px 0;
}

.login__input {
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.5);
margin-top: 10px;
}

.login__input:focus {
outline: none;
border-color: black;
}
.login__label:focus-within .login__text {
color: black;
}
.login__text-box .login__text:hover {
color: black;
}
104 changes: 104 additions & 0 deletions .history/css/pages/login_20240731195031.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
@import "/reset.css";
@import "/common.css";
@import "/css/components/header.css";
@import "/css/components/footer.css";
.header__title a {
text-decoration: none;
color: black;
}
.login-wrapper {
height: 80vh;
display: flex;
flex-direction: column;
padding: 0 700px;
padding-top: 100px;
}
.login__title {
font-size: 30px;
font-weight: 700;
margin-bottom: 15px;
}
.login__text {
color: rgba(0, 0, 0, 0.5);
margin-bottom: 7px;
text-decoration: none;
transition: color 0.2s ease-in-out;
}

.login__form {
display: flex;
flex-direction: column;
}
.login__btn {
background-color: black;
border-radius: 5px;
color: white;
font-size: 18px;
padding: 10px 0;
border: none;
margin: 5px 0;
display: flex;
justify-content: center;
align-items: center;
position: relative;
transition: background-color 0.2s ease-in-out;
transition: transform 0.2s ease-in-out;
}
.login__btn:active {
transform: scale(1.07);
}
.login__btn:hover {
background-color: rgb(50, 49, 49);
}

.login__btn svg {
width: 25px;
height: 25px;
position: absolute;
left: 30px;
}
.login__btn-kakao {
margin-top: 50px;
background-color: #fee500;
color: black;
margin-bottom: 30px;
}
.login__btn-kakao:hover {
background-color: #f7e85d;
}
.login__btn-naver {
background-color: #1dc800;
}
.login__btn-naver:hover {
background-color: #49cd32;
}
.login__btn-naver {
fill: white;
}
.login__text-box {
margin-bottom: 30px;
display: flex;
justify-content: space-between;
}
.login__label {
display: flex;
flex-direction: column;
margin: 10px 0;
}

.login__input {
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.5);
margin-top: 10px;
}

.login__input:focus {
outline: none;
border-color: black;
}
.login__label:focus-within .login__text {
color: black;
}
.login__text-box .login__text:hover {
color: black;
}
104 changes: 104 additions & 0 deletions .history/css/pages/login_20240731195032.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
@import "/reset.css";
@import "/common.css";
@import "/css/components/header.css";
@import "/css/components/footer.css";
.header__title a {
text-decoration: none;
color: black;
}
.login-wrapper {
height: 80vh;
display: flex;
flex-direction: column;
padding: 0 700px;
padding-top: 100px;
}
.login__title {
font-size: 30px;
font-weight: 700;
margin-bottom: 15px;
}
.login__text {
color: rgba(0, 0, 0, 0.5);
margin-bottom: 7px;
text-decoration: none;
transition: color 0.2s ease-in-out;
}

.login__form {
display: flex;
flex-direction: column;
}
.login__btn {
background-color: black;
border-radius: 5px;
color: white;
font-size: 18px;
padding: 10px 0;
border: none;
margin: 5px 0;
display: flex;
justify-content: center;
align-items: center;
position: relative;
transition: background-color 0.2s ease-in-out;
transition: transform 0.2s ease-in-out;
}
.login__btn:active {
transform: scale(1.07);
}
.login__btn:hover {
background-color: rgb(50, 49, 49);
}

.login__btn svg {
width: 25px;
height: 25px;
position: absolute;
left: 30px;
}
.login__btn-kakao {
margin-top: 50px;
background-color: #fee500;
color: black;
margin-bottom: 30px;
}
.login__btn-kakao:hover {
background-color: #f7e85d;
}
.login__btn-naver {
background-color: #1dc800;
}
.login__btn-naver:hover {
background-color: #49cd32;
}
.login__btn-naver {
fill: white;
}
.login__text-box {
margin-bottom: 30px;
display: flex;
justify-content: space-between;
}
.login__label {
display: flex;
flex-direction: column;
margin: 10px 0;
}

.login__input {
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.5);
margin-top: 10px;
}

.login__input:focus {
outline: none;
border-color: black;
}
.login__label:focus-within .login__text {
color: black;
}
.login__text-box .login__text:hover {
color: black;
}
File renamed without changes.
7 changes: 7 additions & 0 deletions .history/css/pages/main_20240731194924.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@import "/reset.css";
@import "/common.css";
@import "/css/components/header.css";
@import "/slider.css";
@import "/intro.css";
@import "/css/components/product-list.css";
@import "/css/components/footer.css";
7 changes: 7 additions & 0 deletions .history/css/pages/main_20240731195033.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@import "/reset.css";
@import "/common.css";
@import "/css/components/header.css";
@import "/slider.css";
@import "/intro.css";
@import "/css/components/product-list.css";
@import "/css/components/footer.css";
File renamed without changes.
18 changes: 18 additions & 0 deletions .history/css/pages/sub-category_20240731194807.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
@import "/reset.css";
@import "/common.css";
@import "/css/components/header.css";
@import "/css/components/footer.css";
@import "/css/pages/sub-category.css";
.main {
padding-top: 30px;
display: flex;
flex-direction: column;
align-items: center;
}
.header__title a {
text-decoration: none;
color: black;
}
.gotologin {
color: black;
}
18 changes: 18 additions & 0 deletions .history/css/pages/sub-category_20240731194809.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
@import "/reset.css";
@import "/common.css";
@import "/css/components/header.css";
@import "/css/components/footer.css";
@import "/css/pages/sub-category.css";
.main {
padding-top: 30px;
display: flex;
flex-direction: column;
align-items: center;
}
.header__title a {
text-decoration: none;
color: black;
}
.gotologin {
color: black;
}
18 changes: 18 additions & 0 deletions .history/css/pages/sub-category_20240731195035.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
@import "/reset.css";
@import "/common.css";
@import "/css/components/header.css";
@import "/css/components/footer.css";
@import "/css/pages/sub-category.css";
.main {
padding-top: 30px;
display: flex;
flex-direction: column;
align-items: center;
}
.header__title a {
text-decoration: none;
color: black;
}
.gotologin {
color: black;
}
Loading

0 comments on commit bc70209

Please sign in to comment.