Files
sogo/UI/WebServerResources/scss/components/subheader/subheader.scss
2015-06-11 15:57:21 -04:00

21 lines
570 B
SCSS

@import 'extends';
.sg-md-subheader {
padding: $baseline-grid $baseline-grid $baseline-grid $layout-gutter-width;
position: fixed;
background-color: transparent;
z-index: auto;
}
// WIdth for message list
// ----------------------------------------------------------------------------
[id = "messagesList"] .sg-md-subheader {
transform: translateY(-100%); // Compensate the container top-margin
}
.sg-md-subheader {
font-size: $sg-font-size-2;
font-weight: $sg-font-medium;
}
.sg-md-subheader > * {
font-size: inherit;
font-weight: inherit;
};