litle fix
parent
e09da95b41
commit
049495e337
|
|
@ -1,6 +1,6 @@
|
|||
<div class="items">
|
||||
<div *ngIf="editMode" class="add">
|
||||
<div class="toggle"><div class="button" (click)="add()">Добавить публикацию</div></div>
|
||||
<div *ngIf="editMode" class="add" (click)="add()">
|
||||
<div class="toggle"><div class="button">Добавить публикацию</div></div>
|
||||
</div>
|
||||
<pagination></pagination>
|
||||
<publications-list-item *ngFor="let item of items" [item]="item" [editMode]="editMode"></publications-list-item>
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
width: 24px;
|
||||
height: 24px;
|
||||
background: url('~src/assets/images/icons/add_cirle_24dp.svg') center no-repeat;
|
||||
cursor: pointer;
|
||||
}
|
||||
&:hover::before{
|
||||
background: url('~src/assets/images/icons/add_cirle_hover_24dp.svg') center no-repeat;
|
||||
|
|
|
|||
Loading…
Reference in New Issue