You are here

bat.icons.css in Booking and Availability Management Tools for Drupal 8

Styling for the bat module icons.

File

css/bat.icons.css
View source
  1. /**
  2. * @file
  3. * Styling for the bat module icons.
  4. */
  5. /**
  6. * Toolbar tab icon.
  7. */
  8. .toolbar-bar .toolbar-icon-bat-admin:before {
  9. background-image: url(../icons/787878/bat.svg);
  10. }
  11. .toolbar-bar .toolbar-icon-bat-admin:active:before,
  12. .toolbar-bar .toolbar-icon-bat-admin.is-active:before {
  13. background-image: url(../icons/ffffff/bat.svg);
  14. }