stubbed in modal dialog

This commit is contained in:
Danny Coates
2018-09-07 10:53:40 -07:00
parent 20528eb0d1
commit cdc15596df
11 changed files with 100 additions and 24 deletions

View File

@@ -0,0 +1,11 @@
.okDialog {
display: flex;
flex-direction: column;
height: 100px;
font-weight: 400;
padding: 10px;
}
.okDialog__message {
margin-bottom: 10px;
}