mirror of https://gitlab.com/bashrc2/epicyon
Change the scale for checkboxes on mobile
parent
e4f4045e92
commit
f852e0e299
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue