feat: user edit UI + admin UI improvements + fixes

This commit is contained in:
Nicolas Giard
2018-12-15 17:15:13 -05:00
parent 366a835278
commit 17244a0cb3
70 changed files with 1272 additions and 231 deletions

View File

@@ -15,6 +15,12 @@
radial-gradient(ellipse at bottom, mc('red', '800'), mc('red', '700'));
}
&.is-indigo {
background-color: mc('indigo', '700');
background: radial-gradient(ellipse at top, mc('indigo', '500'), mc('indigo', '700')),
radial-gradient(ellipse at bottom, mc('indigo', '800'), mc('indigo', '700'));
}
&.is-dark {
background-color: mc('grey', '900');
background: radial-gradient(ellipse at top, mc('grey', '800'), mc('grey', '900')),