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>
</div> </div>
<fieldset class="well debug has-background-info-light padded is-rounded">
<section class="buttons-demo"> <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> <h2 class="title is-2">Titre h2</h2>
<h3 class="title is-3">Titre h3</h3> <h3 class="title is-3">Titre h3</h3>
<h4 class="title is-4">Titre h4</h4> <h4 class="title is-4">Titre h4</h4>
@ -73,6 +73,7 @@
</button> </button>
</div> </div>
</section> </section>
</fieldset>
<br /> <br />
<br /> <br />
<br /> <br />

View File

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

View File

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