@import '../../../@theme/styles/variables'; @include nga-install-component() { width: 100%; display: flex; justify-content: space-between; align-items: center; .socials { font-size: 2rem; a { padding: 0.4rem; color: nga-theme(color-fg); transition: color ease-out 0.1s; &:hover { color: nga-theme(color-fg-heading); } } } }