decko-commons/decko

View on GitHub
mod/help/assets/style/help.scss

Summary

Maintainability
Test Coverage

/* Help text */
.help-text {
  color: $text-muted
}

.nav-pills .nav-link.active .help-text {
  color: lighten($primary, 40%);
}