/**
 * @file
 * Styling for the user module icons.
 */

/**
 * Toolbar tab icon.
 */

#toolbar-item-user:before,
.toolbar-icon-admin-toolbar-tools-help:before {
  background-image: url(../images/icons/client-logo.svg) !important;
  width: 20px !important;
  filter: none !important;
}


