cyp/app/css/icons.less
2020-03-13 16:52:24 +01:00

11 lines
111 B
Plaintext

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