feat: header add top style bar

This commit is contained in:
XPoet 2020-07-09 18:25:20 +08:00
parent 7029b67c41
commit c3dad3e92b
2 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,7 @@
<header class="header-wrapper">
<div class="header-progress"></div>
<div class="header-content">
<a class="logo-title" href="/">

View File

@ -15,6 +15,15 @@
magic-style(1.02, 1.02);
}
.header-progress {
position: absolute;
width: 100%;
height: 4px;
top: 0;
left: 0;
background: $primary-color;
}
.header-content {
display: flex;
@ -295,4 +304,4 @@
width: 90% !important;
}
}
}