Skip to content

Commit

Permalink
UI: visual adjustment to result summary
Browse files Browse the repository at this point in the history
  • Loading branch information
andylibrian committed Dec 19, 2020
1 parent d3c3b04 commit 3fa6cf1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions web/src/components/result_summary.vue
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,21 @@ export default {
</script>

<style scoped>
.card .title {
color: #3064D0;
}
.card-footer-item {
justify-content: left;
font-size: 0.9rem;
color: #6a6a6a;
}
.card-content .column .icon.is-large {
color: rgba(28, 80, 188, 0.35);
}
.card-footer-item:first-child {
margin-left: 0.8rem;
}
</style>

0 comments on commit 3fa6cf1

Please sign in to comment.