mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Replace the wavy-bg with a line bg to avoid having to include stuff that doesn't have the MIT license directly in the repo
This commit is contained in:
parent
8600797752
commit
f9a860a6d9
3 changed files with 2 additions and 2 deletions
1
public/img/dashboard/line-bg.svg
Normal file
1
public/img/dashboard/line-bg.svg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<svg width="250" height="10" xmlns="http://www.w3.org/2000/svg"><path style="fill:#f9f9f9;stroke-width:.477531" d="M0 4h250v2H0z"/></svg>
|
After Width: | Height: | Size: 137 B |
|
@ -1 +0,0 @@
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="250" height="30" viewBox="0 0 1000 120"><path fill="#fff" d="M0 0h1000v120H0z"/><g fill="none" stroke="#f8f8f8" stroke-width="10"><path d="M-500 75s125-30 250-30S0 75 0 75s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30"/><path d="M-500 45s125-30 250-30S0 45 0 45s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30M-500 105s125-30 250-30S0 105 0 105s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30"/><path d="M-500 15s125-30 250-30S0 15 0 15s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30"/><path d="M-500-15s125-30 250-30S0-15 0-15s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30M-500 135s125-30 250-30S0 135 0 135s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30"/></g></svg>
|
|
Before Width: | Height: | Size: 937 B |
2
resources/sass/dashboard.scss
vendored
2
resources/sass/dashboard.scss
vendored
|
@ -81,7 +81,7 @@ body {
|
||||||
left: 0px;
|
left: 0px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-image: url("/img/dashboard/wavy-bg.svg");
|
background-image: url("/img/dashboard/line-bg.svg");
|
||||||
background-position: center top;
|
background-position: center top;
|
||||||
background-repeat: repeat;
|
background-repeat: repeat;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue