Skip to content

Instantly share code, notes, and snippets.

@CoHyper
CoHyper / mobile-input-checkbox.scss
Last active June 6, 2024 23:34 — forked from boazsender/mobilecheckbox.css
SASS Mobile CSS checkboxes
// all include sass is own mixins
input {
// same in textarea - only for checkbox need seperate
&[type="text"],
&[type="email"],
&[type="date"],
&[type="number"] {
@include sass-border-radius(5px);
border: 0;
padding-bottom: 0.5em;
/* modernizr-test.js
* Daniel Ott
* 3 March 2011
* Custom Tests using Modernizr's addTest API
*/
/* iOS
* There may be times when we need a quick way to reference whether iOS is in play or not.
* While a primative means, will be helpful for that.
*/