PHRAS-2967 #comment add warning modal for lightbox mobile #time 6h

This commit is contained in:
Harrys Ravalomanana
2020-03-10 11:50:45 +04:00
parent 746f2ae4c4
commit 5cc2de772d
15 changed files with 219 additions and 110 deletions

View File

@@ -543,6 +543,23 @@ hr {
padding: 0 20px;
}
.modal-footer .btn-primary {
color: #fff!important;
background-color: #007bff!important;
border-color: #007bff!important;
}
.modal-header .close {
display: inline-block;
float: right;
width: 25px;
opacity: 1;
background: #e1e1e1;
}
.hide {
display: none;
}
button.confirm_report {
background: #38c !important;
color: #fff !important;