mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
modify create or retrive page
This commit is contained in:
parent
aab6ea801b
commit
0c0dd7063d
@ -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
|
||||
@ -21,13 +21,13 @@
|
||||
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"
|
||||
|
@ -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;
|
||||
|
@ -9,3 +9,7 @@ h1 {
|
||||
font-size: 2rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
h1::after{
|
||||
background-color: $primary_color;
|
||||
height:2px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user