.newsletters-tab { border: 0; margin: $baseLineHeight 0; li { margin-bottom: 0; a { @include border-radius(0); border-color: #eee; background: #eee; font-weight: 700; color: #000; padding: 5px $baseLineHeight / 2; @include transition(.2s); margin-right: 4px; margin-bottom: 10px; font-family: Arial, Helvetica; @include box-shadow(none); &:hover, &:focus { background: $accent; border-color: $accent; color: #fff; } } &.active > a, &.active > a:hover { background: $accent; border-color: $accent; color: #fff; } } } .newsletters-list { .newsletter-date { color: #999; } ul { margin-bottom:0; li { margin-bottom:0; } } }