/* Floating notifications */

.ags-psrf-notification {
  margin-bottom : 15px;
  @include notificationMixin();

  p:last-of-type {
    margin-bottom : 0;
    }

  &.ags-psrf-notification-success {
    @include notificationMixin('success');
    }

  &.ags-psrf-notification-error {
    @include notificationMixin('error');
    }

  &.ags-psrf-notification-warning {
    @include notificationMixin('warning');
    }
  }