mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Secondary modal is slightly smaller than primary
- So that the primary modal is still visible underneath
This commit is contained in:
parent
226644e59a
commit
21c238e96a
@ -178,6 +178,11 @@
|
|||||||
width: 45%;
|
width: 45%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal-secondary .modal-dialog {
|
||||||
|
width: 40%;
|
||||||
|
padding-top: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
.modal-content h3 {
|
.modal-content h3 {
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
|
Loading…
Reference in New Issue
Block a user