BoostIcon: fix color
This commit is contained in:
parent
b55618664c
commit
404ad1e678
3 changed files with 10 additions and 7 deletions
|
@ -1,11 +1,13 @@
|
|||
.icon__boost {
|
||||
padding: 0;
|
||||
display: inline-block;
|
||||
.BoostIcon {
|
||||
display: inline-flex;
|
||||
border-radius: 2px;
|
||||
background-color: green;
|
||||
padding: 0.125em;
|
||||
align-items: center;
|
||||
|
||||
> :global(svg) {
|
||||
color: green;
|
||||
font-size: 1rem;
|
||||
> svg {
|
||||
color: white;
|
||||
font-size: 1em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue