block-button-css-in-js

0.0.2 • Public • Published

Block Button CSS in JS

button: {
   borderRadius: 0,
   textShadow: 'none',
   outline: 'none',
   width: '100%',
   cursor: 'pointer',
   color: sv.$colorWhite,
   padding: '15px 10px',
   textAlign: 'center',
   transition: 'background-color 0.4s ease',
   ':hover': {
     backgroundColor: '#024295'
   },
   ':active': {
     boxShadow: 'inset 0 0 6px #02194b'
   }
 },
 label: {
   position: 'relative',
   ':active': {
     top: 1
   }
 },
 disabled: {
   pointerEvents: 'none',
   border: '1px solid ' + sv.$colorGrey1,
   backgroundColor: sv.$colorGrey1
 }

Readme

Keywords

none

Package Sidebar

Install

npm i block-button-css-in-js

Weekly Downloads

3

Version

0.0.2

License

none

Last publish

Collaborators

  • bigchi