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,44 +35,45 @@
/>
</div>
</div>
<section class="buttons-demo">
<h1 class="title is-1">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>
<h5 class="title is-5">Titre h5</h5>
<h6 class="title is-6">Titre h6</h6>
<button class="is-primary is-disabled">bouton primaire inactif</button>
<button class="is-primary">bouton primaire</button>
<button class="is-primary is-thin">bouton primaire fin</button>
<button class="is-final">bouton succès</button>
<button class="is-secondary is-disabled">bouton secondaire inactif</button>
<button class="is-secondary">bouton secondaire</button>
<button class="is-secondary is-thin">bouton secondaire fin</button>
<button class="is-action">bouton action</button>
<button class="is-action is-thin">bouton action fin</button>
</section>
<section>
Autres boutons:
<button id="close_dialog_more" class="is-closing-popup">
bouton fermeture popin <img class="icon fa" src="assets/icons/x_blue.svg" />
</button>
<app-language-selector></app-language-selector>
<div class="delete-date">
<button class="has-background-trash has-background-icon-left is-filtered-icon-primary">
{{ 'dates.remove' | translate }} N
<fieldset class="well debug has-background-info-light padded is-rounded">
<section class="buttons-demo">
<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>
<h5 class="title is-5">Titre h5</h5>
<h6 class="title is-6">Titre h6</h6>
<button class="is-primary is-disabled">bouton primaire inactif</button>
<button class="is-primary">bouton primaire</button>
<button class="is-primary is-thin">bouton primaire fin</button>
<button class="is-final">bouton succès</button>
<button class="is-secondary is-disabled">bouton secondaire inactif</button>
<button class="is-secondary">bouton secondaire</button>
<button class="is-secondary is-thin">bouton secondaire fin</button>
<button class="is-action">bouton action</button>
<button class="is-action is-thin">bouton action fin</button>
</section>
<section>
Autres boutons:
<button id="close_dialog_more" class="is-closing-popup">
bouton fermeture popin <img class="icon fa" src="assets/icons/x_blue.svg" />
</button>
</div>
<div class="add-time-choice">
<button
class="has-text-primary has-no-border is-large-button has-text-left has-background-transparent has-background-plus has-background-icon-left is-filtered-icon-primary"
>
{{ 'hours.add' | translate }}
</button>
</div>
</section>
<app-language-selector></app-language-selector>
<div class="delete-date">
<button class="has-background-trash has-background-icon-left is-filtered-icon-primary">
{{ 'dates.remove' | translate }} N
</button>
</div>
<div class="add-time-choice">
<button
class="has-text-primary has-no-border is-large-button has-text-left has-background-transparent has-background-plus has-background-icon-left is-filtered-icon-primary"
>
{{ 'hours.add' | translate }}
</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,