13 lines
No EOL
211 B
CSS
13 lines
No EOL
211 B
CSS
.BoostIcon {
|
|
display: inline-flex;
|
|
border-radius: 2px;
|
|
background-color: green;
|
|
padding: 0.125em;
|
|
align-items: center;
|
|
|
|
> svg {
|
|
color: white;
|
|
font-size: 1em;
|
|
vertical-align: middle;
|
|
}
|
|
} |