Minhas sugestões de mixins:
@mixin botao-padrao {
background: $cor-padrao;
border: 0;
color: $cor-branca;
width: 210px;
height: 38px;
font-size: 1.2em;
@include borda-arredondada;
@include sombra-padrao;
}
@mixin footer-content {
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: -1;
}