mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
21 lines
322 B
CSS
21 lines
322 B
CSS
![]() |
.promptDialog {
|
||
|
flex-direction: column;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.btnPromptExit {
|
||
|
z-index: 1002;
|
||
|
position: absolute;
|
||
|
top: .5em;
|
||
|
left: .5em;
|
||
|
width: 5.2vh;
|
||
|
height: 5.2vh;
|
||
|
}
|
||
|
|
||
|
.txtPromptValue label {
|
||
|
font-size: 200%;
|
||
|
}
|