cyp/app/css/icons.less

11 lines
123 B
Plaintext
Raw Permalink Normal View History

2019-03-28 22:23:28 +08:00
.icon {
2020-03-17 05:57:13 +08:00
width: var(--icon-size);
2020-03-13 23:52:24 +08:00
flex: none;
2019-03-28 22:23:28 +08:00
path, polygon, circle {
&:not([fill]) {
fill: currentColor;
}
}
}