.load-more { display: block; color: $dark-text-color; background-color: transparent; border: 0; margin: 0; padding: 15px; box-sizing: border-box; width: 100%; clear: both; text-decoration: none; @include text-sizing(14px, 400, 1.2, center); &:hover { background: lighten($ui-base-color, 2%); } &--gap { border-bottom: 1px solid lighten($ui-base-color, 8%); } }