Use legoIcons font for flyout headings

This commit is contained in:
Caitlin Hennessy 2018-01-02 13:01:28 -08:00
parent 383ca5467d
commit a7c62b45b2

View File

@ -13,11 +13,14 @@
}
.blocklyFlyoutLabel:not(.blocklyFlyoutHeading) .blocklyFlyoutLabelIcon {
font-family: 'legoIcons';
fill: white;
font-size: 1.7rem;
}
.blocklyFlyoutLabel .blocklyFlyoutLabelIcon {
font-family: 'legoIcons';
}
span.blocklyTreeIcon {
font-family: 'legoIcons' !important;
}