.uk-card { &.uk-card-secondary { .uk-card-body { border-top: solid 1px #4a4a4a; border-bottom: solid 1px #4a4a4a; } button.uk-button { &.uk-button-primary { background: @button-primary-background; color: @button-primary-color; &:hover { background: @button-primary-hover-background; color: @button-primary-hover-color; } &:active { background: @button-primary-active-background; color: @button-primary-active-color; } } } } }