keep it simple and minimal: remove background svg

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2019-08-25 20:21:28 +05:30
parent f320728edd
commit 14dce56118
3 changed files with 1 additions and 1012 deletions

View File

@ -1,4 +1,3 @@
Attribution: Attribution:
- The icons were taken from https://www.iconfinder.com/iconsets/cat-force - The icons were taken from https://www.iconfinder.com/iconsets/cat-force
- The background was taken from https://whcompare.com/wp-content/uploads/pattern-2.svg

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 174 KiB

View File

@ -49,9 +49,7 @@ export default {
.container { .container {
width: 100%; width: 100%;
min-height: 100%; min-height: 100%;
background: url(~@/assets/background.svg); background: rgb(255,255,255);
background-repeat: repeat;
background-size: 20%;
padding-top: 75px; padding-top: 75px;
position: relative; position: relative;