mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
styling changes
This commit is contained in:
@@ -16,18 +16,16 @@
|
|||||||
{{ 'PASSWORD.MESSAGES.ENTER-USERNAME' | translate }}
|
{{ 'PASSWORD.MESSAGES.ENTER-USERNAME' | translate }}
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<input class="app-forgot-password-field"
|
<input class="app-forgot-password-field"
|
||||||
placeholder="{{ 'PASSWORD.PLACEHOLDERS.USERNAME' | translate }}"
|
placeholder="{{ 'PASSWORD.PLACEHOLDERS.USERNAME' | translate }}" formControlName="userName"
|
||||||
|
required>
|
||||||
formControlName="userName"
|
|
||||||
required>
|
|
||||||
|
|
||||||
<button type="button" (click)="sendInstructions()" class="send-instructions-button"
|
<button type="button" (click)="sendInstructions()" class="send-instructions-button"
|
||||||
[attr.aria-label]="'PASSWORD.BUTTONS.SEND-INSTRUCTIONS' | translate"
|
[attr.aria-label]="'PASSWORD.BUTTONS.SEND-INSTRUCTIONS' | translate" [disabled]="isButtonDisabled()"
|
||||||
[disabled]="isButtonDisabled()" mat-raised-button color="primary">
|
mat-raised-button color="primary">
|
||||||
{{ 'PASSWORD.BUTTONS.SEND-INSTRUCTIONS' | translate }}
|
{{ 'PASSWORD.BUTTONS.SEND-INSTRUCTIONS' | translate }}
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -40,4 +38,4 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -53,6 +53,7 @@ hr {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
margin-top: 10px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.send-instructions-button {
|
.send-instructions-button {
|
||||||
|
|||||||
Reference in New Issue
Block a user