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>
|
||||
<br />
|
||||
<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>
|
||||
<input
|
||||
*ngIf="form.value.hasMaxCountOfAnswers"
|
||||
@ -128,16 +128,14 @@
|
||||
/>
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
<fieldset class="work-in-progress">
|
||||
<h2 class="title is-2">
|
||||
<i class="fa fa-wikidata"></i>
|
||||
Fonctionnalités pas encore disponibles:
|
||||
</h2>
|
||||
<app-wip-todo></app-wip-todo>
|
||||
|
||||
<div>
|
||||
<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>
|
||||
<p>
|
||||
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 {
|
||||
margin-top: 2em;
|
||||
}
|
||||
@ -9,3 +11,9 @@
|
||||
.button .fa {
|
||||
margin: 1em;
|
||||
}
|
||||
input,
|
||||
textarea {
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 1.5em;
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -1,8 +1 @@
|
||||
@import '../../../../../../styles/variables';
|
||||
|
||||
.advanced-config {
|
||||
fieldset {
|
||||
background: $grey-lighter;
|
||||
border-left: 3px solid $primary-color;
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
@import '../../../../styles/variables';
|
||||
|
||||
.box {
|
||||
border-left: 3px solid white;
|
||||
cursor: pointer;
|
||||
* {
|
||||
cursor: pointer;
|
||||
|
@ -1,9 +1,7 @@
|
||||
<section class="hero is-warning is-medium">
|
||||
<div class="hero-body">
|
||||
<div class="container">
|
||||
<h1 class="title has-text-centered">
|
||||
{{ message | translate }}
|
||||
</h1>
|
||||
<h1 class="title has-text-centered">o_O {{ message | translate }}</h1>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -308,3 +308,15 @@ mat-checkbox {
|
||||
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