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

10 lines
No EOL
193 B
SCSS

.countryContainer {
display: inline-flex;
flex-direction: row;
justify-content: flex-start;
:global(.country) {
align-self: center;
margin-right: .25em;
}
}