로그인 페이지 스타일 적용
This commit is contained in:
@@ -60,16 +60,17 @@
|
||||
-webkit-backdrop-filter: blur(10px);
|
||||
box-shadow: var(--shadow-sm);
|
||||
z-index: 1000;
|
||||
height: 80px;
|
||||
height: 65px;
|
||||
transition: all 0.3s ease;
|
||||
border-bottom: 1px solid #5F666C;
|
||||
}
|
||||
|
||||
.header-content {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
height: 80px;
|
||||
max-width: $container-max-width;
|
||||
height: 65px;
|
||||
max-width: 1920px;
|
||||
margin: 0 auto;
|
||||
padding: 0 20px;
|
||||
}
|
||||
@@ -84,8 +85,8 @@
|
||||
align-items: center;
|
||||
|
||||
.logo {
|
||||
height: 45px;
|
||||
width: auto;
|
||||
height: 22px;
|
||||
width: 114px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -101,7 +102,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
height: 45px;
|
||||
height: 22px;
|
||||
z-index: 10;
|
||||
|
||||
a {
|
||||
@@ -113,32 +114,26 @@
|
||||
}
|
||||
|
||||
img {
|
||||
height: 45px;
|
||||
width: auto;
|
||||
height: 22px;
|
||||
width: 114px;
|
||||
}
|
||||
}
|
||||
|
||||
.logo-text {
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
color: var(--primary-blue);
|
||||
padding: 4px 12px;
|
||||
background: var(--light-bg);
|
||||
border-radius: 20px;
|
||||
color: var(--text-dark);
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
transition: all 0.3s ease;
|
||||
|
||||
// When logo-text is a link
|
||||
&:hover {
|
||||
background: var(--primary-blue);
|
||||
color: var(--white);
|
||||
transform: translateY(-1px);
|
||||
box-shadow: var(--shadow-md);
|
||||
color: var(--primary-blue);
|
||||
}
|
||||
|
||||
&:visited {
|
||||
color: var(--primary-blue);
|
||||
color: var(--text-dark);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -792,7 +787,7 @@
|
||||
// Body Layout Compensation
|
||||
// ===========================
|
||||
body {
|
||||
padding-top: 80px; // Compensate for fixed header
|
||||
padding-top: 65px; // Compensate for fixed header
|
||||
}
|
||||
|
||||
// ===========================
|
||||
|
||||
Reference in New Issue
Block a user