From 2382a452456e4bdef4584e1046925e372624cb79 Mon Sep 17 00:00:00 2001 From: Joffrey BION Date: Thu, 16 May 2019 23:48:38 +0200 Subject: Rationalize module names --- sw-ui/src/components/game/CardImage.css | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sw-ui/src/components/game/CardImage.css (limited to 'sw-ui/src/components/game/CardImage.css') diff --git a/sw-ui/src/components/game/CardImage.css b/sw-ui/src/components/game/CardImage.css new file mode 100644 index 00000000..795c1503 --- /dev/null +++ b/sw-ui/src/components/game/CardImage.css @@ -0,0 +1,4 @@ +.card-img { + border-radius: 5%; + box-shadow: 2px 2px 5px black; +} -- cgit