11 lines
168 B
CSS
11 lines
168 B
CSS
|
.icon__boost {
|
||
|
padding: 0;
|
||
|
display: inline-block;
|
||
|
border-radius: 2px;
|
||
|
|
||
|
> :global(svg) {
|
||
|
color: green;
|
||
|
font-size: 1rem;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
}
|