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

21 lines
322 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;
}
.btnPromptExit {
z-index: 1002;
position: absolute;
top: .5em;
left: .5em;
width: 5.2vh;
height: 5.2vh;
}
.txtPromptValue label {
font-size: 200%;
}