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;
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);

View File

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