You are here

bootstrap-paragraphs-modal.css in Bootstrap Paragraphs 8.2

The css file for Bootstrap Paragraphs Modal.

Compiled from bootstrap-paragraphs-modal.less.

File

css/bootstrap-paragraphs-modal.css
View source
  1. /**
  2. * @file
  3. * The css file for Bootstrap Paragraphs Modal.
  4. *
  5. * Compiled from bootstrap-paragraphs-modal.less.
  6. */
  7. /* Center the button. */
  8. .paragraph--type--bp-modal .btn.btn-modal {
  9. display: block;
  10. margin-left: auto;
  11. margin-right: auto;
  12. }
  13. /* Adds some simple defaults for the modal. */
  14. .modal .modal-header {
  15. padding: 15px 30px;
  16. }
  17. .modal .modal-body,
  18. .modal .modal-footer {
  19. padding: 15px 30px 0 30px;
  20. }
  21. .modal .modal-title {
  22. font-weight: bold;
  23. }
  24. .modal .modal-footer {
  25. text-align: left;
  26. }
  27. .modal .modal-body .paragraph,
  28. .modal .modal-footer .paragraph {
  29. display: table;
  30. width: 100%;
  31. }