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
|
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 !
|
liens… un sondage quoi !
|
||||||
</p>
|
</p>
|
||||||
|
<div class="btn-next">
|
||||||
<a
|
<a
|
||||||
[routerLink]="'/home'"
|
[routerLink]="'/home'"
|
||||||
|
>
|
||||||
|
<span
|
||||||
|
class="text"
|
||||||
|
i18n
|
||||||
>
|
>
|
||||||
C'est parti
|
C'est parti
|
||||||
|
</span>
|
||||||
|
<span class="icon right">
|
||||||
|
>
|
||||||
|
</span>
|
||||||
</a>
|
</a>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="recuperation">
|
<section class="recuperation">
|
||||||
<h1 i18n>
|
<h1 i18n>
|
||||||
|
@ -2,6 +2,16 @@
|
|||||||
|
|
||||||
a {
|
a {
|
||||||
color: $black;
|
color: $black;
|
||||||
|
|
||||||
|
.icon {
|
||||||
|
font-size: 1.5em;
|
||||||
|
&.right{
|
||||||
|
float: right;
|
||||||
|
display: inline-block;
|
||||||
|
margin: -0.3em 0.4em;
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// buttons
|
// buttons
|
||||||
|
Loading…
Reference in New Issue
Block a user