saved
parent
6534ddb5e7
commit
cad1e6f171
|
|
@ -1,7 +1,7 @@
|
||||||
.container {
|
.container {
|
||||||
display: flex;
|
/* display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: center;
|
justify-content: center; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.filterHeading {
|
.filterHeading {
|
||||||
|
|
|
||||||
|
|
@ -173,10 +173,13 @@
|
||||||
<br><br> -->
|
<br><br> -->
|
||||||
<br>
|
<br>
|
||||||
<mat-dialog-actions align="end">
|
<mat-dialog-actions align="end">
|
||||||
<button mat-raised-button style="margin-right: 3px;"
|
<button mat-raised-button matDialogClose>
|
||||||
matDialogClose>{{this.languageService.lMap.get('filterDialogCancel')}}</button>
|
<mat-icon>close</mat-icon> {{this.languageService.lMap.get('filterDialogCancel')}}
|
||||||
<button mat-raised-button color="primary" style="margin-left: 3px;"
|
</button>
|
||||||
(click)="mapFilter()">{{this.languageService.lMap.get('filterDilogButton')}}</button>
|
<button mat-raised-button color="primary" style="color: white;" (click)="mapFilter()">
|
||||||
|
<mat-icon>filter_list</mat-icon> {{this.languageService.lMap.get('filterDilogButton')}}
|
||||||
|
</button>
|
||||||
</mat-dialog-actions>
|
</mat-dialog-actions>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -13,4 +13,8 @@ $my-theme: mat-light-theme($my-primary, $my-accent, $my-warn);
|
||||||
background-color: blue !important; /* Use !important as a last resort */
|
background-color: blue !important; /* Use !important as a last resort */
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
* {
|
||||||
|
font-family: 'Helvetica';
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue