Pulled feature branch up-stream.

This commit is contained in:
2020-09-08 09:19:56 +02:00
20 changed files with 909 additions and 63 deletions

View File

@@ -144,13 +144,17 @@ textarea {
0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}
&:hover {
&:hover:not(:disabled) {
transform: scale(1.02) translateZ(0);
&::after {
opacity: 1;
}
}
&:disabled{
opacity: 0.25;
cursor: not-allowed;
}
}