feat: lists UX + assets create folder UI (wip)

This commit is contained in:
Nick
2019-05-19 14:46:08 -04:00
parent 965f0ad2cd
commit 7b08c8bb31
6 changed files with 194 additions and 20 deletions

View File

@@ -26,6 +26,12 @@
background-image: radial-gradient(ellipse at top, mc('grey', '800'), mc('grey', '900')),
radial-gradient(ellipse at bottom, mc('grey', '800'), mc('grey', '900'));
}
&.is-teal {
background-color: mc('teal', '700');
background-image: radial-gradient(ellipse at top, mc('teal', '500'), mc('teal', '700')),
radial-gradient(ellipse at bottom, mc('teal', '800'), mc('teal', '700'));
}
}
.v-dialog--fullscreen {