_modal.scss 95 B

123456
  1. .modal-header {
  2. background: $Color-Body-Light;
  3. }
  4. .modal-content {
  5. background: $Color-Body;
  6. }