From 43781648558bb1ebbb0318bba1ae57327dd347bb Mon Sep 17 00:00:00 2001 From: frab1t <33671357+frab1t@users.noreply.github.com> Date: Wed, 8 May 2019 16:20:25 +0200 Subject: [PATCH] add Table component style --- src/components/Table.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/components/Table.css diff --git a/src/components/Table.css b/src/components/Table.css new file mode 100644 index 0000000..964fafa --- /dev/null +++ b/src/components/Table.css @@ -0,0 +1,7 @@ +.td-key { + width: 30%; + background-color: #fcfcfc; +} +.td-value { + width: 70%; +} \ No newline at end of file