feat: Implement sales order management, customer and address creation modals, and a login page with new image assets.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<div class="col-12 col-sm-8 col-md-6 col-xl-4">
|
||||
<div class="cs-login">
|
||||
<div class="text-center">
|
||||
<span class="ls-saudacao">Bem-vindo(a),</span>
|
||||
<span class="ls-saudacao">Bem-vindo(a), </span>
|
||||
<span class="ls-plataforma">SIMPLIFIQUE</span>
|
||||
</div>
|
||||
<form class="fs-login" [formGroup]="form" (keydown.enter)="submitForm()">
|
||||
@@ -29,13 +29,8 @@
|
||||
<kendo-textbox class="k-textbox is-text" type="password" placeholder="Informe sua senha" #password
|
||||
formControlName="password">
|
||||
<ng-template kendoTextBoxSuffixTemplate>
|
||||
<button
|
||||
kendoButton
|
||||
look="clear"
|
||||
[icon]="passwordVisible ? 'eye-slash' : 'eye'"
|
||||
(click)="toggleVisibility()"
|
||||
type="button"
|
||||
></button>
|
||||
<button kendoButton look="clear" [icon]="passwordVisible ? 'eye-slash' : 'eye'"
|
||||
(click)="toggleVisibility()" type="button"></button>
|
||||
</ng-template>
|
||||
</kendo-textbox>
|
||||
</label>
|
||||
|
||||
Reference in New Issue
Block a user