@djthoms/pretty-checkbox
Version:
A pure css library to beautify checkbox and radio buttons.
13 lines (12 loc) • 332 B
CSS
/**
* pretty-checkbox.css
*
* A pure CSS library to beautify checkbox and radio buttons
*
* Source: https://github.com/atomicpages/pretty-checkbox
* Demo: https://pretty-checkbox.netlify.app/
*
* Copyright (c) 2020 Dennis Thompson
* Originally By: Lokesh rajendran
*/
.pretty .state label{margin-left:1.5em;text-indent:0}