examples.icons.css 283 B

12345678910111213
  1. /**
  2. * @file
  3. * Styling for the user 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.svg);
  12. }