@import "/imports/ui/stylesheets/variables/_all"; .btn { flex: 0 0; margin-top: auto; span { width: $square-side-length; height: $square-side-length; } i { color: $color-gray-dark !important; top: $icon-top-offset; left: $icon-left-offset; } &:hover, &:focus { span { background-color: transparent !important; } } }