header 텍스트, 로그인 버튼 사이즈 조정

This commit is contained in:
현성필
2025-12-29 13:12:33 +09:00
parent f85e84825c
commit 1c52cdcb59
4 changed files with 17 additions and 15 deletions
+8 -7
View File
@@ -703,8 +703,8 @@ hr {
} }
.logo-text { .logo-text {
font-size: 16px; font-size: 22px;
font-weight: 700; font-weight: 600;
color: var(--text-dark); color: var(--text-dark);
text-decoration: none; text-decoration: none;
display: inline-block; display: inline-block;
@@ -1355,7 +1355,7 @@ hr {
text-decoration: none; text-decoration: none;
color: var(--text-dark); color: var(--text-dark);
font-weight: 500; font-weight: 500;
font-size: 18px; font-size: 22px;
padding: 8px 16px; padding: 8px 16px;
border-radius: 8px; border-radius: 8px;
transition: all 0.3s ease; transition: all 0.3s ease;
@@ -4904,6 +4904,7 @@ select.form-control {
transition: all 0.3s ease; transition: all 0.3s ease;
} }
.login-btn-box { .login-btn-box {
height: 22px;
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
@@ -4914,14 +4915,14 @@ select.form-control {
border: 1px solid #212529; border: 1px solid #212529;
border-radius: 6px; border-radius: 6px;
font-family: "Spoqa Han Sans Neo", "SpoqaHanSans", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-family: "Spoqa Han Sans Neo", "SpoqaHanSans", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-weight: 700; font-weight: 600;
font-size: 16px; font-size: 14px;
background: transparent; background: transparent;
transition: all 0.3s ease; transition: all 0.3s ease;
} }
.login-btn-box .user-icon { .login-btn-box .user-icon {
width: 24px; width: 16px;
height: 24px; height: 16px;
flex-shrink: 0; flex-shrink: 0;
} }
File diff suppressed because one or more lines are too long
@@ -33,6 +33,7 @@
// Box style for Figma design (node-id: 721-1489) // Box style for Figma design (node-id: 721-1489)
&-box { &-box {
height: 22px;
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
@@ -43,14 +44,14 @@
border: 1px solid #212529; border: 1px solid #212529;
border-radius: 6px; border-radius: 6px;
font-family: $font-family-primary; font-family: $font-family-primary;
font-weight: $font-weight-bold; // 700 font-weight: $font-weight-semibold; // 600
font-size: $font-size-base; // 16px font-size: $font-size-sm; // 14px
background: transparent; background: transparent;
transition: $transition-base; transition: $transition-base;
.user-icon { .user-icon {
width: 24px; width: 16px;
height: 24px; height: 16px;
flex-shrink: 0; flex-shrink: 0;
} }
} }
@@ -121,8 +121,8 @@
} }
.logo-text { .logo-text {
font-size: 16px; font-size: 22px;
font-weight: 700; font-weight: 600;
color: var(--text-dark); color: var(--text-dark);
text-decoration: none; text-decoration: none;
display: inline-block; display: inline-block;
@@ -902,7 +902,7 @@
text-decoration: none; text-decoration: none;
color: var(--text-dark); color: var(--text-dark);
font-weight: 500; font-weight: 500;
font-size: 18px; font-size: 22px;
padding: 8px 16px; padding: 8px 16px;
border-radius: 8px; border-radius: 8px;
transition: all 0.3s ease; transition: all 0.3s ease;