mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-03-09 23:38:54 +00:00
Initial Commit
This commit is contained in:
commit
c92f737237
273 changed files with 16964 additions and 0 deletions
23
client/components/modal/modal.css
Normal file
23
client/components/modal/modal.css
Normal file
|
@ -0,0 +1,23 @@
|
|||
.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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue