

YouAndWeb_TwoToc
a2ecfb85282bb782ae96a40499c728d5c266f710
YouAndWeb_TwoToc / client / components / modal / modal.scss
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
.modal-primary, .modal-info, .modal-success, .modal-warning, .modal-danger { .modal-header { color: #fff; border-radius: 5px 5px 0 0; } } .modal-primary .modal-header { background: $brand-primary; } .modal-info .modal-header { background: $brand-info; } .modal-success .modal-header { background: $brand-success; } .modal-warning .modal-header { background: $brand-warning; } .modal-danger .modal-header { background: $brand-danger; } |
Commits for YouAndWeb_TwoToc/client/components/modal/modal.scss
Revision | Author | Commited | Message |
---|---|---|---|
a2ecfb ... | PTKDev | Fri 20 Nov, 2015 11:22:35 +0000 | TwoToc code |