diff --git a/src/app/_modules/publications/list/list.component.html b/src/app/_modules/publications/list/list.component.html index d57dbe4..5556dbe 100644 --- a/src/app/_modules/publications/list/list.component.html +++ b/src/app/_modules/publications/list/list.component.html @@ -1,6 +1,6 @@
-
-
Добавить публикацию
+
+
Добавить публикацию
diff --git a/src/app/_modules/publications/list/list.component.scss b/src/app/_modules/publications/list/list.component.scss index 5223c45..6fbc1cb 100644 --- a/src/app/_modules/publications/list/list.component.scss +++ b/src/app/_modules/publications/list/list.component.scss @@ -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;