fix: reduced modal's box-shadow and added a border
This commit is contained in:
parent
a7600f527a
commit
f64604cd58
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue