[Solved] Bootstrap – custom alerts with progress bar
/* !important are just used to overide the bootstrap css in the snippet */ .alertContainer { border-radius: 0 !important; border-width: 0 !important; padding: 0 !important; height: auto !important; position: absolute !important; bottom: 15px !important; left: 0; right: 0; margin: 0 auto !important; width: 480px !important; display: table; } .leftPart { text-align: center; width: 55px; font-size: … Read more