/**
 * @class Ext.Toast
 */

.x-toast {
    max-width: 90vw;
    max-height: 90vh;

    .x-toast-text {
        text-align: center;
    }
}
