Dialog

l-dialog
l-dialog{{#if modifier}} {{modifier}}{{/if}}
/* No context defined. */
  • Content:
    .l-dialog {
      height: 100%;
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: $z-index-dialog;
    }
    
  • URL: /components/raw/l-dialog/_l-dialog.scss
  • Filesystem Path: src/scss/03-layouts/l-dialog/_l-dialog.scss
  • Size: 113 Bytes

No notes defined.