RED-6012 - removed commented code
This commit is contained in:
parent
0e1a732843
commit
d9904e1d13
@ -52,40 +52,8 @@
|
||||
</div>
|
||||
|
||||
<div class="iqser-input-group">
|
||||
<label [translate]="'watermark-screen.form.alignment'" class="all-caps-label"></label>
|
||||
<label [translate]="'watermark-screen.form.alignment'" class="all-caps-label mb-8"></label>
|
||||
<div class="flex">
|
||||
<!-- <iqser-circle-button-->
|
||||
<!-- *ngFor="let alignment of watermarkHorizontalAlignments"-->
|
||||
<!-- [tooltip]="translations[alignment] | translate"-->
|
||||
<!-- [icon]="'red:' + alignment"-->
|
||||
<!-- [type]="currentAlignment.horizontal === alignment ? iconButtonTypes.primary : iconButtonTypes.default"-->
|
||||
<!-- (action)="alignHorizontally(alignment)"-->
|
||||
<!-- ></iqser-circle-button>-->
|
||||
<!-- <iqser-circle-button-->
|
||||
<!-- *ngFor="let alignment of watermarkVerticalAlignments"-->
|
||||
<!-- [tooltip]="translations[alignment] | translate"-->
|
||||
<!-- [icon]="'red:' + alignment"-->
|
||||
<!-- [type]="currentAlignment.vertical === alignment ? iconButtonTypes.primary : iconButtonTypes.default"-->
|
||||
<!-- (action)="alignVertically(alignment)"-->
|
||||
<!-- ></iqser-circle-button>-->
|
||||
<!-- <div class="alignment-buttons">-->
|
||||
<!-- <iqser-circle-button-->
|
||||
<!-- *ngFor="let alignment of watermarkHorizontalAlignments"-->
|
||||
<!-- [tooltip]="translations[alignment] | translate"-->
|
||||
<!-- [icon]="'red:' + alignment"-->
|
||||
<!-- [type]="currentAlignment.horizontal === alignment ? iconButtonTypes.primary : iconButtonTypes.default"-->
|
||||
<!-- (action)="alignHorizontally(alignment)"-->
|
||||
<!-- ></iqser-circle-button>-->
|
||||
<!-- </div>-->
|
||||
<!-- <div class="alignment-buttons">-->
|
||||
<!-- <iqser-circle-button-->
|
||||
<!-- *ngFor="let alignment of watermarkVerticalAlignments"-->
|
||||
<!-- [tooltip]="translations[alignment] | translate"-->
|
||||
<!-- [icon]="'red:' + alignment"-->
|
||||
<!-- [type]="currentAlignment.vertical === alignment ? iconButtonTypes.primary : iconButtonTypes.default"-->
|
||||
<!-- (action)="alignVertically(alignment)"-->
|
||||
<!-- ></iqser-circle-button>-->
|
||||
<!-- </div>-->
|
||||
<div class="alignment-buttons">
|
||||
<div
|
||||
*ngFor="let alignment of watermarkHorizontalAlignments"
|
||||
|
||||
@ -93,11 +93,11 @@
|
||||
|
||||
.alignment-buttons {
|
||||
width: 99px;
|
||||
height: 30px;
|
||||
height: 25px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
border-radius: 6px;
|
||||
border: 1px solid var(--iqser-grey-4);
|
||||
border: 1px solid var(--iqser-grey-5);
|
||||
margin-right: 10px;
|
||||
|
||||
.alignment {
|
||||
@ -108,7 +108,7 @@
|
||||
cursor: pointer;
|
||||
|
||||
mat-icon {
|
||||
width: 17px;
|
||||
width: 14px;
|
||||
}
|
||||
|
||||
&.active {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user