This commit is contained in:
Adrian Thompson
2020-08-27 16:50:04 +02:00
parent 15b84a9b18
commit f785a111d8
3 changed files with 75 additions and 28 deletions

View File

@@ -133,13 +133,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;
}
}
.no-margin {