feature: user administration

This commit is contained in:
Jean-Baptiste Pasquier
2020-04-16 14:30:31 +02:00
parent 6c8224c0f2
commit 019e8b99a6
15 changed files with 213 additions and 30 deletions
+2 -1
View File
@@ -1 +1,2 @@
@import 'user-profile';
@import 'user-profile';
@import 'admin-users';
+6
View File
@@ -0,0 +1,6 @@
/* Fix. Could disappear when we can add .class on set fields */
sib-set-default[name='cell-1'] {
@extend .w33;
@extend .cell;
@extend .border;
}