toastifier
Version:
Light and Simple Multi-Framework Toaster
1 lines • 1.98 kB
CSS
@import url(https://fonts.googleapis.com/css2?family=Nunito&display=swap);.toastifier__alert{position:relative;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;cursor:pointer;direction:ltr;background:#fff;width:10%;text-align:center;z-index:1000;padding-top:15px;padding-bottom:15px;border-width:3px;border-style:solid;font-family:Nunito,sans-serif;margin-bottom:.23em;min-width:250px;font-weight:500;display:flex;justify-content:center;align-items:center}.toastifier__success{border-color:green;color:green}.toastifier__warn{border-color:#ffc800;color:#b48e0f}.toastifier__error{border-color:red;color:red}.toastifier__info{border-color:#0882c9;color:#0882c9}.toastifier__shadow{box-shadow:rgba(100,100,111,.5) 0 7px 29px 0}.toastifier__top-left{position:fixed;box-sizing:border-box;top:2em;left:2em}.toastifier__top-right{position:fixed;box-sizing:border-box;top:2em;right:2em}.toastifier__bottom-left{position:fixed;bottom:2em;left:2em}.toastifier__bottom-right{position:fixed;box-sizing:border-box;bottom:2em;right:2em}.toastifier__bottom-center{position:fixed;box-sizing:border-box;bottom:1em;left:50%;transform:translateX(-50%)}.toastifier__top-center{position:fixed;box-sizing:border-box;top:1em;left:50%;transform:translateX(-50%)}.toastifier__container{position:fixed;z-index:100;justify-content:center;display:flex;flex-direction:column}