Files
sogo/UI/WebServerResources/scss/components/subheader/subheader.scss
iRouge 4185cc37fe Style the plain-text Mail editor
Style Contacts
Style Contact editor (buggy)
Change postcss config
2015-06-12 10:50:05 -04:00

17 lines
351 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;
}
.sg-md-subheader {
font-size: $sg-font-size-2;
font-weight: $sg-font-medium;
}
.sg-md-subheader > * {
font-size: inherit;
font-weight: inherit;
};