/* You can add global styles to this file, and also import other style files */
@import 'md-light-indigo/theme.css';

.p-dialog-content .bs-dialog-header {
    background-color: #dee2e6;
}
.p-dialog-content .bs-dialog-footer {
    background-color: #dee2e6;
}
.p-dialog-content .bs-dialog-content {
    background: #f2f3f4;
}