master
Boris Voropaev 2023-08-31 09:15:14 +03:00
parent 30031c5e16
commit bce4ee88d0
4 changed files with 8 additions and 7 deletions

View File

@ -52,11 +52,12 @@
}
.values {
background: transparent url('~src/assets/images/icons/document_pdf_60dp.svg') 0 0 no-repeat;
min-height: 60px;
padding-left: 72px;
font-size: 20px;
.item {
background: transparent url('~src/assets/images/icons/document_pdf_60dp.svg') 0 0 no-repeat;
min-height: 60px;
padding-left: 72px;
font-size: 20px;
display: flex;
flex-direction: row;
align-items: center;

View File

@ -14,7 +14,7 @@
font-style: normal;
font-weight: 400;
line-height: 16px; /* 160% */
text-wrap: none;
text-wrap: nowrap;
color: var(--blue-1);
&::before {

View File

@ -7,8 +7,8 @@
</div>
</div>
</div>
<div class="limiter nav-info">
<div class="col right" *ngIf="isEditable" (click)="toggleEditMode()">
<div class="limiter nav-info" *ngIf="isEditable">
<div class="col right" (click)="toggleEditMode()">
<div class="label">Режим редактирования</div><div class="switch" [class.active]="editMode"></div>
</div>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB