/**
Only used to manipulate styling of the admin theme
 */
.toolbar .toolbar-bar .toolbar-icon-bw3-core-admin:before {
  -webkit-mask-image: url("/modules/custom/bw3_core/assets/img/logo.svg") !important;
  mask-image: url("/modules/custom/bw3_core/assets/img/logo.svg") !important;
}
