Style updates
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user