You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
281 B
8 lines
281 B
5 months ago
|
<div class="overlay">
|
||
|
<img alt="." />
|
||
|
<button mat-raised-button class="crop" color="primary" (click)="crop()">{{ 'shared.dialog.ok' | translate }}</button>
|
||
|
<button mat-mini-fab class="close" color="default" mat-dialog-close>
|
||
|
<mat-icon>clear</mat-icon>
|
||
|
</button>
|
||
|
</div>
|