ordered links file + added sass

This commit is contained in:
newick 2019-08-12 12:20:50 +02:00
parent 5c3439e8ba
commit 5ae1aeabeb
1 changed files with 22 additions and 22 deletions

View File

@ -1,31 +1,31 @@
@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:">";
}
a::before{
background-color:$primary_color;
width:100%;
display:block;
position:absolute;
height:6px;
content: ""; content: "";
margin:auto; position: absolute;
top: 0; top: 0;
bottom: 0; bottom: 0;
right:0; display: block;
left:0; width: 100%;
height: 6px;
margin: auto;
background-color: $primary_color;
z-index: -1; z-index: -1;
} }
&::after {
content: ">";
}
}
.home_link { .home_link {
text-decoration: none; text-decoration: none;
} }