Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

ui-dialog.css

Same filename in this branch
  1. 11.1.x core/themes/olivero/css/components/ui-dialog.css
  2. 11.1.x core/themes/starterkit_theme/css/components/ui-dialog.css
  3. 11.1.x core/themes/claro/css/classy/components/ui-dialog.css

Styles for modal windows.

File

core/profiles/demo_umami/themes/umami/css/classy/components/ui-dialog.css

View source
  1. /**
  2. * @file
  3. * Styles for modal windows.
  4. */
  5. .ui-dialog--narrow {
  6. max-width: 500px;
  7. }
  8. @media screen and (max-width: 600px) {
  9. .ui-dialog--narrow {
  10. min-width: 95%;
  11. max-width: 95%;
  12. }
  13. }

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal