Newer
Older
GestionHoteleria / src / assets / scss / custom / plugins / _session-timeout.scss
//
// session-timeout.scss
//

#session-timeout-dialog {
    .close {
        display: none;
    }

    .countdown-holder {
        color: $danger;
        font-weight: $font-weight-medium;
    }

    .btn-default {
        background-color: $white;
        color: $danger;
        box-shadow: none;
    }
}