@charset "UTF-8"; a { color: $primary !important; @extend .button, .is-hoverable; &:hover, &:focus { color: $dark !important; background: $pale-purple; } &.active { color: $dark !important; &:hover, &:focus { color: $white !important; background: $pale-purple; } } .fa { margin-right: 1ch; } } .button, .btn { .fa { margin-right: 1ch; } } .list-my-polls { a { @extend .is-block; } sub { margin-left: 2em; } } .preview-url { a { overflow: hidden; @extend .text-ellipsis; } framadate-copy-text { float: right; } }