Files
nairobi/app/assets/stylesheets/sdg_management/menu.scss
Javi Martín 2968275a1c Add empty SDG homepage configuration page
Here we'll eventually display links to edit the homepage and the cards
in it.
2021-01-14 17:35:38 +01:00

19 lines
285 B
SCSS

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