mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-15 21:34:53 +00:00
Style contact editor layout (needs more work)
This commit is contained in:
committed by
Francis Lachapelle
parent
b81f98236c
commit
79dc49b905
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user