mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
Fixed "fantom account"
This commit is contained in:
committed by
Francis Lachapelle
parent
00d2154c0e
commit
a5c9f41375
@@ -1,17 +1,26 @@
|
||||
@import 'extends';
|
||||
|
||||
.sg-md-subheader {
|
||||
padding: $baseline-grid $baseline-grid $baseline-grid $layout-gutter-width;
|
||||
position: fixed;
|
||||
background-color: transparent;
|
||||
position: fixed;
|
||||
z-index: auto;
|
||||
padding: $baseline-grid $baseline-grid $baseline-grid $layout-gutter-width;
|
||||
background-color: transparent;
|
||||
&--static {
|
||||
position: static;
|
||||
z-index: auto;
|
||||
padding: $baseline-grid $baseline-grid $baseline-grid $layout-gutter-width;
|
||||
background-color: transparent;
|
||||
font-size: $sg-font-size-2;
|
||||
font-weight: $sg-font-medium;
|
||||
}
|
||||
}
|
||||
|
||||
.sg-md-subheader {
|
||||
font-size: $sg-font-size-2;
|
||||
font-weight: $sg-font-medium;
|
||||
font-size: $sg-font-size-2;
|
||||
}
|
||||
|
||||
.sg-md-subheader > * {
|
||||
font-size: inherit;
|
||||
font-weight: inherit;
|
||||
};
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user