@import '../../../../../../styles/variables'; .kind-of-poll { margin-top: 5em; .fa { margin-right: 1em; } .button { background: $d-grey; border: solid white 1px; &.is-selected { border: solid $primary-color 1px; color: $font_color; } } }