mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 15:07:02 +03:00
Cleanup styling and gulp merge @media queries
This commit is contained in:
parent
d3d0180208
commit
e13337e247
60 changed files with 699 additions and 731 deletions
1
vendors/bootstrap/less/forms.less
vendored
1
vendors/bootstrap/less/forms.less
vendored
|
|
@ -84,6 +84,7 @@ textarea {
|
|||
// Reset height since textareas have rows
|
||||
textarea {
|
||||
height: auto;
|
||||
resize: none;
|
||||
}
|
||||
// Everything else
|
||||
textarea,
|
||||
|
|
|
|||
3
vendors/bootstrap/less/modals.less
vendored
3
vendors/bootstrap/less/modals.less
vendored
|
|
@ -8,7 +8,8 @@
|
|||
position: relative;
|
||||
z-index: @zindexModal;
|
||||
overflow: hidden;
|
||||
width: 560px;
|
||||
width: calc(100% - 20px);
|
||||
max-width: 560px;
|
||||
margin: 10px auto;
|
||||
background-color: @white;
|
||||
border: 1px solid rgba(0,0,0,.3);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue