cyp/app/css/icons.less
2019-04-16 08:40:16 +02:00

11 lines
115 B
Plaintext

.icon {
width: 24px;
flex-shrink: 0;
path, polygon, circle {
&:not([fill]) {
fill: currentColor;
}
}
}