Add info/warning/error messages for wizards and dialogs (#1696)

This commit is contained in:
Matt Irvine
2018-06-21 11:55:23 -07:00
committed by GitHub
parent 9d2b206156
commit f5b147ca4b
16 changed files with 238 additions and 30 deletions

View File

@@ -5,7 +5,7 @@
.dialogModal-body {
display: flex;
flex-direction: row;
flex-direction: column;
height: 100%;
width: 100%;
min-width: 500px;
@@ -29,4 +29,4 @@
.footer-button.dialogModal-hidden {
margin: 0;
}
}