@import "shadow"; .actions { display: flex; justify-content: center; flex-wrap: wrap; margin-top: 20px; button { background: white; border: 1px solid black; @include shadow(); margin: 10px; padding: 10px 20px; text-transform: uppercase; width: 100px; &:active { box-shadow: none; } &:focus { outline: none; } &:hover { cursor: pointer; } } }