Skip to content
Snippets Groups Projects
Commit 1905df1c authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

prevent warnings during assets build process, re #2801

parent a661446b
No related branches found
No related tags found
No related merge requests found
......@@ -408,7 +408,7 @@ $consum_ribbon_width: calc(100% - 58px);
&.contentbar-button-menu,
&.cw-ribbon-button-menu {
@include background-icon(table-of-contents, clickable, 24);
@include background-icon(table-of-contents, $size: 24px);
}
&.contentbar-button-zoom::before {
......
......@@ -47,7 +47,7 @@ ul.numberedchapters {
right: 0;
top: 12px;
cursor: pointer;
@include background-icon(decline, clickable, 24);
@include background-icon(decline, $size: 24px);
background-repeat: no-repeat;
background-size: 24px;
background-position: center right;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment