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;