mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-04 19:15:27 +00:00
4185cc37fe
Style Contacts Style Contact editor (buggy) Change postcss config
15 lines
383 B
SCSS
15 lines
383 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);
|
|
} |