Sibling buttons are set up to add margin through the & + & selector. Similarly, the specialize buttons like .btn-txt also offer the same behavior through & + &. Sadly, this selector does not match when a vanilla .btn is sibling to a .btn-txt and vice-versa.
Sibling buttons are set up to add margin through the
& + &
selector. Similarly, the specialize buttons like.btn-txt
also offer the same behavior through& + &
. Sadly, this selector does not match when a vanilla.btn
is sibling to a.btn-txt
and vice-versa.