2
0

modals.less 133 B

123456
  1. // Scale up the modal
  2. @media (min-width: @screen-sm-min) {
  3. // Modal sizes
  4. .modal-md { width: ((@modal-md + @modal-sm) / 2); }
  5. }