// global.scss or global.sass

._c_toast_top
  position: fixed
  height: auto
  top: 10px
  left: 50%
  max-width: 100%
  transform: translateX(-50%)

._c_toast_bottom
  position: fixed
  bottom: 10px
  left: 50%
  max-width: 100%
  transform: translateX(-50%)

._c_toast_left
  position: fixed
  bottom: 10px
  left: 15%
  max-width: 300px
  transform: translate(-50%, -50%)

._c_toast_right
  position: fixed
  bottom: 10px
  right: 15%
  max-width: 300px
  transform: translate(50%, -50%)
