Fix styling of ToS panel for consistency

This commit is contained in:
Mark Felder 2020-10-01 17:31:11 -05:00
parent 6bd38c7d6f
commit 636c4941c5
2 changed files with 16 additions and 8 deletions

View file

@ -1,7 +1,13 @@
<template> <template>
<div> <div>
<div class="panel panel-default"> <div class="panel panel-default base01-background">
<div class="panel-heading timeline-heading base02-background">
<div class="panel-body"> <div class="panel-body">
<div class="title">
{{ $t('tos_panel.title') }}
</div>
</div>
</div>
<!-- eslint-disable vue/no-v-html --> <!-- eslint-disable vue/no-v-html -->
<div <div
class="tos-content" class="tos-content"
@ -10,7 +16,6 @@
<!-- eslint-enable vue/no-v-html --> <!-- eslint-enable vue/no-v-html -->
</div> </div>
</div> </div>
</div>
</template> </template>
<script src="./terms_of_service_panel.js" ></script> <script src="./terms_of_service_panel.js" ></script>

View file

@ -631,6 +631,9 @@
"year_short": "{0}y", "year_short": "{0}y",
"years_short": "{0}y" "years_short": "{0}y"
}, },
"tos_panel": {
"title": "Terms of Service"
},
"timeline": { "timeline": {
"collapse": "Collapse", "collapse": "Collapse",
"conversation": "Conversation", "conversation": "Conversation",