use shared prompt

This commit is contained in:
Luke Pulverenti 2016-02-04 15:51:13 -05:00
parent 4c2a7ed02d
commit adb3a60373
10 changed files with 215 additions and 36 deletions

View file

@ -0,0 +1,20 @@
.promptDialog {
flex-direction: column;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.btnPromptExit {
z-index: 1002;
position: absolute;
top: .5em;
left: .5em;
width: 5.2vh;
height: 5.2vh;
}
.txtPromptValue label {
font-size: 200%;
}