TeaWeb/shared/js/ui/react-elements/CountryIcon.scss
2021-03-23 13:42:32 +01:00

10 lines
No EOL
181 B
SCSS

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