Style updates

This commit is contained in:
2024-03-10 14:36:37 +03:00
parent 935d1f5dd9
commit 1237ee4439
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ a {
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
gap: 0; gap: 0;
transition: 0.3s ease-in-out; transition: 0.5s ease-in-out;
span { span {
opacity: 0; opacity: 0;
visibility: hidden; visibility: hidden;
@@ -21,7 +21,7 @@ a {
font-size: 0.8rem; font-size: 0.8rem;
height: 0; height: 0;
font-weight: 600; font-weight: 600;
transition: opacity 0.3s ease-in-out; transition: all 0.6s ease-in-out;
} }
&:hover { &:hover {
transform: translateY(-1rem); transform: translateY(-1rem);

View File

@@ -48,7 +48,7 @@ ngneat-dialog {
.btns { .btns {
fa-icon { fa-icon {
z-index: 999; z-index: 999;
cursor: pointer; cursor: not-allowed;
} }
} }
.ngneat-drag-marker { .ngneat-drag-marker {