Add new dashboard bg

This commit is contained in:
George Kalampokis 2020-02-19 17:55:05 +02:00
parent 8ed3c658d4
commit 170a2ee444
4 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
.header-image {
background: url("/assets/images/dashboard-bg.png") no-repeat;
background: url("/assets/images/new-dashboard-bg.png") no-repeat;
background-size: cover;
margin-top: 70px;
min-height: 20em;

View File

@ -16,7 +16,7 @@ text-center {
}
.header-image {
background: url("/assets/images/public-datasets-bg.png") no-repeat;
background: url("/assets/images/new-dashboard-bg.png") no-repeat;
background-size: cover;
margin-top: 70px;
min-height: 15em;

View File

@ -20,7 +20,7 @@ text-center {
}
.header-image {
background: url("/assets/images/public-dmps-bg.png") no-repeat;
background: url("/assets/images/new-dashboard-bg.png") no-repeat;
background-size: cover;
margin-top: 70px;
min-height: 15em;

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 KiB