arrow to top
This commit is contained in:
parent
8e01baad3d
commit
f6051b15b1
|
@ -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 {
|
||||||
|
|
|
@ -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: {}
|
||||||
|
|
|
@ -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%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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",
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue