mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
refactor(css): add new global classes & card border hover styling (#1156)
This commit is contained in:
@@ -81,8 +81,10 @@ const TitleCard: React.FC<TitleCardProps> = ({
|
||||
onCancel={closeModal}
|
||||
/>
|
||||
<div
|
||||
className={`transition duration-300 transform-gpu scale-100 outline-none cursor-default titleCard ring-1 ring-gray-700 rounded-xl ${
|
||||
showDetail ? 'scale-105 shadow-lg' : 'shadow'
|
||||
className={`transition duration-300 transform-gpu scale-100 outline-none cursor-default titleCard rounded-xl ring-1 ${
|
||||
showDetail
|
||||
? 'scale-105 shadow-lg ring-gray-500'
|
||||
: 'shadow ring-gray-700'
|
||||
}`}
|
||||
style={{
|
||||
backgroundImage: image
|
||||
|
Reference in New Issue
Block a user