@import '../../styles/themes'; @include nb-install-component() { .settings-row { display: flex; flex-direction: row; justify-content: space-between; padding-bottom: 0.5rem; flex-wrap: wrap; a { font-size: 2rem; margin-right: 1rem; color: nb-theme(color-white); &.selected { color: nb-theme(color-success); } } } }