styling changes

This commit is contained in:
SheenaMalhotra182
2023-01-06 17:48:54 +05:30
committed by Mohinish Sah
parent 96a7feb38a
commit 23321fbe66
2 changed files with 10 additions and 11 deletions
@@ -16,18 +16,16 @@
{{ 'PASSWORD.MESSAGES.ENTER-USERNAME' | translate }}
</label>
<input class="app-forgot-password-field"
placeholder="{{ 'PASSWORD.PLACEHOLDERS.USERNAME' | translate }}"
formControlName="userName"
required>
<input class="app-forgot-password-field"
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">
{{ 'PASSWORD.BUTTONS.SEND-INSTRUCTIONS' | translate }}
[attr.aria-label]="'PASSWORD.BUTTONS.SEND-INSTRUCTIONS' | translate" [disabled]="isButtonDisabled()"
mat-raised-button color="primary">
{{ 'PASSWORD.BUTTONS.SEND-INSTRUCTIONS' | translate }}
</button>
</form>
</div>
@@ -40,4 +38,4 @@
</div>
</div>
</div>
</div>
@@ -53,6 +53,7 @@ hr {
width: 100%;
border: none !important;
outline: none;
margin-top: 10px !important;
}
.send-instructions-button {