Files
aio-hl-new/src/style/iconfont.styl
2023-06-28 08:58:26 +08:00

38 lines
747 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'
.select_icon::before
content '\e608'
.icon_exit
&::before
content '\e892'
// new
[class*=" icon_"],[class^=icon_]
font-family: "iconfont" !important;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
vertical-align: middle;
display: inline-block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
.icon_dropdown
font-size 15px
&::before
content: '\e626'
.icon_home
&::before
content: '\e632'