//
// Component: Toasts
//

.toasts-top-right {
    right: unset;
    left: 0;
    z-index: $zindex-toasts;
  }
  
  .toasts-top-left {
    left: unset;
    right: 0;
    z-index: $zindex-toasts;
  }
  
  .toasts-bottom-right {
    right: unset;
    left: 0;
    z-index: $zindex-toasts;
  }
  
  .toasts-bottom-left {
    left: unset;
    right: 0;
    z-index: $zindex-toasts;
  }
  
  
  