Rewrite component to change user/group role

This commit is contained in:
Frederic Guillot
2016-12-09 20:35:40 -05:00
parent 86d04bc0ef
commit 67d01951f5
13 changed files with 233 additions and 144 deletions

17
assets/sass/_icon.sass Normal file
View File

@@ -0,0 +1,17 @@
@import variables
.icon-success
color: icon-color('success')
.icon-error
color: icon-color('error')
.icon-fade-out
opacity: 1
animation: icon-fadeout 5s linear forwards
@keyframes icon-fadeout
0%
opacity: 1
100%
opacity: 0