
%x-notification,
.x-notification {
  @extend %cursor-pointer,
          %position-absolute,
          %d-none;
  top: 0;
  right:0;
  z-index: 2;

  .x-icon-container {
    @extend %bg-white;
    border-radius: 50%;
  }
}

.x-notification-error {
  @extend %x-notification,
          %text-danger,
          %d-block;
}
