arcayne / timeIsMoney

0 stars 2 forks source link

Icons size for ipad #16

Closed ferrangomis closed 9 years ago

ferrangomis commented 9 years ago

For buttons pause, reset, settings if we can find a way to have different size for different screen size:

.bar .button.button-icon:before, .bar .button .icon:before, .bar .button.icon:before, .bar .button.icon-left:before, .bar .button.icon-right:before { padding-right: 25px; padding-left: 25px; font-size: 90px; line-height: 100px; }

ferrangomis commented 9 years ago

Done