From 14dce56118b1fc5e7275e8ff9ee059decc8c9ce4 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Sun, 25 Aug 2019 20:21:28 +0530 Subject: [PATCH] keep it simple and minimal: remove background svg Signed-off-by: Rohit Yadav --- ui/src/assets/README.md | 1 - ui/src/assets/background.svg | 1008 ---------------------- ui/src/components/layouts/UserLayout.vue | 4 +- 3 files changed, 1 insertion(+), 1012 deletions(-) delete mode 100644 ui/src/assets/background.svg diff --git a/ui/src/assets/README.md b/ui/src/assets/README.md index 747c9a816ae..4d10c530d11 100644 --- a/ui/src/assets/README.md +++ b/ui/src/assets/README.md @@ -1,4 +1,3 @@ Attribution: - 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 diff --git a/ui/src/assets/background.svg b/ui/src/assets/background.svg deleted file mode 100644 index ad838fe1c6b..00000000000 --- a/ui/src/assets/background.svg +++ /dev/null @@ -1,1008 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/ui/src/components/layouts/UserLayout.vue b/ui/src/components/layouts/UserLayout.vue index 4d5b071f059..0cbe3390d4c 100644 --- a/ui/src/components/layouts/UserLayout.vue +++ b/ui/src/components/layouts/UserLayout.vue @@ -49,9 +49,7 @@ export default { .container { width: 100%; min-height: 100%; - background: url(~@/assets/background.svg); - background-repeat: repeat; - background-size: 20%; + background: rgb(255,255,255); padding-top: 75px; position: relative;