Update the style

This commit is contained in:
Sébastien ANDRE
2023-05-04 10:03:11 +02:00
parent 3dac4fe8e9
commit 1dff0119de

View File

@@ -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>