Posts: 300
Threads: 81
Joined: May 2017
Reputation:
0
Hi, is there a way (css) to increase the dimension of the Pin input panel for an ojbect?
Thanks in advance
Peppe
Posts: 5030
Threads: 28
Joined: Aug 2017
Reputation:
230
try this
Code:
123
.
well.control.control-pincode{
transform:
scale(
1.5);
}
------------------------------
Ctrl+F5