Some additions #4
@@ -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);
|
||||
|
||||
@@ -48,7 +48,7 @@ ngneat-dialog {
|
||||
.btns {
|
||||
fa-icon {
|
||||
z-index: 999;
|
||||
cursor: pointer;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
.ngneat-drag-marker {
|
||||
|
||||
Reference in New Issue
Block a user