.base-notifications{bottom:20px;position:fixed;right:20px;z-index:10000}.base-notifications__notification{align-items:center;border-radius:5px;box-shadow:0 2px 4px #0003;color:#fff;display:flex;margin-bottom:10px;min-height:50px;opacity:.9;padding:10px 20px;transition:opacity .3s ease}.base-notifications__notification--success{background-color:#4caf50}.base-notifications__notification--info{background-color:#2196f3}.base-notifications__notification--error{background-color:#f44336}.notification-enter-active,.notification-leave-active{transition:all .5s}.notification-enter,.notification-leave-to{opacity:0;transform:translateY(20px)}
