mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-25 08:02:44 +00:00
21 lines
570 B
SCSS
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;
|
|
}; |