mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 23:17:02 +03:00
Cleanup bootstrap css
This commit is contained in:
parent
146f76ad9f
commit
f57955443b
10 changed files with 14 additions and 87 deletions
4
vendors/bootstrap/less/modals.less
vendored
4
vendors/bootstrap/less/modals.less
vendored
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
// Base modal
|
||||
.modal {
|
||||
position: relative;
|
||||
position: absolute;
|
||||
z-index: @zindexModal;
|
||||
overflow: hidden;
|
||||
width: calc(100% - 20px);
|
||||
|
|
@ -17,6 +17,8 @@
|
|||
box-shadow: 0 5px 80px rgba(0,0,0,0.3);
|
||||
background-clip: padding-box;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue