@import '../../../../../../styles/variables'; .poll-kind { .title { margin-bottom: 32px; font-size: 32px; line-height: 36.8px; } } .kind-of-poll { min-height: 30vh; .fa { margin-right: 1em; } .button { background: $d-blue30; border: solid white 1px; border-radius: 8px; transition: background-color ease 1.5s; color: $font-color; margin-bottom: 0.85rem; padding: 1rem; label { font-weight: 700; font-size: 14px; line-height: 16px; } img { margin-right: 11px; margin-left: 0; margin-top: -2px; height: 18px; width: 18px; line-height: 18px; } input[type='radio'] { width: 24px; height: 24px; } &.is-selected { border: solid $primary-color 1px; } &:hover { border: solid $primary-color 1px; transition: background-color ease 0.25s; } } }