style: change design
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<input type="text" class="input" maxlength="30" v-model="name" required />
|
||||
</div>
|
||||
<p
|
||||
class="help is-info"
|
||||
class="help is-primary"
|
||||
>{{ $tc('validation.max_char', 30 - name.length, { max: 30 - name.length }) }}</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -45,7 +45,7 @@
|
||||
/>
|
||||
<label for="is-public">Compte {{ isPublic ? 'public' : 'privé' }}</label>
|
||||
<p class="help is-danger" v-if="isPublic" v-t="'account.publicInformation'"></p>
|
||||
<p class="help is-info" v-else v-t="'account.privateInformation'"></p>
|
||||
<p class="help is-primary" v-else v-t="'account.privateInformation'"></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="column">
|
||||
|
||||
Reference in New Issue
Block a user