user edit form

This commit is contained in:
2018-07-22 23:08:16 +02:00
parent ddb885b4e2
commit 1c6dedbb34
29 changed files with 730 additions and 395 deletions
+9
View File
@@ -159,3 +159,12 @@ html {
@extend .btn-sm;
@extend .btn-outline-light;
}
.fadeout {
transition: opacity .5s ease-in-out;
opacity: 1;
&.fade {
opacity: 0;
}
}