From 1237ee4439268de69ecd3522904bcf6009cf1451 Mon Sep 17 00:00:00 2001 From: Sergey Elpashev Date: Sun, 10 Mar 2024 14:36:37 +0300 Subject: [PATCH] Style updates --- src/app/modules/link/link.component.less | 4 ++-- src/styles.less | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/modules/link/link.component.less b/src/app/modules/link/link.component.less index 7d53f3f..10c8536 100644 --- a/src/app/modules/link/link.component.less +++ b/src/app/modules/link/link.component.less @@ -10,7 +10,7 @@ a { flex-direction: column; justify-content: center; gap: 0; - transition: 0.3s ease-in-out; + transition: 0.5s ease-in-out; span { opacity: 0; visibility: hidden; @@ -21,7 +21,7 @@ a { font-size: 0.8rem; height: 0; font-weight: 600; - transition: opacity 0.3s ease-in-out; + transition: all 0.6s ease-in-out; } &:hover { transform: translateY(-1rem); diff --git a/src/styles.less b/src/styles.less index 665265e..722c3c2 100644 --- a/src/styles.less +++ b/src/styles.less @@ -48,7 +48,7 @@ ngneat-dialog { .btns { fa-icon { z-index: 999; - cursor: pointer; + cursor: not-allowed; } } .ngneat-drag-marker {