feature: user administration

This commit is contained in:
Jean-Baptiste Pasquier
2020-04-08 10:57:05 +00:00
parent 6c8224c0f2
commit 019e8b99a6
15 changed files with 213 additions and 30 deletions

View File

@ -1 +1,2 @@
@import 'user-profile';
@import 'user-profile';
@import 'admin-users';

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;
}