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 {
content: "-";
font-size: 35px;
top: -19px;
left: 2px;
font-size: 19px;
top: -6px;
left: 3px;
}
@media (min-width: 768px) {
@ -1246,4 +1246,4 @@ a:focus {
font-size: 16px;
color: white;
z-index: 2;
}
}