2016-02-04 15:51:13 -05:00
|
|
|
.promptDialog {
|
|
|
|
flex-direction: column;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2016-02-04 22:44:29 -05:00
|
|
|
.promptDialogContent {
|
|
|
|
text-align: left;
|
2016-02-05 10:31:24 -05:00
|
|
|
margin: 0 !important;
|
2016-02-04 22:44:29 -05:00
|
|
|
}
|
|
|
|
|
2016-08-02 01:55:52 -04:00
|
|
|
.promptDialog-fullscreen .promptDialogContent {
|
2016-02-04 22:44:29 -05:00
|
|
|
padding: 0;
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
2016-08-02 01:55:52 -04:00
|
|
|
.promptDialog-fullscreen .btnSubmit {
|
2016-06-04 20:17:35 -04:00
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2016-02-04 22:44:29 -05:00
|
|
|
}
|
|
|
|
|
2016-08-02 01:55:52 -04:00
|
|
|
.promptDialog-fullscreen .btnPromptExit {
|
2016-02-04 15:51:13 -05:00
|
|
|
z-index: 1002;
|
|
|
|
position: absolute;
|
|
|
|
top: .5em;
|
|
|
|
left: .5em;
|
|
|
|
}
|
2016-06-10 02:54:03 -04:00
|
|
|
|
2016-08-02 01:55:52 -04:00
|
|
|
.promptDialog-fullscreen .promptExitIcon {
|
2016-06-10 02:54:03 -04:00
|
|
|
width: 4.4vh;
|
|
|
|
height: 4.4vh;
|
|
|
|
font-size: 4.4vh;
|
|
|
|
}
|