fix: reduced modal's box-shadow and added a border

This commit is contained in:
Rucha Mahabal 2019-12-09 18:52:45 +05:30
parent a7600f527a
commit f64604cd58

View file

@ -970,6 +970,11 @@ input[type="checkbox"] {
margin-left: auto;
}
.modal-content {
border: 1px solid #d1d8dd;
box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}
.modal-backdrop {
background-color: #ffffff;
}