UNPKG

btn.css

Version:
18 lines (17 loc) 311 B
/*! btn.css */ .btn { font-size: 1em; font-family: inherit; line-height: 2; display: inline-block; padding: 0 1em; cursor: pointer; white-space: nowrap; text-decoration: none; border-width: 1px; border-style: solid; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }