:import {
  -st-from: '../Foundation/stylable/colors.st.css';
  -st-named: D80;
}

.toastContainer {
  position: fixed;
  width: 780px;
  color: value(D80);
  left: 50%;
  transform: translateX(-50%);
}

/* st-namespace-reference="../../../src/Toast/Toast.st.css" */