We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd4e941 commit 36b62c3Copy full SHA for 36b62c3
src/routes/login/Index.vue
@@ -5,7 +5,7 @@
5
<v-layout v-else row wrap class="white" color="primary" ma-3>
6
<v-flex xs10 offset-xs1 sm8 offset-sm2 md6 offset-md3 lg4 offset-lg4 xl2 offset-xl5 class="parent text-xs-center">
7
<img class="logo" :src="require(`@/assets/images/${$store.state.logoLg}`)">
8
- <h1 class="app-title">{{ $t('login.title') }}</h1>
+ <h1 class="app-title primary--text">{{ $t('login.title') }}</h1>
9
<template>
10
<v-form v-model="valid" ref="form" lazy-validation v-on:submit.prevent>
11
<v-menu bottom left v-if="$store.state.localeSelectable">
0 commit comments