css: properly size dash in checkbox
This commit is contained in:
parent
a929866b9a
commit
99a2fdf285
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue