cyp/app/css/icons.less

11 lines
117 B
Plaintext
Raw Normal View History

2019-03-28 22:23:28 +08:00
.icon {
width: 24px;
2020-03-10 22:25:43 +08:00
// flex-shrink: 0;
2019-03-28 22:23:28 +08:00
path, polygon, circle {
&:not([fill]) {
fill: currentColor;
}
}
}