modify create or retrive page

This commit is contained in:
Le Libre Au Quotidien 2019-09-30 18:48:26 +02:00
parent aab6ea801b
commit 0c0dd7063d
3 changed files with 12 additions and 6 deletions

View File

@ -10,8 +10,8 @@
liens… un sondage quoi ! liens… un sondage quoi !
</p> </p>
<div class="btn-next"> <div class="btn-next">
<a <button
class="next" class="btn_background btn_white_text"
[routerLink]="'/home'" [routerLink]="'/home'"
> >
<span <span
@ -20,14 +20,14 @@
> >
C'est parti C'est parti
</span> </span>
</a> </button>
</div> </div>
</section> </section>
<section class="recuperation"> <section class="recuperation">
<h1 i18n> <h1 i18n>
Où sont mes sondages ? Mes sondages
</h1> </h1>
<form <form
action="https://framadate.org/find_polls.php" action="https://framadate.org/find_polls.php"

View File

@ -9,6 +9,8 @@ input[type="submit"] {
background-color: #fff; background-color: #fff;
border: 2px solid $primary_color; border: 2px solid $primary_color;
border-radius: 0.3rem; border-radius: 0.3rem;
font-family: $default_font;
font-weight: 600;
&.btn_background { &.btn_background {
padding-top: 1rem; padding-top: 1rem;

View File

@ -8,4 +8,8 @@ h2 {
h1 { h1 {
font-size: 2rem; font-size: 2rem;
font-weight: 600; font-weight: 600;
} }
h1::after{
background-color: $primary_color;
height:2px;
}