mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-04-24 17:38:44 +02:00
Fix some titles color
This commit is contained in:
parent
e19202e75e
commit
55fb8d56e1
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="columns is-centered">
|
<div class="columns is-centered">
|
||||||
<div class="form-column column is-two-thirds-tablet is-half-desktop is-one-third-widescreen is-one-third-fullhd">
|
<div class="form-column column is-two-thirds-tablet is-half-desktop is-one-third-widescreen is-one-third-fullhd">
|
||||||
<h1 class="title">{{ $t('commons.about') }}</h1>
|
<h1 class="title has-text-grey-dark">{{ $t('commons.about') }}</h1>
|
||||||
<p class="block">
|
<p class="block">
|
||||||
<span class="has-text-white"><span class="is-size-5">2FAuth</span> v{{ appVersion }}</span><br />
|
<span class="has-text-white"><span class="is-size-5">2FAuth</span> v{{ appVersion }}</span><br />
|
||||||
{{ $t('commons.2fauth_teaser')}}
|
{{ $t('commons.2fauth_teaser')}}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="columns is-centered">
|
<div class="columns is-centered">
|
||||||
<div class="form-column column is-two-thirds-tablet is-half-desktop is-one-third-widescreen is-one-third-fullhd">
|
<div class="form-column column is-two-thirds-tablet is-half-desktop is-one-third-widescreen is-one-third-fullhd">
|
||||||
<h1 class="title">
|
<h1 class="title has-text-grey-dark">
|
||||||
{{ $t('groups.groups') }}
|
{{ $t('groups.groups') }}
|
||||||
</h1>
|
</h1>
|
||||||
<div class="is-size-7-mobile">
|
<div class="is-size-7-mobile">
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<div class="columns is-centered">
|
<div class="columns is-centered">
|
||||||
<div class="form-column column is-two-thirds-tablet is-half-desktop is-one-third-widescreen is-one-third-fullhd">
|
<div class="form-column column is-two-thirds-tablet is-half-desktop is-one-third-widescreen is-one-third-fullhd">
|
||||||
<h1 class="title">
|
<h1 class="title has-text-grey-dark">
|
||||||
{{ $t('twofaccounts.import.import') }}
|
{{ $t('twofaccounts.import.import') }}
|
||||||
</h1>
|
</h1>
|
||||||
<div class="is-size-7-mobile" v-html="$t('twofaccounts.import.import_legend')">
|
<div class="is-size-7-mobile" v-html="$t('twofaccounts.import.import_legend')">
|
||||||
|
Loading…
Reference in New Issue
Block a user