cyp/app/css/icons.less

11 lines
123 B
Plaintext
Raw Normal View History

2019-03-28 22:23:28 +08:00
.icon {
vertical-align: middle;
width: 24px;
path, polygon, circle {
&:not([fill]) {
fill: currentColor;
}
}
}