minor font sizings

This commit is contained in:
Andy Miller
2020-01-29 13:30:09 -07:00
parent 31a12c556b
commit ee8aede055
3 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -497,16 +497,16 @@ form {
&[data-_check-status="1"] input[type=checkbox] + label:before {
content:"\f00c";
font-family: "FontAwesome";
font-size: 1.2rem;
line-height: 1.1;
font-size: 0.9rem;
line-height: 1.6;
text-align: center;
}
&[data-_check-status="2"] input[type=checkbox] + label:before {
content:"\f05e";
font-family: "FontAwesome";
font-size: 1.2rem;
line-height: 1.1;
font-size: 0.9rem;
line-height: 1.6;
text-align: center;
}