mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-02 08:59:45 +00:00
Add box-shadow to Mail editor
This commit is contained in:
committed by
Francis Lachapelle
parent
4185cc37fe
commit
b2c71ceae9
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user