|
@ -17,6 +17,7 @@ |
|
|
@element : 'site'; |
|
|
@element : 'site'; |
|
|
|
|
|
|
|
|
@import '../../theme.config'; |
|
|
@import '../../theme.config'; |
|
|
|
|
|
|
|
|
.loadFonts(); |
|
|
.loadFonts(); |
|
|
|
|
|
|
|
|
/******************************* |
|
|
/******************************* |
|
@ -62,6 +63,7 @@ h4, |
|
|
h5 { |
|
|
h5 { |
|
|
line-height: @headerLineHeight; |
|
|
line-height: @headerLineHeight; |
|
|
margin: @headerMargin; |
|
|
margin: @headerMargin; |
|
|
|
|
|
font-weight: @headerFontWeight; |
|
|
padding: 0em; |
|
|
padding: 0em; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -89,6 +91,7 @@ h5 { |
|
|
|
|
|
|
|
|
p { |
|
|
p { |
|
|
margin: @paragraphMargin; |
|
|
margin: @paragraphMargin; |
|
|
|
|
|
line-height: @paragraphLineHeight; |
|
|
} |
|
|
} |
|
|
p:first-child { |
|
|
p:first-child { |
|
|
margin-top: 0em; |
|
|
margin-top: 0em; |
|
@ -126,7 +129,4 @@ a:hover { |
|
|
color: @highlightColor; |
|
|
color: @highlightColor; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.loadFonts() when (@importGoogleFonts) { |
|
|
|
|
|
@import (css) 'http://fonts.googleapis.com/css?family=@{googleFontRequest}'; |
|
|
|
|
|
} |
|
|
|
|
|
.loadUIOverrides(); |
|
|
.loadUIOverrides(); |