mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-20 17:06:25 +00:00
16 lines
200 B
SCSS
Executable File
16 lines
200 B
SCSS
Executable File
/**
|
|
*
|
|
* In this guide
|
|
*
|
|
**/
|
|
|
|
.in-this-guide {
|
|
margin-top: - $lineHeight * 3;
|
|
}
|
|
|
|
.in-this-guide__title {
|
|
@include type--medium(true);
|
|
font-family: $fontHighlight;
|
|
margin-bottom: $lineHeight;
|
|
}
|