11 lines
167 B
SCSS
11 lines
167 B
SCSS
.sdg-content-menu {
|
|
|
|
.goals-link::before {
|
|
@extend %font-icon;
|
|
@extend %svg-icon;
|
|
@extend %admin-menu-icon;
|
|
|
|
mask-image: image-url("sdg.svg");
|
|
}
|
|
}
|