Buttons: Change text direction on hover

This commit is contained in:
2020-03-06 11:14:13 +01:00
parent c63c7a5826
commit 9a5c8a135e
3 changed files with 6 additions and 6 deletions

View File

@@ -60,7 +60,7 @@
top: 50%;
left: 0;
width: 100%;
transform: translateY(-120%);
transform: translateY(100%);
}
}
@@ -86,7 +86,7 @@
.text {
span {
opacity: 0;
transform: translateY(100%);
transform: translateY(-75%);
}
&:after {
opacity: 1;