Added a confirmation dialog
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user