mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 17:22:48 -05:00
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:
@@ -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%'
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user