bagfix
parent
30031c5e16
commit
bce4ee88d0
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 |
Loading…
Reference in New Issue