fix: reroute static files and remove mockCms

This commit is contained in:
Christel Westerberg
2024-03-04 12:01:51 +01:00
parent d86ac70d4e
commit 54e7ea04be
28 changed files with 46 additions and 126 deletions

View File

@@ -7,7 +7,7 @@
}
.arrow {
background-image: url("/Static/img/icons/arrows/arrow-down-grey.png");
background-image: url("/_static/img/icons/arrows/arrow-down-grey.png");
background-position: 50%;
background-repeat: no-repeat;
display: inline-block;
@@ -16,7 +16,7 @@
}
.arrow.open {
background-image: url("/Static/img/icons/arrows/arrow-up-grey.png");
background-image: url("/_static/img/icons/arrows/arrow-up-grey.png");
}
.link {
@@ -28,4 +28,4 @@
.link:hover {
color: #7f7369;
text-decoration: none;
}
}