Change animations

This commit is contained in:
Tom Raithel
2017-02-15 21:08:48 +01:00
parent cdaa958118
commit c53e6aa5d3
7 changed files with 99 additions and 66 deletions

View File

@@ -5,6 +5,8 @@
text-decoration: none;
transition: background 200ms ease-out;
color: var(--color-gray-normal);
box-sizing: border-box;
transition: opacity 150ms ease-out, transform 300ms ease-out;
&.is-active {
background: var(--color-gray-dark-alt);
@@ -19,14 +21,8 @@
}
&--big {
min-height: 80px;
padding: 20px 10px;
/*&:hover {
background: transparent;
& .item__title {
text-decoration: underline;
}
}*/
}
&--no-leading-border {