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

@@ -77,10 +77,12 @@ export class DashboardWidget {
const header = this.createHeader(view);
container.addItem(header, {
CSSStyles: {
'background-image': `url(${vscode.Uri.file(<string>IconPathHelper.migrationDashboardHeaderBackground.light)})`,
'width': '870px',
'height': '260px',
'background-size': '100%',
'background-image': `
url(${vscode.Uri.file(<string>IconPathHelper.migrationDashboardHeaderBackground.light)}),
linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%)
`,
'background-repeat': 'no-repeat',
'background-position': '91.06% 100%'
}
});