styling changes

This commit is contained in:
SheenaMalhotra182
2022-12-08 16:59:19 +05:30
parent 4fdaaff4bf
commit b565de8de8
2 changed files with 10 additions and 11 deletions
@@ -17,14 +17,12 @@
</label>
<input class="app-forgot-password-field"
placeholder="{{ 'PASSWORD.PLACEHOLDERS.USERNAME' | translate }}"
formControlName="userName"
placeholder="{{ 'PASSWORD.PLACEHOLDERS.USERNAME' | translate }}" formControlName="userName"
required>
<button type="button" (click)="sendInstructions()" class="send-instructions-button"
[attr.aria-label]="'PASSWORD.BUTTONS.SEND-INSTRUCTIONS' | translate"
[disabled]="isButtonDisabled()" mat-raised-button color="primary">
[attr.aria-label]="'PASSWORD.BUTTONS.SEND-INSTRUCTIONS' | translate" [disabled]="isButtonDisabled()"
mat-raised-button color="primary">
{{ 'PASSWORD.BUTTONS.SEND-INSTRUCTIONS' | translate }}
</button>
@@ -53,6 +53,7 @@ hr {
width: 100%;
border: none !important;
outline: none;
margin-top: 10px !important;
}
.send-instructions-button {