mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
🎨 primary button, section to find back my polls on home
This commit is contained in:
parent
a93a34a638
commit
b2a739016f
@ -4,15 +4,20 @@
|
||||
<h1 class="title">
|
||||
Bienvenue sur Framasondage
|
||||
</h1>
|
||||
<h2 class="subtitle">
|
||||
Se consulter simplement pour s’organiser collectivement.
|
||||
</h2>
|
||||
<div class="columns">
|
||||
<div class="column">
|
||||
<a role="button" class="button is-fullwidth" routerLink="administration">
|
||||
<h2 class="subtitle">
|
||||
Se consulter simplement pour s’organiser collectivement.
|
||||
</h2>
|
||||
<a role="button" class="button is-fullwidth is-primary" routerLink="administration">
|
||||
Créer un nouveau sondage
|
||||
</a>
|
||||
</div>
|
||||
<div class="column">
|
||||
<h2 class="subtitle">
|
||||
Où sont mes sondages?
|
||||
</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -36,5 +36,5 @@
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<button class="button is-fullwidth" type="submit" [disabled]="!pollForm.valid">Créer</button>
|
||||
<button class="button is-fullwidth is-primary" type="submit" [disabled]="!pollForm.valid">Créer</button>
|
||||
</form>
|
||||
|
@ -29,5 +29,5 @@
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<button class="button is-fullwidth" type="submit" [disabled]="!pollForm.valid">Créer</button>
|
||||
<button class="button is-fullwidth is-primary" type="submit" [disabled]="!pollForm.valid">Créer</button>
|
||||
</form>
|
||||
|
Loading…
Reference in New Issue
Block a user