(css/js) Update generated files

This commit is contained in:
Francis Lachapelle
2015-12-09 17:43:12 -05:00
parent 52fd2174b8
commit 90299dbe91
6 changed files with 30 additions and 6 deletions

View File

@@ -16785,6 +16785,30 @@ md-sidenav .sg-item-name {
-ms-flex: 0 0 33%;
flex: 0 0 33%; } }
.sg-dropzone {
display: none; }
.sg-over-dropzone .sg-dropzone {
background-color: white;
border: 4px dashed black;
bottom: 0px;
display: block;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
left: 0px;
opacity: 0.6;
position: absolute;
right: 0px;
top: 0px;
z-index: 11; }
.sg-over-dropzone .sg-dropzone:hover {
opacity: 0.6; }
.sg-over-dropzone .sg-dropzone md-icon {
color: black;
font-size: 112px; }
.msg-attachment-image {
-webkit-transition: -webkit-flex-basis 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
-webkit-transition: -webkit-flex-basis 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);