add svg header background

This commit is contained in:
amphineko 2019-04-08 20:34:06 +09:00
parent c1cf07597b
commit 11b54693ce
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="768" viewBox="0 0 1024 768">
<path d="M0.014,331.486l1075-538.5v1077Z" fill="#354c74"/>
<path d="M0,0.015l460.923,921.97H-460.923Z" fill="#414c64"/>
<path d="M1449.99,187.736L709.6,804.994,511.985-35.994Z" fill="#413c64"/>
</svg>

After

Width:  |  Height:  |  Size: 303 B

View File

@ -49,6 +49,13 @@ $section-border-radius: 2em;
border-bottom-right-radius: $section-border-radius;
}
.header {
background: url('../images/header-background.svg') #466685;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.header .small-labels .group::before, .header .small-labels .label::before {
color: #eee;
}