]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/eg2/src/app/share/toast/toast.component.css
Docs: merge 3.2 release notes
[working/Evergreen.git] / Open-ILS / src / eg2 / src / app / share / toast / toast.component.css
1 #eg-toast-container {
2     min-width: 250px;
3     text-align: center;
4     border-radius: 2px;
5     padding: 10px;
6     position: fixed;
7     z-index: 1;
8     right: 15px;
9     bottom: 5px;
10 }
11