Change animations
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user