/**
 * Error Page component
 *
 * `src/styles/components/Pages/Error.styl`
 *
 * Styles for the `Error` page component in demo page.
 * Any additional styles for the UI components can be written here.
 *
 * Weight: -55
 *
 * Styleguide: Error
 */

/**
 * .Error
 *
 * The Parent class name for the component.
 *
 * Styleguide: Error.1
 */
.Error
  content-block()
  text-align: center

  div
    margin-bottom: 10px;

  .Error-link
    margin-bottom: 30px;
