forked from tykayn/funky-framadate-front
modify create or retrive page
This commit is contained in:
parent
aab6ea801b
commit
0c0dd7063d
@ -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
|
||||||
@ -21,13 +21,13 @@
|
|||||||
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"
|
||||||
|
@ -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;
|
||||||
|
@ -9,3 +9,7 @@ h1 {
|
|||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
h1::after{
|
||||||
|
background-color: $primary_color;
|
||||||
|
height:2px;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user