Raymond Hill 6 years ago
parent 455155c635
commit dd5a3a807c
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

@ -263,10 +263,11 @@ button.disabled > span.badge {
width: 0.8em;
}
.recipe .expander::before {
content: '\2BC8';
content: '+';
font-family: sans-serif;
}
.recipe.expanded .expander::before {
content: '\2BC6';
content: '\2212';
}
.recipe .name {
color: #000;

Loading…
Cancel
Save