@@ -43,26 +43,16 @@
|
|||||||
.header {
|
.header {
|
||||||
height: 58px;
|
height: 58px;
|
||||||
padding: 0 16px;
|
padding: 0 16px;
|
||||||
background: #0b1d33;
|
background: #ffffff;
|
||||||
border-bottom: 1px solid #0f2a4a;
|
border-bottom: 1px solid #e5e6eb;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
box-shadow: 0 2px 10px rgba(0, 163, 255, 0.12);
|
box-shadow: 0 2px 6px rgba(0,0,0,0.04);
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
.header::after {
|
|
||||||
content: "";
|
|
||||||
position: absolute;
|
|
||||||
left: 12px;
|
|
||||||
right: 12px;
|
|
||||||
bottom: 0;
|
|
||||||
height: 1px;
|
|
||||||
background: rgba(91, 211, 255, 0.35);
|
|
||||||
box-shadow: 0 0 8px rgba(91, 211, 255, 0.4);
|
|
||||||
}
|
|
||||||
|
|
||||||
.header-left {
|
.header-left {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -73,7 +63,6 @@
|
|||||||
width: 36px;
|
width: 36px;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
filter: drop-shadow(0 0 6px rgba(91, 211, 255, 0.35));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-right {
|
.header-right {
|
||||||
@@ -84,20 +73,16 @@
|
|||||||
.user-info {
|
.user-info {
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #cfe6ff;
|
color: #444;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logout-btn {
|
.logout-btn {
|
||||||
color: #9fd7ff;
|
color: #444;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
transition: 0.2s;
|
transition: 0.2s;
|
||||||
}
|
}
|
||||||
.logout-btn:hover {
|
.logout-btn:hover {
|
||||||
color: #5bd3ff;
|
color: #000;
|
||||||
}
|
|
||||||
.header h2 {
|
|
||||||
color: #e6f3ff;
|
|
||||||
letter-spacing: 0.5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------
|
/* ------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user