feat(frontend): basic discover page (only movies) (#74)

This commit is contained in:
sct
2020-09-11 15:46:10 +09:00
committed by GitHub
parent 258bb93be2
commit bbfe349b52
11 changed files with 205 additions and 31 deletions

View File

@@ -2,6 +2,10 @@
@tailwind components;
@tailwind utilities;
body {
@apply bg-cool-gray-900;
}
.plex-button {
@apply w-full flex justify-center py-2 px-4 border border-transparent text-sm font-medium rounded-md text-white bg-indigo-600 transition ease-in-out duration-150 text-center;
background-color: #cc7b19;