mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-24 03:14:17 +00:00
Skin the Mail editor except ng-tags
This commit is contained in:
committed by
Francis Lachapelle
parent
a1299fea97
commit
1bb66bbf7d
@@ -327,8 +327,6 @@ $h6-margin-Base: 0;
|
||||
font-size: $sg-font-size-6;
|
||||
line-height: $lineHeight;
|
||||
font-weight: $sg-font-regular;
|
||||
margin-top: ($lineHeight * -1);
|
||||
margin-bottom: $lineHeight;
|
||||
}
|
||||
.#{$md}-display-2 {
|
||||
$lineHeight: $sg-line-height-7;
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
////
|
||||
/// SOGo
|
||||
/// Version: #{}
|
||||
/// Module:
|
||||
/// Main definitions for
|
||||
////
|
||||
|
||||
[id=messageEditor] {
|
||||
width: 13 *$pitch;
|
||||
margin: 0 auto;
|
||||
background-color: sg-color($sogoPaper, 100);
|
||||
|
||||
}
|
||||
@@ -7,6 +7,8 @@
|
||||
///
|
||||
|
||||
@import 'MailerUI.scss';
|
||||
// @import 'ContactsUI.scss';
|
||||
@import 'MessageEditorUI';
|
||||
|
||||
.view[layout=row] {
|
||||
max-height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user