cyp/app/css/icons.less

11 lines
123 B
Plaintext

.icon {
width: var(--icon-size);
flex: none;
path, polygon, circle {
&:not([fill]) {
fill: currentColor;
}
}
}