🎨 striked button and icon style

This commit is contained in:
tykayn 2019-08-12 15:13:05 +02:00
parent 07989e454f
commit 29bfe45aca
2 changed files with 25 additions and 5 deletions

View File

@ -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>

View File

@ -2,6 +2,16 @@
a {
color: $black;
.icon {
font-size: 1.5em;
&.right{
float: right;
display: inline-block;
margin: -0.3em 0.4em;
}
}
}
// buttons