Match tavern sidebar UI to party and guild page changes (#10400)

* Match tavern sidebar UI to party and guild page changes

* Remove extra space at the top of guild's sidebar
This commit is contained in:
Dominic Lee
2018-06-11 11:00:19 +01:00
committed by Matteo Pagliazzi
parent 65bfd74c93
commit 44f196080c

View File

@@ -39,7 +39,7 @@
| {{$t('groupNoNotifications')}}
.col-12.col-sm-4.sidebar
.row(:class='{"guild-background": !isParty}')
.col-12
.col-12.buttons-wrapper
.button-container
button.btn.btn-success(class='btn-success', v-if='isLeader && !group.purchased.active', @click='upgradeGroup()')
| {{ $t('upgrade') }}
@@ -127,6 +127,10 @@
.sidebar {
background-color: $gray-600;
padding-bottom: 2em;
}
.buttons-wrapper {
padding-top: 2.8em;
}