Skip to content

Instantly share code, notes, and snippets.

@mrtcmn
Created September 21, 2017 17:33
Show Gist options
  • Save mrtcmn/6f708b4a68a9a169f5729a4074e0a050 to your computer and use it in GitHub Desktop.
Save mrtcmn/6f708b4a68a9a169f5729a4074e0a050 to your computer and use it in GitHub Desktop.
Material Design for Angular - Full Page Dialog Box
<md-toolbar color="primary">
<i class="material-icons" style="cursor: pointer; padding-right:16px;" (click)="onOKClick()">arrow_back</i>
<span>Title<span>
</md-toolbar>
<div md-dialog-content>
</div>
.mat-dialog-container
max-width: 100vw !important
padding: 0 !important
.mat-dialog-content
overflow: initial !important
max-height: initial !important
margin: 24px !important
.dialog-tab-below
margin-top: 24px
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment