UNPKG

dynamicsmobile

Version:

Allows development of off-line mobile and web business apps over the Dynamics Mobile platform. More info on https://www.dynamicsmobile.com

60 lines (50 loc) 961 B
/* /** * @author Script47 (https://github.com/Script47/Toast) * @description Toast - A Bootstrap 4.2+ jQuery plugin for the toast component * @version 1.1.0 **/ .toast-container { position: fixed; z-index: 99055; margin: 5px; } .top-right { top: 70px; right: 0; } .top-left { top: 70px; left: 0; } .top-center { transform: translateX(-50%); top: 70px; left: 50%; } .bottom-right { right: 0; bottom: 0; } .bottom-left { left: 0; bottom: 0; } .bottom-center { transform: translateX(-50%); bottom: 0; left: 50%; } .toast-container > .toast { min-width: 150px; background: transparent; border: none; } .toast-container > .toast > .toast-header { border: none; } .toast-container > .toast > .toast-header strong { padding-right: 20px; } .toast-container > .toast > .toast-body { background: white; }