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

38 lines
676 B
CSS
Raw Normal View History

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