Add box-shadow to Mail editor

This commit is contained in:
iRouge
2015-02-19 23:17:50 -05:00
committed by Francis Lachapelle
parent 4185cc37fe
commit b2c71ceae9
2 changed files with 53 additions and 32 deletions
@@ -9,7 +9,11 @@
width: (13 * $pitch + $mg); // 13 cols + 1margin for scrollbar
margin: 0 auto;
overflow: auto;
height: 100%;
background-color: sg-color($sogoPaper, 100);
transform: translateY(-1 * $pitch);
z-index: 40;
box-shadow: $whiteframe-shadow-z1;
}
.buttonsToolbar {
padding: $mg 0;