feat: asset rename + delete

This commit is contained in:
Nick
2019-05-25 21:38:29 -04:00
parent e8b738aad9
commit 6c12061c17
13 changed files with 525 additions and 106 deletions

View File

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