mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-18 10:07:02 +00:00
ui: Mailbox purge prompts for confirmation
This commit is contained in:
@@ -162,6 +162,27 @@ h1 {
|
||||
max-width: 1000px;
|
||||
}
|
||||
|
||||
.modal-mask {
|
||||
background-color: rgba(0,0,0,0.4);
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.modal {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
height: auto;
|
||||
max-height: 80%;
|
||||
width: 700px;
|
||||
max-width: 95%;
|
||||
transform: translate(-50%, -50%);
|
||||
padding: 10px !important;
|
||||
}
|
||||
|
||||
/** NAV BAR */
|
||||
|
||||
.navbar,
|
||||
|
||||
Reference in New Issue
Block a user