2022-09-08 15:06:44 -04:00

20 lines
298 B
SCSS

//
// session-timeout.scss
//
#session-timeout-dialog {
.close {
display: none;
}
.countdown-holder {
color: $danger;
font-weight: $fw-medium;
}
.btn-default {
background-color: $white;
color: $danger;
box-shadow: none;
}
}