11 lines
140 B
Plaintext
11 lines
140 B
Plaintext
.common-svg-icon(@size: 14px, @color: #3370ff) {
|
|
>svg {
|
|
width: @size;
|
|
height: @size;
|
|
|
|
>path {
|
|
fill: @color;
|
|
}
|
|
}
|
|
}
|