Update the style
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<div class="content">
|
||||
<mat-card style="max-width: 500px;" flex="50">
|
||||
<mat-card-header style="padding:10px; background-color: rgba(0,0,0,.03);">
|
||||
<mat-card-header style="align-items: center; justify-content: center; background-color: rgba(0,0,0,.03);">
|
||||
<mat-card-title>{{ 'Login_Title' | translate }}</mat-card-title>
|
||||
|
||||
<mat-select (selectionChange)="switchLang($event)" [(value)]="selectedLanguageFlag"
|
||||
style="width: 60px;" >
|
||||
style="width: 60px; padding-left: 30px;" >
|
||||
<mat-select-trigger>
|
||||
<img src="{{ 'assets/img/' + selectedLanguageFlag + '.svg' }}" style="width: 30px;">
|
||||
</mat-select-trigger>
|
||||
|
||||
Reference in New Issue
Block a user