|
|
@@ -65,22 +65,22 @@
|
|
|
|
|
|
</mat-dialog-content>
|
|
|
|
|
|
-<div class="align flex-row mt-20 pb-10" *ngIf="!isLoading">
|
|
|
- <div class="items-center justify-center">
|
|
|
+<div class="align flex-row mt-20 pb-10" *ngIf="!isLoading">
|
|
|
+ <div class="items-centerbtn justify-center">
|
|
|
<button type="button" (click)="save()" class="yellow">
|
|
|
- <span>
|
|
|
+ <span >
|
|
|
Ingresar
|
|
|
</span>
|
|
|
<mat-icon class="icon" matSuffix>description</mat-icon></button>
|
|
|
</div>
|
|
|
- <div class="items-center justify-center">
|
|
|
+ <div class="items-centerbtn justify-center">
|
|
|
<button class="orange" (click)="limpiar()">
|
|
|
<span>
|
|
|
Limpiar
|
|
|
</span>
|
|
|
<mat-icon class="icon" matSuffix>delete</mat-icon></button>
|
|
|
</div>
|
|
|
- <div class="items-center justify-center">
|
|
|
+ <div class="items-centerbtn justify-center">
|
|
|
<button class="red" mat-dialog-close>
|
|
|
<span>
|
|
|
Cerrar
|
|
|
@@ -90,4 +90,4 @@
|
|
|
|
|
|
</div>
|
|
|
|
|
|
- <!-- -------------------------------------- -->
|
|
|
+ <!-- -------------------------------------- -->
|