Add block icon font
This commit is contained in:
@ -118,34 +118,34 @@ span.blocklyTreeIcon.blocklyTreeIconaddpackage::before {
|
||||
}
|
||||
|
||||
span.blocklyTreeIcon.blocklyTreeIconadvancedcollapsed::before {
|
||||
content: "\f116";
|
||||
}
|
||||
|
||||
span.blocklyTreeIcon.blocklyTreeIconadvancedexpanded::before {
|
||||
content: "\f117";
|
||||
}
|
||||
|
||||
.save-editortools-btn .icon.save,
|
||||
.download-button .icon.download.icon-and-text,
|
||||
.button.approve.positive .i.icon.checkmark,
|
||||
.button.approve.cancel .i.icon.cancel
|
||||
{
|
||||
font-family: 'legoIcons';
|
||||
}
|
||||
|
||||
.save-editortools-btn .icon.save:before {
|
||||
content: "\f115";
|
||||
}
|
||||
|
||||
.download-button .icon.download.icon-and-text:before {
|
||||
content: "\f114";
|
||||
}
|
||||
|
||||
.button.approve.positive .i.icon.checkmark:before {
|
||||
content: "\f113";
|
||||
}
|
||||
|
||||
.button.approve.cancel .i.icon.cancel:before {
|
||||
content: "\f112";
|
||||
}
|
||||
|
||||
span.blocklyTreeIcon.blocklyTreeIconadvancedexpanded::before {
|
||||
content: "\f113";
|
||||
}
|
||||
|
||||
.save-editortools-btn .icon.save:before {
|
||||
font-family: 'legoIcons';
|
||||
content: "\f117";
|
||||
}
|
||||
|
||||
.download-button .icon.download.icon-and-text:before {
|
||||
font-family: 'legoIcons';
|
||||
content: "\f116";
|
||||
}
|
||||
|
||||
.button.approve.positive i.icon.checkmark:before {
|
||||
font-family: 'legoIcons';
|
||||
content: "\f115";
|
||||
}
|
||||
|
||||
.button.approve.cancel i.icon.cancel:before {
|
||||
font-family: 'legoIcons';
|
||||
content: "\f114";
|
||||
}
|
||||
|
||||
.blocks-menuitem i.icon.blocks:before {
|
||||
font-family: 'legoIcons' !important;
|
||||
content: "\f118" !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user