diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index 7f05b47f8..dc7ac5d25 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -357,13 +357,27 @@ body.admin { .investment-projects-summary { - th { + th, td { text-align: center; - width: 33%; &:first-child { + font-weight: bold; text-align: left; } + + &:last-child { + font-weight: bold; + } + } + + tr { + &:nth-child(even) td:last-child { + background: $success-border; + } + + &:nth-child(odd) td:last-child { + background: $success-bg; + } } } }