domain views: cosmetics

This commit is contained in:
Alexandre Aubin 2022-10-08 19:32:53 +02:00 committed by axolotle
parent fa3deeffda
commit 31a99eab05
2 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@
:term="$t('domain.info.domain_type')" :term="$t('domain.info.domain_type')"
> >
<span v-if="isMainDomain"> <span v-if="isMainDomain">
<icon iname="star" /> <icon iname="star" class="mr-1" />
<explain-what <explain-what
id="explain-main-domain" id="explain-main-domain"
:title="$t('domain.types.main_domain')" :title="$t('domain.types.main_domain')"
@ -43,7 +43,7 @@
<description-row :term="$t('domain.info.certificate_authority')"> <description-row :term="$t('domain.info.certificate_authority')">
<icon :iname="cert.icon" :variant="cert.variant" class="mr-1" /> <icon :iname="cert.icon" :variant="cert.variant" class="mr-1" />
{{ $t('domain.cert.types.' + cert.authority) }} {{ $t('domain.cert.types.' + cert.authority) }}
({{ $t('domain.cert.valid_for', { days: $tc('day_validity', cert.validity) }) }}) <span class="text-secondary px-2">({{ $t('domain.cert.valid_for', { days: $tc('day_validity', cert.validity) }) }})</span>
</description-row> </description-row>
<!-- DOMAIN REGISTRAR --> <!-- DOMAIN REGISTRAR -->

View file

@ -21,7 +21,7 @@
<h5 class="mr-3"> <h5 class="mr-3">
<b-link :to="data.to" class="text-body text-decoration-none"> <b-link :to="data.to" class="text-body text-decoration-none">
<span class="font-weight-bold">{{ data.name.replace(parent ? parent.data.name : null, '') }}</span> <span class="font-weight-bold">{{ data.name.replace(parent ? parent.data.name : null, '') }}</span>
<span v-if="parent" class="text-secondary font-weight-light">{{ parent.data.name }}</span> <span v-if="parent" class="text-secondary">{{ parent.data.name }}</span>
</b-link> </b-link>
<small <small