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 {
font-size: 16px;
font-weight: 700;
font-size: 22px;
font-weight: 600;
color: var(--text-dark);
text-decoration: none;
display: inline-block;
@@ -1355,7 +1355,7 @@ hr {
text-decoration: none;
color: var(--text-dark);
font-weight: 500;
font-size: 18px;
font-size: 22px;
padding: 8px 16px;
border-radius: 8px;
transition: all 0.3s ease;
@@ -4904,6 +4904,7 @@ select.form-control {
transition: all 0.3s ease;
}
.login-btn-box {
height: 22px;
display: inline-flex;
align-items: center;
justify-content: center;
@@ -4914,14 +4915,14 @@ select.form-control {
border: 1px solid #212529;
border-radius: 6px;
font-family: "Spoqa Han Sans Neo", "SpoqaHanSans", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-weight: 700;
font-size: 16px;
font-weight: 600;
font-size: 14px;
background: transparent;
transition: all 0.3s ease;
}
.login-btn-box .user-icon {
width: 24px;
height: 24px;
width: 16px;
height: 16px;
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 {
height: 22px;
display: inline-flex;
align-items: center;
justify-content: center;
@@ -43,14 +44,14 @@
border: 1px solid #212529;
border-radius: 6px;
font-family: $font-family-primary;
font-weight: $font-weight-bold; // 700
font-size: $font-size-base; // 16px
font-weight: $font-weight-semibold; // 600
font-size: $font-size-sm; // 14px
background: transparent;
transition: $transition-base;
.user-icon {
width: 24px;
height: 24px;
width: 16px;
height: 16px;
flex-shrink: 0;
}
}
@@ -121,8 +121,8 @@
}
.logo-text {
font-size: 16px;
font-weight: 700;
font-size: 22px;
font-weight: 600;
color: var(--text-dark);
text-decoration: none;
display: inline-block;
@@ -902,7 +902,7 @@
text-decoration: none;
color: var(--text-dark);
font-weight: 500;
font-size: 18px;
font-size: 22px;
padding: 8px 16px;
border-radius: 8px;
transition: all 0.3s ease;