jellyfish-web/dashboard-ui/bower_components/emby-webcomponents/prompt/style.css

39 lines
657 B
CSS
Raw Normal View History

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
.txtPromptValue label {
font-size: 200%;
}
.promptDialogContent {
text-align: left;
2016-04-18 01:58:08 -04:00
padding: 1em 2em;
2016-02-05 10:31:24 -05:00
margin: 0 !important;
2016-02-04 22:44:29 -05:00
}
.promptDialog.fullscreen .promptDialogContent {
padding: 0;
width: 50%;
}
.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
}
.promptDialog.fullscreen .btnPromptExit {
2016-02-04 15:51:13 -05:00
z-index: 1002;
position: absolute;
top: .5em;
left: .5em;
width: 5.2vh;
height: 5.2vh;
}