1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/bower_components/emby-webcomponents/prompt/style.css

43 lines
746 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;
}
2016-06-10 02:54:03 -04:00
.promptDialog.fullscreen .btnPromptExit i {
width: 4.4vh;
height: 4.4vh;
font-size: 4.4vh;
}