mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-29 16:59:29 +00:00
19 lines
483 B
SCSS
19 lines
483 B
SCSS
/*! ContactUI.scss */
|
|
|
|
[id="contactsList"] {
|
|
width: $messageList-width;
|
|
max-width:$messageList-width;
|
|
flex: 1 0 auto;
|
|
}
|
|
|
|
[id = "contactsList"] .sg-md-subheader {
|
|
transform: translateY(-100%); // Compensate the container top-margin
|
|
}
|
|
// md is overqualifying, we have to do the same to override
|
|
md-content[data-ui-view="card"] {
|
|
background-color: sg-color($sogoPaper, 200);
|
|
}
|
|
|
|
// Contact editor
|
|
// ----------------------------------------------------------------------------
|