Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

College developers can use the CSS selector below to target the Program Links inside the block on Award pages in _buttons.scss file in your college theme partials folder.

Code Block
languagesass
/**
 * Program Links on Award Pages.
 */

#block-program-award-program-award-program-reference {
  .btn-default {
    color: #fff;
    background: $brand-primary;
    border-color: $brand-primary;
    &:hover,
    &:focus {
      color: #fff;
      background-color: darken($brand-primary, 6.5%);
      border-color: darken($brand-primary, 6.5%);
    }
  }
}

...

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel in ( "content-editor" , "marketeer" , "site-builder" , "webmaster" , "content" , "structure" )