feat(components/plexloginbutton): added PlexLoginButton

This commit is contained in:
sct
2020-08-18 14:42:42 +00:00
parent 7423121a75
commit 0abf743b17
3 changed files with 51 additions and 26 deletions

View File

@@ -1,3 +1,8 @@
@tailwind base;
@tailwind components;
@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;
background-color: #cc7b19;
}