add svg header background
This commit is contained in:
parent
c1cf07597b
commit
11b54693ce
5
src/assets/images/header-background.svg
Normal file
5
src/assets/images/header-background.svg
Normal 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 |
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user