UNPKG
qp-es-ui
Version:
latest (5.0.0)
5.0.0
3.1.0
3.0.2
3.0.1
3.0.0
2.0.1-alpha.1
2.0.0-alpha.1
1.0.0-alpha.1
Query Park UI Components for React
github.com/QueryPark/UIKit
QueryPark/UIKit
qp-es-ui
/
src
/
components
/
Button
/
index.module.css
13 lines
(11 loc)
•
238 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
.Button
{
border
: none;
border-radius
:
5px
;
padding
:
8px
;
color
:
rgba
(
0
,
0
,
0
,
0.80
);
background-color
:
rgba
(
0
,
0
,
0
,
0.20
);
text-transform
: uppercase; }
.Button
:hover
{
background-color
:
rgba
(
0
,
0
,
0
,
0.30
); }