@datagouv/vue-toaster
Version:
Vue 3 toaster notification
15 lines (14 loc) • 319 B
CSS
.v--default-css .c-toast {
display: grid;
align-items: center;
animation-duration: 150ms;
margin: 0.5em 0;
border-radius: 0.5em;
pointer-events: auto;
color: #fff;
min-height: 3em;
cursor: pointer;
font-family: Avenir, Helvetica, Arial, sans-serif;
padding: 0.5em 2em;
word-break: break-word;
}