TeaWeb/shared/js/ui/react-elements/Icon.scss

12 lines
No EOL
166 B
SCSS

.container {
width: 1em;
height: 1em;
display: flex;
flex-direction: column;
justify-content: stretch;
> img {
flex-grow: 1;
}
}