mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
Polish UI (Contact and Mail)
- Unifiy & simplify markup - Add visual consistency
This commit is contained in:
committed by
Francis Lachapelle
parent
01f1cbbd75
commit
8cebc00f7a
@@ -55,7 +55,7 @@ tags-input .tags .tag-item {
|
||||
line-height: (2 * $line);
|
||||
border: none;
|
||||
border-radius: (2 * $line);
|
||||
background-color: sg-color($sogoPaper, 400);
|
||||
background-color: sg-color($sogoPaper, 100);
|
||||
}
|
||||
tags-input .tags .tag-item.selected {
|
||||
|
||||
|
||||
@@ -9,6 +9,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
.sg-app-content {
|
||||
// Adjust visualy to keep breathing room at the bottom
|
||||
padding-bottom: $mg;
|
||||
}
|
||||
|
||||
main {
|
||||
background-color: sg-color($sogoPaper, 200);
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
}
|
||||
[ui-view="message"] {
|
||||
flex: 0 0 $detailView-width;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
// Message view header
|
||||
|
||||
@@ -31,4 +31,5 @@ textarea.ck-editor{
|
||||
[id=messageEditor] textarea {
|
||||
width: 100%;
|
||||
min-height: grid-step(3);
|
||||
margin-top: $mg;
|
||||
}
|
||||
Reference in New Issue
Block a user