
/*
    Colors for the Zip Icon

*/

.editor-block-list-item-zip-recipes-recipe-grid-block {
  .block-editor-block-icon {
    background-color:#f5f1cb;
  }
  .dashicons-screenoptions{
    color:#e35899;
  }
}

[data-type="zip-recipes/recipe-grid-block"] {
  .components-button.block-editor-block-switcher__no-switcher-icon {
    background-color: #f5f1cb;
  }

  .dashicons-screenoptions{
    color:#e35899;
  }
}