mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-02-13 10:01:54 +00:00
23 lines
470 B
CSS
23 lines
470 B
CSS
.modal-primary .modal-header,
|
|
.modal-info .modal-header,
|
|
.modal-success .modal-header,
|
|
.modal-warning .modal-header,
|
|
.modal-danger .modal-header {
|
|
color: #fff;
|
|
border-radius: 5px 5px 0 0;
|
|
}
|
|
.modal-primary .modal-header {
|
|
background: #428bca;
|
|
}
|
|
.modal-info .modal-header {
|
|
background: #5bc0de;
|
|
}
|
|
.modal-success .modal-header {
|
|
background: #5cb85c;
|
|
}
|
|
.modal-warning .modal-header {
|
|
background: #f0ad4e;
|
|
}
|
|
.modal-danger .modal-header {
|
|
background: #d9534f;
|
|
}
|