Files
sct-overseerr/src/styles/globals.css

18 lines
409 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
.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;
}
.plex-button:hover {
background: #f19a30;
}
.titleCard {
@apply relative bg-cover rounded-lg;
padding-bottom: 150%;
}