fonts arrow
This commit is contained in:
@@ -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;
|
||||
// }
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user