You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
overseerr/src/styles/globals.css

14 lines
358 B

4 years ago
@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;
}
.titleCard {
@apply relative bg-cover rounded-lg;
padding-bottom: 150%;
}