mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-16 18:43:26 +01:00
keep it simple and minimal: remove background svg
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
f320728edd
commit
14dce56118
@ -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 |
@ -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;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user