mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-25 11:47:59 +00:00
15 lines
217 B
CSS
15 lines
217 B
CSS
.Icon {
|
|
fill: currentColor;
|
|
height: 1em;
|
|
width: 1em;
|
|
text-align: center;
|
|
line-height: 1em;
|
|
vertical-align: middle;
|
|
display: inline-block;
|
|
}
|
|
|
|
.Icon svg {
|
|
width: auto;
|
|
height: 1em;
|
|
}
|