Add empty SDG homepage configuration page

Here we'll eventually display links to edit the homepage and the cards
in it.
This commit is contained in:
Javi Martín
2021-01-07 15:05:44 +01:00
parent 6db128f7ee
commit 2968275a1c
11 changed files with 79 additions and 5 deletions

View File

@@ -7,4 +7,12 @@
mask-image: image-url("sdg.svg");
}
.homepage-link {
@include has-fa-icon(home, solid);
&::before {
@extend %admin-menu-icon;
}
}
}