UNPKG
flamingo-ui
Version:
latest (2.0.16)
2.0.16
火烈鸟UI组件库
flamingo-ui
/
es
/
button
/
index-sfc-2.css
2 lines
(1 loc)
•
155 B
CSS
View Raw
1
2
.fmg-button
{
min-width
:
120px
;
color
:
#fff
;
font-size
:
16px
;
line-height
:
36px
;
background
:
var
(--fmg-gradient-color);
border
:none;
border-radius
:
30px
;
padding
:
0
10px
}