mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
ordered links file + added sass
This commit is contained in:
parent
5c3439e8ba
commit
5ae1aeabeb
@ -1,29 +1,29 @@
|
|||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
position: relative;
|
||||||
font-family:$default_font;
|
font-family: $default_font;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size:1,6rem;
|
font-size: 1.6rem;
|
||||||
color:$black;
|
color: $black;
|
||||||
position:relative;
|
text-decoration: none;
|
||||||
}
|
|
||||||
a::after{
|
&::before {
|
||||||
content:">";
|
content: "";
|
||||||
}
|
position: absolute;
|
||||||
a::before{
|
top: 0;
|
||||||
background-color:$primary_color;
|
bottom: 0;
|
||||||
width:100%;
|
display: block;
|
||||||
display:block;
|
width: 100%;
|
||||||
position:absolute;
|
height: 6px;
|
||||||
height:6px;
|
margin: auto;
|
||||||
content:"";
|
background-color: $primary_color;
|
||||||
margin:auto;
|
z-index: -1;
|
||||||
top:0;
|
}
|
||||||
bottom:0;
|
|
||||||
right:0;
|
&::after {
|
||||||
left:0;
|
content: ">";
|
||||||
z-index: -1;
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.home_link {
|
.home_link {
|
||||||
|
Loading…
Reference in New Issue
Block a user