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

View File

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

View File

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