Change the scale for checkboxes on mobile

main
Bob Mottram 2022-02-28 10:43:16 +00:00
parent e4f4045e92
commit f852e0e299
1 changed files with 10 additions and 10 deletions

View File

@ -2488,11 +2488,11 @@ div.container {
} }
input[type=checkbox], .profilecheckbox input[type=checkbox], .profilecheckbox
{ {
-ms-transform: scale(4); -ms-transform: scale(2);
-moz-transform: scale(4); -moz-transform: scale(2);
-webkit-transform: scale(4); -webkit-transform: scale(2);
-o-transform: scale(4); -o-transform: scale(2);
transform: scale(4); transform: scale(2);
padding: 20px; padding: 20px;
margin: 30px 40px; margin: 30px 40px;
} }
@ -3227,11 +3227,11 @@ div.container {
} }
input[type=checkbox], .profilecheckbox input[type=checkbox], .profilecheckbox
{ {
-ms-transform: scale(4); -ms-transform: scale(2);
-moz-transform: scale(4); -moz-transform: scale(2);
-webkit-transform: scale(4); -webkit-transform: scale(2);
-o-transform: scale(4); -o-transform: scale(2);
transform: scale(4); transform: scale(2);
padding: 20px; padding: 20px;
margin: 30px 40px; margin: 30px 40px;
width: 10px; width: 10px;