Style contact editor layout (needs more work)

This commit is contained in:
iRouge
2015-06-12 10:50:08 -04:00
committed by Francis Lachapelle
parent b81f98236c
commit 79dc49b905
3 changed files with 70 additions and 89 deletions
@@ -20,4 +20,17 @@ sg-folder-tree .md-button {
}
.sg-active .md-button {
color: sg-color($sogoBlue, 800);
}
// Custom icon-buttons
// ----------------------------------------------------------------------------
button.icon {
font-size: sg-size('title');
color: $colorGray;
transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
&:hover {
color: sg-color($sogoBlue, 500);
}
}