Style the plain-text Mail editor

Style Contacts
Style Contact editor (buggy)
Change postcss config
This commit is contained in:
iRouge
2015-02-19 22:05:53 -05:00
committed by Francis Lachapelle
parent 79a0a3684c
commit 4185cc37fe
17 changed files with 612 additions and 1117 deletions
@@ -19,6 +19,12 @@
}
}
// CKE is overqualifying... let's use an ID
#cke_content {
#cke_content,
textarea.ck-editor{
margin-top: $mg;
}
// Plain text editor
textarea.ck-editor {
width: 100%;
min-height: 320px;
}