Check, cancel

This commit is contained in:
Caitlin Hennessy 2017-12-21 11:30:32 -08:00
parent 7affbf8cb6
commit e240e3b394

View File

@ -9,7 +9,7 @@
/* Fonts for toolbox icons */
@font-face {
font-family: 'legoIcons';
src: data-uri("../docs/static/fonts/icons/iconfont.woff") format('woff');
src: data-uri("../docs/static/fonts/icons/iconfont.woff2");
}
.blocklyFlyoutLabel:not(.blocklyFlyoutHeading) .blocklyFlyoutLabelIcon {
@ -137,3 +137,11 @@ span.blocklyTreeIcon.blocklyTreeIconaddpackage::before {
content: "\f116"
}
.button.approve.positive .checkmark.icon::before {
content: "\f115"
}
.button.approve.cancel .cancel.icon::before {
content: "\f114"
}