style(frontend): login page styling touchup (#64)

This commit is contained in:
sct
2020-09-09 10:16:19 +09:00
committed by GitHub
parent 432ad76b3b
commit 6241d0cf78
8 changed files with 462 additions and 33 deletions

View File

@@ -3,10 +3,14 @@
@tailwind utilities;
.plex-button {
@apply inline-flex items-center px-4 py-2 border border-transparent text-sm leading-5 font-medium rounded-md text-white bg-indigo-600 transition ease-in-out duration-150;
@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;
}
.plex-button:hover {
background: #f19a30;
}
.titleCard {
@apply relative bg-cover rounded-lg;
padding-bottom: 150%;