헤더, 인증키 스타일 수정

This commit is contained in:
현성필
2025-12-11 15:51:03 +09:00
parent 17577f6b5f
commit 59ea4aec5e
5 changed files with 20 additions and 36 deletions
+8 -17
View File
@@ -598,13 +598,8 @@ hr {
}
.global-header {
position: fixed;
top: 0;
left: 0;
right: 0;
position: relative;
background-color: #ffffff;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
z-index: 350;
height: 112px;
transition: all 0.3s ease;
@@ -613,6 +608,12 @@ hr {
.global-header.index-header {
background-color: #E5F8FF;
}
.global-header .container {
height: 100%;
}
.global-header .container .header-content {
height: 100%;
}
.header-content {
display: flex;
@@ -622,7 +623,6 @@ hr {
max-width: 1920px;
margin: 0 auto;
padding: 0 20px;
margin-top: 20px;
}
.header-left {
@@ -1342,10 +1342,6 @@ hr {
box-shadow: var(--shadow-lg);
}
body {
padding-top: 112px;
}
@media (max-width: 768px) {
.global-header {
height: clamp(44px, 11.73vw, 60px);
@@ -1364,9 +1360,6 @@ body {
height: clamp(44px, 11.73vw, 60px);
margin-top: 0;
}
body {
padding-top: clamp(44px, 11.73vw, 60px);
}
}
.header-user-info {
display: flex;
@@ -3480,8 +3473,6 @@ body {
gap: 16px;
padding: 16px 24px;
background: #FFFFFF;
border: 1px solid #E2E8F0;
border-radius: 8px;
transition: all 0.2s;
}
.apikey-api-item:hover, .api-list-item:hover {
@@ -6019,7 +6010,7 @@ select.form-control {
background: #E9F8FF;
position: relative;
width: 100%;
height: 220px;
height: 110px;
display: flex;
align-items: center;
justify-content: center;