/** * @file * Visual styles for comments in Bootstrap Barrio. */ .alert-wrapper { position: fixed; bottom: 0; left: 0; width: 100%; max-height: 75vh; z-index: 9999; } .alert-wrapper .alert { overflow-y: auto; margin-bottom: 0; } .toast-wrapper { position: fixed; top: 0; right: 0; z-index: 9999; } .alert-success::before { display: inline-block; content: ""; background-image: url('data:image/svg+xml,'); background-repeat: no-repeat; -webkit-background-size: 1.5rem 1.5rem; background-size: 1.5rem 1.5rem; background-position: 0 0.4rem; width: 1.75rem; height: 1.75rem; } .alert-warning::before { display: inline-block; content: ""; background-image: url('data:image/svg+xml,'); background-repeat: no-repeat; -webkit-background-size: 1.5rem 1.5rem; background-size: 1.5rem 1.5rem; background-position: 0 0.4rem; width: 1.75rem; height: 1.75rem; } .alert-danger::before { display: inline-block; content: ""; background-image: url('data:image/svg+xml,'); background-repeat: no-repeat; -webkit-background-size: 1.5rem 1.5rem; background-size: 1.5rem 1.5rem; background-position: 0 0.4rem; width: 1.75rem; height: 1.75rem; }