Add files via upload

master
Script47 6 years ago committed by GitHub
parent 58eb0521be
commit e95321f50c
Signed by untrusted user: GitHub
GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      css/toast.css
  2. 4
      dist/toast.min.js
  3. 75
      js/toast.js

@ -0,0 +1,16 @@
#toast-container {
position: sticky;
z-index: 1055;
top: 0;
}
#toast-wrapper {
position: absolute;
top: 0;
right: 0;
margin: 5px;
}
.toast {
min-width: 150px;
}

4
dist/toast.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save