💅🏽 react-table UI polishes

This commit is contained in:
2022-03-20 23:33:16 -07:00
parent 2c8e339e3b
commit 089078fda0
3 changed files with 92 additions and 49 deletions

View File

@@ -263,6 +263,22 @@ pre {
border-radius: 0.5rem;
}
.issue-metadata {
background-color: #FBFFEE;
padding: 0.8em;
border-radius: 0.5rem;
.name {
font-size: 0.95rem;
color: #4A4F50;
}
}
.comicvine-metadata {
background-color: #EBFCFF;
padding: 0.8rem;
border-radius: 0.5rem;
}
// Comic Detail
.comic-detail {
dl {