add Table component style

This commit is contained in:
frab1t 2019-05-08 16:20:25 +02:00
parent c21e853a4b
commit 4378164855
1 changed files with 7 additions and 0 deletions

7
src/components/Table.css Normal file
View File

@ -0,0 +1,7 @@
.td-key {
width: 30%;
background-color: #fcfcfc;
}
.td-value {
width: 70%;
}