fonts arrow

This commit is contained in:
2024-03-07 12:48:20 +01:00
parent 84e00eaaa9
commit 5ee93dd988
4267 changed files with 746618 additions and 284 deletions

View File

@@ -2,6 +2,8 @@ footer{
span.totop {
display: inline-flex;
width: 100vw;
// content: url(../images/up-arrow.svg);
// background: $bleu_fond_header;
#toTop{
margin: auto;
@@ -9,7 +11,7 @@ footer{
border-top-left-radius: 10%;
border-top-right-radius: 10%;
padding-bottom: 0.5rem;
.fa-arrow-up{
.arrow-up{
font-size: 1.7rem;
line-height: 2.5rem;
text-align: center;
@@ -18,9 +20,13 @@ footer{
height: 2rem;
display: inline-block;
text-align: top;
.fa{
color: #fff;
}
&::before{
content:url(../images/up-arrow.svg) ;
width: 50%;
}
// .fa{
// color: #fff;
// }
}
}