feat: users create (wip)

This commit is contained in:
Nick
2019-04-28 20:25:19 -04:00
parent 849d4f4774
commit 4f23984ac6
10 changed files with 136 additions and 37 deletions

View File

@@ -32,6 +32,16 @@
}
}
.btn-animate-wrench {
i {
transition: all .7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transform: rotate(0deg);
}
&:hover i {
transform: rotate(45deg);
}
}
.btn-animate-app {
i {
transition: all .6s ease;