Update watermark and add styling for SQL Migration Dashboard (#16916)

*Update watermark, backgroung css and add gradient
*Remove unused images
This commit is contained in:
goyal-anjali
2021-09-03 22:56:16 +05:30
committed by GitHub
parent 0bc6f846e9
commit 9f09f7be5d
4 changed files with 40 additions and 30 deletions

View File

@@ -62,8 +62,8 @@ export class IconPathHelper {
dark: context.asAbsolutePath('images/sqlVmVideoThumbnail.svg')
};
IconPathHelper.migrationDashboardHeaderBackground = {
light: context.asAbsolutePath('images/background.svg'),
dark: context.asAbsolutePath('images/background.svg')
light: context.asAbsolutePath('images/dashboardWatermark.svg'),
dark: context.asAbsolutePath('images/dashboardWatermark.svg')
};
IconPathHelper.sqlMigrationLogo = {
light: context.asAbsolutePath('images/migration.svg'),