@charset "UTF-8";
@import "~@jereation/sass-helpers/_mixins";


.jNotification {
  position: absolute;
  top: -20px;
  left: 0;
  height: 20px;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #57bdc0;
  z-index: 9999;
  @include transition(all .5s ease);
}

.jNotification.active {
  top: 0;
}
