Style
This commit is contained in:
@@ -55,6 +55,9 @@ export class ListOfGearsComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
openDialogToAdd() {
|
openDialogToAdd() {
|
||||||
this.dialog.open(NewGearComponent);
|
this.dialog.open(NewGearComponent, {
|
||||||
|
height: "400px",
|
||||||
|
width: "600px"
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -227,3 +227,8 @@ $altTheme: mat-dark-theme($theme-primary, $theme-accent, $theme-warn);
|
|||||||
.mat-form-field {
|
.mat-form-field {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mat-dialog-container {
|
||||||
|
margin: 0px !important;
|
||||||
|
padding: 10px !important;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user