/**
 * Gutenber autosave control styles

 * @author Webcraftic <wordpress.webraftic@gmail.com>
 * @copyright (c) 10.12.2018, Webcraftic
 * @version 1.0
 *
 * Credits:
 * This code was used from the plugin: https://wordpress.org/plugins/disable-gutenberg-autosave/
 * Author websevendev
 */

h2.disable-gutenberg-autosave-header {
  margin: 0;
}

p.disable-gutenberg-autosave-error {
  color: red;
  font-family: "Monaco", "Menlo", "Ubuntu Mono", "Consolas", "source-code-pro", monospace;
}
