.card { border-radius: $border-radius; .bg-success { background-color: theme-color-light('success')!important; } } .card-header { .card-header-tabs { border: none !important; .nav-link { border: none !important; color: $text-secondary; font-weight: 500 !important; background: none !important; &:hover { color: $red-hover } } .nav-link.active { color: $red-active !important; text-decoration: underline; } } } .card-body dd .status-icon { line-height: 1.1; } .card-buttons > a { font-weight: 500; font-size: .825rem; vertical-align: baseline; }