Skip to main content
doc-layout-action-buttons .action-buttons .button-wrap button div span.icon i {
color: black !important;
transform: scaleY(1.6) scaleX(1.6);
}/*black larger icons for expert and share etc*/
doc-layout-action-buttons .action-buttons .button-wrap button[aria-label="Share"] div span.icon i {
transform: scaleY(1.6) scaleX(-1.6) !important;
}

 

Why negative X? No idea, that’s how Docebo does it 🤣


Reply