titres d'étape en h1

This commit is contained in:
Tykayn 2022-02-28 13:41:33 +01:00 committed by tykayn
parent 49cc690687
commit 6fb255ac22
6 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
<footer class="footer main-footer" role="footer"> <footer class="footer main-footer" role="content-info">
<div class="content container"> <div class="content container">
<div class="logo-box"> <div class="logo-box">
<a href="/" class="pull-left"> <a href="/" class="pull-left">

View File

@ -4,9 +4,9 @@
<section class="supplement"> <section class="supplement">
<app-errors-list [form]="pollService.form"></app-errors-list> <app-errors-list [form]="pollService.form"></app-errors-list>
<div class="advanced-config"> <div class="advanced-config">
<h2 class="title is-3"> <h1 class="title is-3">
{{ 'advanced.title' | translate }} {{ 'advanced.title' | translate }}
</h2> </h1>
<p class="decription"> <p class="decription">
{{ 'advanced.description' | translate }} {{ 'advanced.description' | translate }}
</p> </p>

View File

@ -4,9 +4,9 @@
<app-errors-list [form]="pollService.form"></app-errors-list> <app-errors-list [form]="pollService.form"></app-errors-list>
<div class="custom-day-time-slices" *ngIf="environment.creation_display_hour_per_day"> <div class="custom-day-time-slices" *ngIf="environment.creation_display_hour_per_day">
<h2 class="title is-2"> <h1 class="title is-2">
{{ 'hours.title' | translate }} {{ 'hours.title' | translate }}
</h2> </h1>
<div <div
class="days-list-having-separated-time-slices rounded-block" class="days-list-having-separated-time-slices rounded-block"
*ngFor="let dayChoice of pollService.dateChoiceList; index as day_id" *ngFor="let dayChoice of pollService.dateChoiceList; index as day_id"

View File

@ -2,9 +2,9 @@
<div class="step step-container"> <div class="step step-container">
<form class="min-height" [formGroup]="pollService.form"> <form class="min-height" [formGroup]="pollService.form">
<section class="poll-title"> <section class="poll-title">
<h2 class="title is-2"> <h1 class="title is-2">
{{ 'creation.choose_title' | translate }} {{ 'creation.choose_title' | translate }}
</h2> </h1>
<div class="columns"> <div class="columns">
<div class="column"> <div class="column">
<div> <div>

View File

@ -2,9 +2,9 @@
<div class="step min-height"> <div class="step min-height">
<div class="min-height"> <div class="min-height">
<form action="#" [formGroup]="pollService.form"> <form action="#" [formGroup]="pollService.form">
<h2> <h1>
{{ 'owner.title' | translate }} {{ 'owner.title' | translate }}
</h2> </h1>
<label for="name"> <label for="name">
{{ 'owner.name_label' | translate }} {{ 'owner.name_label' | translate }}
</label> </label>

View File

@ -6,9 +6,9 @@
<app-option-link></app-option-link> <app-option-link></app-option-link>
</div> </div>
<div class="date-options" *ngIf="pollService.form.value.isAboutDate"> <div class="date-options" *ngIf="pollService.form.value.isAboutDate">
<h2 class="title is-1"> <h1 class="title is-1">
{{ 'dates.title' | translate }} {{ 'dates.title' | translate }}
</h2> </h1>
<!-- sélecteur d'interface--> <!-- sélecteur d'interface-->
<button class="button is-fullwidth date-input-selector is-secondary" (click)="changeDateInputMode()"> <button class="button is-fullwidth date-input-selector is-secondary" (click)="changeDateInputMode()">
<span *ngIf="pollService.mode_calendar"> <span *ngIf="pollService.mode_calendar">