jellyfin-web/dashboard-ui/bower_components/emby-webcomponents/prompt/style.css
2016-08-02 01:55:52 -04:00

38 lines
675 B
CSS

.promptDialog {
flex-direction: column;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.promptDialogContent {
text-align: left;
margin: 0 !important;
}
.promptDialog-fullscreen .promptDialogContent {
padding: 0;
width: 50%;
}
.promptDialog-fullscreen .btnSubmit {
display: flex;
width: 100%;
align-items: center;
justify-content: center;
}
.promptDialog-fullscreen .btnPromptExit {
z-index: 1002;
position: absolute;
top: .5em;
left: .5em;
}
.promptDialog-fullscreen .promptExitIcon {
width: 4.4vh;
height: 4.4vh;
font-size: 4.4vh;
}