/* Toolbar icon styling for Stryker Admin Tools */

/* Base style for the icon */
.icon-stryker {
    display: inline-block;
    width: 24px; /* Matches Gin's icon size */
    height: 24px;
    mask: url('../svg/stryker-icon.svg') no-repeat center;
    -webkit-mask: url('../svg/stryker-icon.svg') no-repeat center;
    mask-size: contain;
    -webkit-mask-size: contain;
    background-color: currentColor; /* Matches the current text color */
    vertical-align: middle;
  }
  
.toolbar .toolbar-bar .toolbar-icon-stryker::before,
.toolbar .toolbar-bar .toolbar-link--sstryker::before,
.toolbar .toolbar-bar .toolbar-button--icon--stryker::before {
  --icon: url("../svg/stryker-icon.svg");
}

.toolbar-icon-stryker::before,
.toolbar-link--stryker::before,
.toolbar-button--icon--stryker::before {
  --icon: url("../svg/stryker-icon.svg");
}