Improve handling of contact lists

This commit is contained in:
Francis Lachapelle
2014-11-11 22:32:44 -05:00
parent e914597f73
commit c1024f3c8b
5 changed files with 98 additions and 92 deletions
+12 -2
View File
@@ -5,11 +5,11 @@
//$topbar-bg-color: $primary-color;
$module-color: #75B4BF;
$module-color: #C6C543;
$module-color: #6F5A73;
$module-color: #6F5A73; // purple
$module-secondary-color: #8EC588; // light green
$module-secondary-color: #3D792A; // green
$module-secondary-color: #B996BF;
$module-secondary-color: #B59BB9; // SOGo green
$module-secondary-color: #B59BB9; // light purple
$module-light-color: #F7ECFF;
$topbar-bg-color: $module-color;
$topbar-link-bg-active-hover: scale-color($module-secondary-color, $lightness: -14%);
@@ -293,6 +293,16 @@ $column-gutter: 0;
&.single {
@include grid-column($offset: 4, $columns:9);
}
span {
display: block;
a {
color: #666;
margin-left: 0.2em;
&:hover {
color: #000;
}
}
}
}
}
.buttonsToolbar {