mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
emphasis on advanced config
This commit is contained in:
parent
a0576a477d
commit
6796d6e39f
@ -114,7 +114,7 @@
|
|||||||
</mat-checkbox>
|
</mat-checkbox>
|
||||||
<br />
|
<br />
|
||||||
<mat-checkbox class="is-not-flex" formControlName="hasMaxCountOfAnswers">
|
<mat-checkbox class="is-not-flex" formControlName="hasMaxCountOfAnswers">
|
||||||
Nombre de réponses limitées à ce nombre
|
Nombre de réponses limitées à ce nombre. Utile pour réserver des places à un évènement.
|
||||||
</mat-checkbox>
|
</mat-checkbox>
|
||||||
<input
|
<input
|
||||||
*ngIf="form.value.hasMaxCountOfAnswers"
|
*ngIf="form.value.hasMaxCountOfAnswers"
|
||||||
@ -128,16 +128,14 @@
|
|||||||
/>
|
/>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<fieldset>
|
<fieldset class="work-in-progress">
|
||||||
<h2 class="title is-2">
|
<h2 class="title is-2">
|
||||||
<i class="fa fa-wikidata"></i>
|
<i class="fa fa-wikidata"></i>
|
||||||
Fonctionnalités pas encore disponibles:
|
Fonctionnalités pas encore disponibles:
|
||||||
</h2>
|
</h2>
|
||||||
<app-wip-todo></app-wip-todo>
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<mat-checkbox class="is-not-flex" formControlName="useVoterUniqueLink">
|
<mat-checkbox class="is-not-flex" formControlName="useVoterUniqueLink">
|
||||||
Spécifier un lien unique de vote à des participants définis
|
Spécifier un <strong> lien unique de vote</strong> à des participants définis par leur email
|
||||||
</mat-checkbox>
|
</mat-checkbox>
|
||||||
<p>
|
<p>
|
||||||
lister les email des participants et leur fournir un lien unique pour voter à chacun, au lieu d'un lien
|
lister les email des participants et leur fournir un lien unique pour voter à chacun, au lieu d'un lien
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
@import '../../../../../styles/variables';
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
}
|
}
|
||||||
@ -9,3 +11,9 @@
|
|||||||
.button .fa {
|
.button .fa {
|
||||||
margin: 1em;
|
margin: 1em;
|
||||||
}
|
}
|
||||||
|
input,
|
||||||
|
textarea {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
margin-bottom: 1.5em;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
@ -1,8 +1 @@
|
|||||||
@import '../../../../../../styles/variables';
|
@import '../../../../../../styles/variables';
|
||||||
|
|
||||||
.advanced-config {
|
|
||||||
fieldset {
|
|
||||||
background: $grey-lighter;
|
|
||||||
border-left: 3px solid $primary-color;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
@import '../../../../styles/variables';
|
@import '../../../../styles/variables';
|
||||||
|
|
||||||
.box {
|
.box {
|
||||||
border-left: 3px solid white;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
* {
|
* {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
<section class="hero is-warning is-medium">
|
<section class="hero is-warning is-medium">
|
||||||
<div class="hero-body">
|
<div class="hero-body">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="title has-text-centered">
|
<h1 class="title has-text-centered">o_O {{ message | translate }}</h1>
|
||||||
{{ message | translate }}
|
|
||||||
</h1>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
@ -308,3 +308,15 @@ mat-checkbox {
|
|||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.advanced-config {
|
||||||
|
.box {
|
||||||
|
background: $light;
|
||||||
|
border: 3px solid $primary-color;
|
||||||
|
}
|
||||||
|
.work-in-progress {
|
||||||
|
padding: 1em 2em;
|
||||||
|
background: $border-color;
|
||||||
|
color: $light;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user