diff --git a/assets/stylesheets/explorer.scss b/assets/stylesheets/explorer.scss index 886ae26..da3fe53 100644 --- a/assets/stylesheets/explorer.scss +++ b/assets/stylesheets/explorer.scss @@ -12,24 +12,13 @@ table.group-reports { width: 20%; text-align: right; } - tbody { - border-top: 3px solid #e3ebf2; - - tr { - border-bottom: 1px solid #e3ebf2; - - td { - color: #7499bd; - padding: 0.8em 0.5em; - } - - td:first-child { - font-size: 16px; - } - - td:last-child { - text-align: right; - } + tbody tr td { + padding: 0.5em; + &:first-child { + font-size: $font-up-1; + } + &:last-child { + text-align: right; } } }