/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Styling for the Workspaces navigation item.
 */

.toolbar-button--workspaces {
  --toolbar-button-bg: var(--admin-toolbar-color-orange-300);
  --toolbar-button-color: var(--admin-toolbar-color-gray-990);
  --toolbar-button-hover-bg: var(--admin-toolbar-color-orange-300);
  --toolbar-button-current-bg: var(--admin-toolbar-color-orange-300);
}

.toolbar-button--workspaces--live {
  --toolbar-button-bg: #87cc5f;
  --toolbar-button-color: var(--admin-toolbar-color-gray-990);
  --toolbar-button-hover-bg: #87cc5f;
  --toolbar-button-current-bg: #87cc5f;
}
