Improvements to Challenge Layout (#9619)

This commit is contained in:
Marvin Rabe
2018-05-01 19:47:04 +02:00
parent 88b14592c5
commit eaa00598d0
6 changed files with 286 additions and 223 deletions

View File

@@ -9,8 +9,10 @@
.row
.col-12.col-md-6.title-details
h1 {{group.name}}
strong.float-left(v-once) {{$t('groupLeader')}}:
user-link.mx-1.float-left(:user="group.leader")
div
span.mr-1.ml-0
strong(v-once) {{$t('groupLeader')}}:
user-link.mx-1(:user="group.leader")
.col-12.col-md-6
.row.icon-row
.col-4.offset-4(v-bind:class="{ 'offset-8': isParty }")