diff --git a/resources/public/images/dashboard-img.svg b/resources/public/images/dashboard-img.svg new file mode 100644 index 0000000000..00544e925d --- /dev/null +++ b/resources/public/images/dashboard-img.svg @@ -0,0 +1,119 @@ + + + + + + + Octoface + + + + Mark Github + + + + Twitter + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/resources/styles/layouts/main-layout.scss b/resources/styles/layouts/main-layout.scss index 534eadca88..db847c8aba 100644 --- a/resources/styles/layouts/main-layout.scss +++ b/resources/styles/layouts/main-layout.scss @@ -12,6 +12,9 @@ } .dashboard-content { + background-image: url("../images/dashboard-img.svg"); + background-size: 100%; + background-position: bottom center; display: flex; flex-direction: column; height: calc(100vh - 60px);