UNPKG
@linker-design-plus/linker-style
Version:
latest (0.0.8)
0.0.8
0.0.7
0.0.1
A package for linker design styles.
@linker-design-plus/linker-style
/
components
/
Radio
/
index.less
16 lines
(15 loc)
•
325 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.arco-radio-button
,
.arco-radio-group-button
{
line-height
:
32px
;
.arco-radio-button
{
border-radius
:
8px
;
height
:
32px
;
line-height
:
32px
;
.arco-radio-checked
{
.arco-radio-button-content
{
border-radius
:
8px
;
font-weight
:
500
;
background-color
:
#ffffff
; } } } }