13 lines
267 B
Stylus
13 lines
267 B
Stylus
|
|
.dropdown_icon::before
|
||
|
|
position absolute
|
||
|
|
right 0
|
||
|
|
top 0
|
||
|
|
content: '\e626'
|
||
|
|
.radio__icon--disabled .icon::before
|
||
|
|
content '\e608'
|
||
|
|
.radio__icon--checked .icon::before
|
||
|
|
content '\e608'
|
||
|
|
.close_icon::before
|
||
|
|
content '\e60f'
|
||
|
|
.selected_icon::before
|
||
|
|
content '\e608'
|