home emphasis on demo components

This commit is contained in:
tykayn 2022-03-21 13:46:32 +01:00 committed by Baptiste Lemoine
parent e5f7e6bb83
commit 5e92466854
3 changed files with 44 additions and 43 deletions

View File

@ -35,9 +35,9 @@
/>
</div>
</div>
<fieldset class="well debug has-background-info-light padded is-rounded">
<section class="buttons-demo">
<h1 class="title is-1">Titre h1</h1>
<h1 class="title is-1">Boutons de démo - Titre h1</h1>
<h2 class="title is-2">Titre h2</h2>
<h3 class="title is-3">Titre h3</h3>
<h4 class="title is-4">Titre h4</h4>
@ -73,6 +73,7 @@
</button>
</div>
</section>
</fieldset>
<br />
<br />
<br />

View File

@ -19,8 +19,8 @@ export const environment = {
appLogo: 'assets/img/LogoViolet.svg',
appLogoFooter: 'assets/img/LogoBlanc.svg',
appLanding: 'assets/img/landing_calendar.svg',
appTitle: 'FramaDate',
appVersion: '2.2.1',
appTitle: 'BarracuDate',
appVersion: '2.2.2',
appSupportEmail: 'example-support@example.com',
appSupportWebpage: 'https://www.cipherbliss.com/contact',
autofill_creation: false,

View File

@ -20,12 +20,12 @@ export const environment = {
appLogo: 'assets/img/LogoViolet.svg',
appLogoFooter: 'assets/img/LogoBlanc.svg',
appLanding: 'assets/img/landing_calendar.svg',
appTitle: 'BlissDate',
appVersion: '2.2.1',
appTitle: 'BarracuDate',
appVersion: '2.2.2',
appSupportEmail: 'example-support@example.com',
appSupportWebpage: 'https://www.cipherbliss.com/contact',
autofill_creation: true,
autofill_default_timeslices: true,
autofill_creation: false,
autofill_default_timeslices: false,
autofill_participation: false,
autoSendNewPoll: false,
creation_display_admin_url: false,