|
|
|
|
@ -43,7 +43,7 @@
|
|
|
|
|
//- v-list-item-content
|
|
|
|
|
//- v-list-item-title.body-2.grey--text.text--ligten-2 {{$t('common:header.imagesFiles')}}
|
|
|
|
|
//- v-list-item-subtitle.overline.grey--text.text--lighten-2 Coming soon
|
|
|
|
|
v-toolbar-title(:class='{ "mx-3": $vuetify.breakpoint.mdAndUp, "mx-1": $vuetify.breakpoint.smAndDown }')
|
|
|
|
|
v-toolbar-title(:class='{ "mx-3": $vuetify.breakpoint.mdAndUp, "mx-1": $vuetify.breakpoint.smAndDown }', @click='goHome')
|
|
|
|
|
span.subheading {{title}}
|
|
|
|
|
v-flex(md4, v-if='$vuetify.breakpoint.mdAndUp')
|
|
|
|
|
v-toolbar.nav-header-inner(color='black', dark, flat)
|
|
|
|
|
@ -503,6 +503,10 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.v-toolbar__title{
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.org-logo {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|