UNPKG
@vnmfify/core
Version:
latest (0.1.0-a37)
0.1.0-a37
0.1.0-a36
0.1.0-a35
0.1.0-a34
0.1.0-a33
0.1.0-a32
0.1.0-a31
0.1.0-a3
0.1.0-a2
0.1.0-a1
```shell npm i @vnmfify/core -S ```
@vnmfify/core
/
button-base
/
index.css
3 lines
(2 loc)
•
233 B
CSS
View Raw
1
2
3
.vnmfify-button-base
{
background
:
rgba
(
0
,
0
,
0
,
0
);
border
:
0
;
height
:
100%
;
left
:
0
;
opacity
:
0
;
outline
:none;
padding
:
0
;
position
:absolute;
top
:
0
;
width
:
100%
;
z-index
:
1
}
.vnmfify-button-base
:after
{
display
:none}
/*# sourceMappingURL=index.css.map */