use shared prompt
This commit is contained in:
parent
4c2a7ed02d
commit
adb3a60373
10 changed files with 215 additions and 36 deletions
20
dashboard-ui/bower_components/emby-webcomponents/prompt/style.css
vendored
Normal file
20
dashboard-ui/bower_components/emby-webcomponents/prompt/style.css
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
.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%;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue