UNPKG
sb-test-clicker
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
npm install
sb-test-clicker
/
src
/
components
/
button.css
15 lines
(13 loc)
•
223 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
button
{
min-width
:
140px
;
font
: inherit;
border
: none;
color
: white;
background-color
: steelblue;
border-radius
:
4px
;
padding
:
12px
22px
;
cursor
: pointer; }
button
:focus
{
outline
: none; }