user edit form
This commit is contained in:
Vendored
+9
@@ -159,3 +159,12 @@ html {
|
||||
@extend .btn-sm;
|
||||
@extend .btn-outline-light;
|
||||
}
|
||||
|
||||
.fadeout {
|
||||
transition: opacity .5s ease-in-out;
|
||||
opacity: 1;
|
||||
|
||||
&.fade {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user