examples.icons.css

Same filename in other branches
  1. 3.x css/examples.icons.css
  2. 8.x-1.x css/examples.icons.css

Styling for the Example module icons.

File

css/examples.icons.css

View source
  1. /**
  2. * @file
  3. * Styling for the Example module icons.
  4. */
  5. /**
  6. * Toolbar tab icon.
  7. */
  8. .toolbar-bar .toolbar-icon-examples::before,
  9. .toolbar-bar .toolbar-icon-examples:active::before,
  10. .toolbar-bar .toolbar-icon-examples.active::before {
  11. background-image: url(../images/examples.logo.svg);
  12. }