Added a confirmation dialog

This commit is contained in:
2026-08-07 09:12:22 -05:00
parent d9a3e8914b
commit 5531d83994
5 changed files with 73 additions and 23 deletions

View File

@@ -443,9 +443,26 @@ progress-value {
font-weight: bold;
}
.dialog-text {
font-size: 25pt;
/* font-style: italic; */
}
.modal-buttons {
margin-top: 15px;
display: flex;
justify-content: space-between;
flex-direction: row;
gap: 20px;
/* justify-content: space-between; */
align-items: center;
justify-content: center;
font-size: 18pt;
width: 100%;
}
.modal-buttons button {
width: 50%;
height: 50px;
font-size: 20pt;
line-height: 50px;
}