mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
🎨 striked button and icon style
This commit is contained in:
parent
07989e454f
commit
29bfe45aca
@ -9,11 +9,21 @@
|
||||
Planifiez des rendez-vous avec vos amis ou votre famille ou créez un sondage avec du texte, des images ou des
|
||||
liens… un sondage quoi !
|
||||
</p>
|
||||
<a
|
||||
[routerLink]="'/home'"
|
||||
>
|
||||
C'est parti
|
||||
</a>
|
||||
<div class="btn-next">
|
||||
<a
|
||||
[routerLink]="'/home'"
|
||||
>
|
||||
<span
|
||||
class="text"
|
||||
i18n
|
||||
>
|
||||
C'est parti
|
||||
</span>
|
||||
<span class="icon right">
|
||||
>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
<section class="recuperation">
|
||||
<h1 i18n>
|
||||
|
@ -2,6 +2,16 @@
|
||||
|
||||
a {
|
||||
color: $black;
|
||||
|
||||
.icon {
|
||||
font-size: 1.5em;
|
||||
&.right{
|
||||
float: right;
|
||||
display: inline-block;
|
||||
margin: -0.3em 0.4em;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// buttons
|
||||
|
Loading…
Reference in New Issue
Block a user