mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-02 17:23:40 -05:00
Fixing some assessment styling (#16050)
* Fixing some assessment styling * Adding styling capabilities to loading component. * Changing assessment loader height from px to % * using margin-top instead of height to align loader
This commit is contained in:
@@ -607,7 +607,12 @@ export class SKURecommendationPage extends MigrationWizardPage {
|
||||
|
||||
private createAssessmentProgress(): azdata.FlexContainer {
|
||||
|
||||
this._assessmentLoader = this._view.modelBuilder.loadingComponent().component();
|
||||
this._assessmentLoader = this._view.modelBuilder.loadingComponent().withProps({
|
||||
CSSStyles: {
|
||||
'margin-top': '15px'
|
||||
}
|
||||
}).component();
|
||||
|
||||
this._assessmentProgress = this._view.modelBuilder.text().withProps({
|
||||
value: constants.ASSESSMENT_IN_PROGRESS,
|
||||
CSSStyles: {
|
||||
|
||||
Reference in New Issue
Block a user