feat: admin - groups edit UI

This commit is contained in:
NGPixel
2018-03-26 01:11:49 -04:00
parent 7793df9bd4
commit 346493f845
13 changed files with 275 additions and 16 deletions

View File

@@ -8,4 +8,10 @@
align-items: center;
padding: 0 1rem;
font-size: 1.2rem;
&.is-red {
background-color: mc('red', '700');
background: radial-gradient(ellipse at top, mc('red', '500'), transparent),
radial-gradient(ellipse at bottom, mc('red', '800'), transparent);
}
}