Skip to content
Snippets Groups Projects
Commit 9372e568 authored by Robert Lange's avatar Robert Lange Committed by Dorian Merz
Browse files

refs #16710 [fid_adlr] add missing icon for sid 103

* add icon and scss of iconcategory
* use png from docx file of refs #15767
parent eea33a4f
No related merge requests found
themes/fid_adlr/images/category-icons/notes-online.png

1.71 KiB

......@@ -94,6 +94,10 @@ $imo-image-prefix: 'iconcategory' !default;
content: url('../images/category-icons/notes-offline.png');
}
.#{$imo-image-prefix}-notes-online:before {
content: url('../images/category-icons/notes-online.png');
}
.#{$imo-image-prefix}-software:before {
content: url('../images/category-icons/software.png');
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment