mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-20 17:06:25 +00:00
20 lines
474 B
SCSS
20 lines
474 B
SCSS
/*! ContactUI.scss */
|
|
|
|
[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[ui-view="card"] {
|
|
margin: 0 auto;
|
|
background-color: sg-color($sogoPaper, 200);
|
|
}
|
|
|
|
// md is overqualifying, we have to do the same to override
|
|
md-card.viewer {
|
|
|
|
}
|
|
|
|
// Contact editor
|
|
// ----------------------------------------------------------------------------
|