Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions af'
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
origin/1-byeongMin
origin/11-byeongMin
origin/11-dongSu
origin/11-hyeonJi_1
origin/11-hyoEun
origin/11-hyunWoo
origin/11-jaeWoong
origin/11-junHong
origin/11-jungSeungGyu
origin/11-kyoungMin
origin/11-morGan
origin/11-siHa
origin/11-soRi
origin/11-yeSl
origin/11-yeaJin
origin/11-yooUiJin
origin/11-yoonsang
origin/HEAD -> origin/main
origin/main
origin/merrybmc-patch-1
64 changes: 64 additions & 0 deletions 정승규_login/css/common.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
html, body, div, span,
h1, h2, p
em, img,
b, u, i, ol, ul, li,
form, label
{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

button{
background: inherit;
border:none;
box-shadow:none;
border-radius:0;
padding:0;
overflow:visible;
cursor:pointer
}

a {
text-decoration: none;
}

body {
line-height: 1;
}

ol, ul, li {
list-style: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

body {
background: var(--gray-6, #F2F2F2);
}

.default-font {
font-family: 'SpoqaHanSansNeo', sans-serif;
}

.a11y-hidden {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
overflow: hidden;
clip-path: polygon(0 0, 0 0, 0 0);
}
/* font */
@font-face {
font-family: 'SpoqaHanSansNeo';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
57 changes: 57 additions & 0 deletions 정승규_login/css/landing-page.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
.container {
width: 100vw;
height: 100vh;

display: flex;
justify-content: center;
align-items: center;
}

.loginbox-container {
width: 500px;
height: 240px;
/* margin: 0 auto; */

border-radius: 5px;
border: 1px solid var(--c-4-c-4-c-4, #C4C4C4);
background: #FFF;

display: flex;
flex-direction: column;
justify-content: center;
align-items: center;

gap: 30px;
}

.weniv-logo {
width: 138px;
height: 40px;
}

.landing-text {
color: #000;
font-family: 'Spoqa Han Sans Neo', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.login-text {
width: 440px;
height: 60px;
border-radius: 5px;
background: var(--blue-1, #2F80ED);

color: #FFF;
font-family: 'SpoqaHanSansNeo', sans-serif;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: normal;

display: flex;
justify-content: center;
align-items: center;
}
Loading