mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-20 08:56:23 +00:00
17 lines
351 B
SCSS
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;
|
|
}; |