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>
|
||||
<a
|
||||
[routerLink]="'/home'"
|
||||
class="btn striked"
|
||||
>
|
||||
C'est parti
|
||||
</a>
|
||||
|
@ -2,15 +2,28 @@
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
|
||||
nav & {
|
||||
@extend .btn-outline, .btn;
|
||||
display: inline-block;
|
||||
margin: 0.5em;
|
||||
padding: 0.5em;
|
||||
color: #000;
|
||||
font-size: 1rem;
|
||||
}
|
||||
font-family:$default_font;
|
||||
font-weight: 600;
|
||||
font-size:1,6rem;
|
||||
color:$black;
|
||||
position:relative;
|
||||
}
|
||||
a::after{
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user