underline link txt

This commit is contained in:
2020-09-07 20:15:15 +02:00
parent b7f459bbb8
commit b925edaa9e
4 changed files with 5 additions and 8 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -11,12 +11,12 @@ $animate: all 0.2s ease-in-out;
content: ""; content: "";
position: absolute; position: absolute;
bottom: -1px; bottom: -1px;
width: 0px; width: 50%;
height: 1px; height: 1px;
margin: 1px 0 0; margin: 1px 0 0;
transition: $animate; transition: $animate;
transition-duration: 0.3s; transition-duration: 0.3s;
opacity: 0; opacity: 1;
background-color: black; background-color: black;
} }
&::before{ &::before{
@@ -115,9 +115,6 @@ a, button{
display: none; display: none;
} }
} }
p{
// margin-top: 10px;
}
} }
&.figureslibres{ &.figureslibres{
p{ p{