css: properly size dash in checkbox

This commit is contained in:
Jimmy Zelinskie 2015-06-23 12:23:50 -04:00
parent a929866b9a
commit 99a2fdf285

View file

@ -1108,9 +1108,9 @@ a:focus {
.co-checkable-menu-state.some:after { .co-checkable-menu-state.some:after {
content: "-"; content: "-";
font-size: 35px; font-size: 19px;
top: -19px; top: -6px;
left: 2px; left: 3px;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
@ -1246,4 +1246,4 @@ a:focus {
font-size: 16px; font-size: 16px;
color: white; color: white;
z-index: 2; z-index: 2;
} }