mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
Adjust card style
This commit is contained in:
@@ -81,6 +81,7 @@ const ImageSection = styled.div<{ size?: number }>`
|
|||||||
|
|
||||||
const Image = styled(SimpleImg)`
|
const Image = styled(SimpleImg)`
|
||||||
border-radius: var(--card-default-radius);
|
border-radius: var(--card-default-radius);
|
||||||
|
box-shadow: 2px 2px 10px 10px rgba(0, 0, 0, 20%);
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const ControlsContainer = styled.div`
|
const ControlsContainer = styled.div`
|
||||||
|
|||||||
Reference in New Issue
Block a user