Email.module.scss 248 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 .view { display: flex; @media screen and (max-width: 1125px) { flex-direction: column; } } .alert { transition: 0.6s; transition-timing-function: ease; transform: translateX(-130vw); } .alertAfter { transform: translateX(0); }