summaryrefslogtreecommitdiffstatshomepage
path: root/core/themes/starterkit_theme/css/components/ui-dialog.css
blob: 164ca86b8f41e239823e6505496a4f3d065281f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * @file
 * Styles for modal windows.
 */

.ui-dialog--narrow {
  max-width: 500px;
}

@media screen and (max-width: 600px) {
  .ui-dialog--narrow {
    min-width: 95%;
    max-width: 95%;
  }
}