mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
Modification des liens
This commit is contained in:
parent
1d2a44a0e8
commit
13144d5b8c
@ -11,7 +11,6 @@
|
|||||||
</p>
|
</p>
|
||||||
<a
|
<a
|
||||||
[routerLink]="'/home'"
|
[routerLink]="'/home'"
|
||||||
class="btn striked"
|
|
||||||
>
|
>
|
||||||
C'est parti
|
C'est parti
|
||||||
</a>
|
</a>
|
||||||
|
@ -2,15 +2,28 @@
|
|||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
font-family:$default_font;
|
||||||
nav & {
|
font-weight: 600;
|
||||||
@extend .btn-outline, .btn;
|
font-size:1,6rem;
|
||||||
display: inline-block;
|
color:$black;
|
||||||
margin: 0.5em;
|
position:relative;
|
||||||
padding: 0.5em;
|
}
|
||||||
color: #000;
|
a::after{
|
||||||
font-size: 1rem;
|
content:">";
|
||||||
}
|
}
|
||||||
|
a::before{
|
||||||
|
background-color:$primary_color;
|
||||||
|
width:100%;
|
||||||
|
display:block;
|
||||||
|
position:absolute;
|
||||||
|
height:6px;
|
||||||
|
content:"";
|
||||||
|
margin:auto;
|
||||||
|
top:0;
|
||||||
|
bottom:0;
|
||||||
|
right:0;
|
||||||
|
left:0;
|
||||||
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.home_link {
|
.home_link {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user