Created
September 21, 2017 17:33
-
-
Save mrtcmn/6f708b4a68a9a169f5729a4074e0a050 to your computer and use it in GitHub Desktop.
Material Design for Angular - Full Page Dialog Box
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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