arrow to top

This commit is contained in:
ouidade 2024-05-27 15:10:34 +02:00
parent 8e01baad3d
commit f6051b15b1
4 changed files with 5 additions and 4 deletions

View File

@ -393,7 +393,7 @@ footer span.totop #toTop .arrow-up {
text-align: top; text-align: top;
} }
footer span.totop #toTop .arrow-up::before { footer span.totop #toTop .arrow-up::before {
content: url("../images/up-arrow.svg"); content: url("/themes/custom/quartiers_de_demain/src/assets/img/up-arrow.svg");
} }
.footer { .footer {

View File

@ -5,4 +5,4 @@ global:
css: css:
theme: theme:
dist/assets/css/bundle.css: {} dist/assets/css/bundle.css: {}
css/animated_logo.css: {} # css/animated_logo.css: {}

View File

@ -19,7 +19,8 @@ footer{
text-align: top; text-align: top;
&::before{ &::before{
content:url("../images/up-arrow.svg") ; content:url("/themes/custom/quartiers_de_demain/src/assets/img/up-arrow.svg") ;
// width: 20%; // width: 20%;
} }
} }

View File

@ -7,7 +7,7 @@ let config = {
"./src/assets/js/quartiers_de_demain.js", "./src/assets/js/quartiers_de_demain.js",
"./src/assets/js/animated_logo.js", "./src/assets/js/animated_logo.js",
"./src/assets/scss/quartiers_de_demain.scss", "./src/assets/scss/quartiers_de_demain.scss",
"./src/assets/css/animated_logo.css", // "./src/assets/css/animated_logo.css",
], ],