Welcome to mirror list, hosted at ThFree Co, Russian Federation.

modals.less « bootstrap « site « less « assets « doc « src - github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 275e40c8ad699ffa73f13bc94b45ef63e135cfbc (plain)
1
2
3
4
5
6

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