mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
grey on title step 2 +
This commit is contained in:
parent
1cab5c3cef
commit
cc51a8efa9
@ -5,7 +5,7 @@
|
||||
|
||||
<mat-sidenav-content>
|
||||
<div class="sidenav-content">
|
||||
le contenu de side nav
|
||||
<!-- le contenu de side nav-->
|
||||
</div>
|
||||
</mat-sidenav-content>
|
||||
</mat-sidenav-container>
|
||||
|
@ -115,11 +115,11 @@ export class PollService implements Resolve<Poll> {
|
||||
let minlengthValidation = environment.production ? 12 : 0;
|
||||
let form = this.fb.group({
|
||||
title: ['', [Validators.required, Validators.minLength(minlengthValidation)]],
|
||||
creatorPseudo: ['', [Validators.required]],
|
||||
creatorPseudo: ['', []],
|
||||
created_at: [new Date(), [Validators.required]],
|
||||
creatorEmail: ['', [Validators.required]],
|
||||
custom_url: [this.uuidService.getUUID(), [Validators.required]],
|
||||
description: ['', [Validators.required]],
|
||||
description: ['', []],
|
||||
password: ['', []],
|
||||
choices: new FormArray([]),
|
||||
whoModifiesAnswers: ['', [Validators.required]],
|
||||
|
@ -59,6 +59,7 @@ select,
|
||||
.select {
|
||||
border: solid 1px $font_color;
|
||||
}
|
||||
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
@ -301,13 +302,15 @@ mat-checkbox {
|
||||
line-height: 1.25rem;
|
||||
}
|
||||
}
|
||||
.mat-drawer-container {
|
||||
.step-info {
|
||||
.step-title-poll {
|
||||
font-size: 0.85rem !important;
|
||||
color: $d-neutral !important;
|
||||
}
|
||||
}
|
||||
|
||||
h2.step-title-poll {
|
||||
font-size: 0.85rem !important;
|
||||
color: $d-neutral !important;
|
||||
}
|
||||
|
||||
h2.step-title-poll {
|
||||
font-size: 0.85rem !important;
|
||||
color: $d-neutral !important;
|
||||
}
|
||||
// resume de la création de sondage
|
||||
.step-resume {
|
||||
@ -349,6 +352,7 @@ mat-checkbox {
|
||||
.block-resume {
|
||||
@extend .rounded-block;
|
||||
}
|
||||
|
||||
label {
|
||||
font-family: $default_font;
|
||||
color: $font_color;
|
||||
|
Loading…
Reference in New Issue
Block a user