sogo/UI/WebServerResources/scss/views/ContactsUI.scss

20 lines
531 B
SCSS
Raw Normal View History

2015-04-10 21:37:00 +02:00
/// ContactsUI.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
2014-06-19 21:50:29 +02:00
[id = "contactsList"] .sg-md-subheader {
transform: translateY(-100%); // Compensate the container top-margin
2014-06-19 21:50:29 +02:00
}
2015-03-26 14:58:09 +01:00
// 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 {
2015-03-26 14:58:09 +01:00
}
// Contact editor
// ----------------------------------------------------------------------------