Check, cancel
This commit is contained in:
parent
7affbf8cb6
commit
e240e3b394
@ -9,7 +9,7 @@
|
|||||||
/* Fonts for toolbox icons */
|
/* Fonts for toolbox icons */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'legoIcons';
|
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 {
|
.blocklyFlyoutLabel:not(.blocklyFlyoutHeading) .blocklyFlyoutLabelIcon {
|
||||||
@ -137,3 +137,11 @@ span.blocklyTreeIcon.blocklyTreeIconaddpackage::before {
|
|||||||
content: "\f116"
|
content: "\f116"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button.approve.positive .checkmark.icon::before {
|
||||||
|
content: "\f115"
|
||||||
|
}
|
||||||
|
|
||||||
|
.button.approve.cancel .cancel.icon::before {
|
||||||
|
content: "\f114"
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user