20 lines
298 B
SCSS
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;
|
|
}
|
|
} |