@react-bunker/toast-notification
Version:
- 🔗 [Apresentação do toast notification](https://edinelsonslima.github.io/lp-toast-notification/) - 🔗 [NPM](https://www.npmjs.com/package/@edinelsonslima/toast-notification)
2 lines (1 loc) • 2.37 kB
CSS
._toast-container_1m461_1{position:fixed;display:flex;flex-direction:column-reverse;gap:1rem;z-index:999}._animation-message-right-top_1m461_9,._animation-message-right-center_1m461_10,._animation-message-right-bottom_1m461_11{animation:_screenRightIn_1m461_1 .5s ease-in-out}._right-top_1m461_15,._right-center_1m461_16,._right-bottom_1m461_17{align-items:end;right:1rem}._right-top_1m461_15{top:1rem}._right-center_1m461_16{align-items:end;top:50%;transform:translateY(-50%)}._right-bottom_1m461_17{align-items:end;bottom:1rem}._animation-message-center-top_1m461_37,._animation-message-center-bottom_1m461_38,._animation-message-center-center_1m461_39{animation:_screenCenterIn_1m461_1 .5s ease-in-out}._center-top_1m461_43,._center-center_1m461_44,._center-bottom_1m461_45{left:50%;align-items:center;transform:translate(-50%)}._center-top_1m461_43{top:1rem}._center-center_1m461_44{top:50%;transform:translate(-50%,-50%)}._center-bottom_1m461_45{bottom:1rem}._animation-message-left-top_1m461_64,._animation-message-left-center_1m461_65,._animation-message-left-bottom_1m461_66{animation:_screenLeftIn_1m461_1 .5s ease-in-out}._left-top_1m461_70,._left-center_1m461_71,._left-bottom_1m461_72{align-items:start;left:1rem}._left-top_1m461_70{top:1rem}._left-center_1m461_71{top:50%;transform:translateY(-50%)}._left-bottom_1m461_72{bottom:1rem}._toast-message_1m461_90{display:flex;gap:.5rem;align-items:center;justify-content:center;border-radius:.2rem;padding:.5rem;background:#c2c2c2;box-shadow:0 3px 10px #0000001a;border:none;outline:none;cursor:pointer;transition:all .5s ease-in-out;font-size:.875rem}._toast-message_1m461_90:hover{filter:brightness(.9)}._toast-message_1m461_90:active{filter:brightness(1.1)}._success_1m461_114{background:#61d345;color:#fff}._info_1m461_119{background:#4b8aff;color:#fff}._warn_1m461_124{background:#fc0;color:#fff}._error_1m461_129{background:#ff4b4b;color:#fff}._ghost_1m461_134{background:#fff;color:#000}._animation-unmount_1m461_139{animation:_screenOut_1m461_1 .5s ease-in-out forwards}@keyframes _screenRightIn_1m461_1{0%{transform:translate(150%)}to{transform:translate(0)}}@keyframes _screenLeftIn_1m461_1{0%{transform:translate(-150%)}to{transform:translate(0)}}@keyframes _screenCenterIn_1m461_1{0%{transform:translateY(-150%)}to{transform:translate(0)}}@keyframes _screenOut_1m461_1{0%{opacity:1}to{opacity:0}}