Files
sogo/UI/WebServerResources/scss/components/_modules/_in-this-guide.scss
iRouge f1d2b8cb75 MODULE-TYPO
- Sass set-up
- md-list
- md-theming (install)
2015-01-16 07:52:29 -05:00

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;
}