@import "../../../sass/webpack_deps";

.article-error {
  @include container-padded;
  color: $titlegray;
  padding-bottom: gutter();
  padding-top: gutter();
  text-align: center;
  transition: opacity $animation-speed ease;

  a {
    @include underlined-link(
      $link-color: $titlegray,
      $link-color-active: $lpblue
    );
  }
}
