mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
38 lines
675 B
CSS
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;
|
|
}
|