#85773 header text made regular not bold
This commit is contained in:
parent
7c46febc27
commit
6fe28a18ed
|
@ -34,6 +34,9 @@ THE SOFTWARE.
|
|||
.container {
|
||||
h3 {
|
||||
@include font-medium;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: medium;
|
||||
}
|
||||
|
||||
|
|
|
@ -26,12 +26,10 @@ THE SOFTWARE.
|
|||
|
||||
<template>
|
||||
<div class="all do-bulma">
|
||||
<Header class="b-text" :title="$t('templates.app.title')">
|
||||
<template #description>
|
||||
{{ $t('templates.app.description') }}
|
||||
<Header :title="$t('templates.app.title')">
|
||||
<template #header>
|
||||
<p>{{ $t('templates.app.description') }}</p>
|
||||
</template>
|
||||
<!-- <template #header>
|
||||
</template> -->
|
||||
<!-- <template #buttons>
|
||||
<VueSelect v-model="lang"
|
||||
:options="i18nPacks"
|
||||
|
|
Loading…
Reference in New Issue