web: fix script review card style
This commit is contained in:
@@ -579,15 +579,7 @@ export default function ReviewerDashboardPage() {
|
|||||||
<Card
|
<Card
|
||||||
component={Link}
|
component={Link}
|
||||||
to="/script-review"
|
to="/script-review"
|
||||||
sx={{
|
sx={{ cursor: 'pointer' }}
|
||||||
textDecoration: 'none',
|
|
||||||
cursor: 'pointer',
|
|
||||||
transition: 'transform 0.2s, box-shadow 0.2s',
|
|
||||||
'&:hover': {
|
|
||||||
transform: 'translateY(-2px)',
|
|
||||||
boxShadow: 4
|
|
||||||
}
|
|
||||||
}}
|
|
||||||
>
|
>
|
||||||
<CardContent>
|
<CardContent>
|
||||||
<Box sx={{ display: 'flex', alignItems: 'center', justifyContent: 'space-between' }}>
|
<Box sx={{ display: 'flex', alignItems: 'center', justifyContent: 'space-between' }}>
|
||||||
|
|||||||
Reference in New Issue
Block a user