Project list animations
parent
be88edd135
commit
a08357b8ca
|
@ -6,14 +6,16 @@
|
||||||
padding: .5rem;
|
padding: .5rem;
|
||||||
padding-right: 1rem;
|
padding-right: 1rem;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
transition: border-color .3s linear;
|
|
||||||
&:hover {
|
&:hover {
|
||||||
border-color: $fresh-taiga;
|
border-color: $fresh-taiga;
|
||||||
|
transition: border-color .3s linear;
|
||||||
p {
|
p {
|
||||||
color: $gray;
|
color: $gray;
|
||||||
|
transition: color .3s linear;
|
||||||
}
|
}
|
||||||
.private path {
|
.private path {
|
||||||
fill: $gray;
|
fill: $gray;
|
||||||
|
transition: fill .3s linear;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -38,7 +40,6 @@
|
||||||
width: .5rem;
|
width: .5rem;
|
||||||
path {
|
path {
|
||||||
fill: $gray-light;
|
fill: $gray-light;
|
||||||
transition: fill .3s linear;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -47,7 +48,6 @@
|
||||||
@extend %small;
|
@extend %small;
|
||||||
color: $gray-light;
|
color: $gray-light;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
transition: color .3s linear;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue