mirror of
https://github.com/sct/overseerr.git
synced 2025-12-26 00:16:16 +01:00
18 lines
409 B
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%;
|
|
}
|