Skip to content

Commit

Permalink
[FIX] add font smoothing to slider and inverted elements
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Jun 9, 2016
1 parent d93afda commit adbc60c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

.blue-mountain-wrp p {
color: shade(@main-text-color, 100%);
-webkit-font-smoothing: antialiased;

}
.blue-mountain-wrp {
Expand Down
1 change: 1 addition & 0 deletions dev/styles/main/appearance/wrapperStyle/inverse.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

.inverse p {
color: tint(@main-text-color, 90%);
-webkit-font-smoothing: antialiased;

}
.inverse {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

.saturated-inverse p {
color: tint(@main-text-color, 90%);
-webkit-font-smoothing: antialiased;

}
.saturated-inverse {
Expand Down
3 changes: 2 additions & 1 deletion dev/styles/main/contentElements/slider.less
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
font-weight: 300;
font-size: 20px;
color: tint(@main-color, 90%);
-webkit-font-smoothing: antialiased

}
.img-slider__caption-header{
Expand All @@ -36,7 +37,7 @@
color: tint(@main-color, 90%);
margin-top: 10px;
font-weight: 400;

-webkit-font-smoothing: antialiased
}

.img-slider__caption-p{
Expand Down
2 changes: 0 additions & 2 deletions dev/templates/pages/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -330,15 +330,13 @@ externalLink: false #just add link (http://link.com) instead of "false" to use t
}}
</div>
<div class="col-md-4">
<div class="inverse">
{{ renderContent 'iconTextButton'
headerLeftIcon="rocket"
header="Content element 1"
text="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam in dui mauris. Vivamus hendrerit arcu sed erat molestie vehicula. Sed auctor neque eu tellus rhoncus ut eleifend nibh porttitfhghfhor. Ut in nulla enim. Phasellus class aptent taciti sociosqu."
buttonName="Read more"
btnAsLink=true
}}
</div>
</div>
<div class="col-md-4">
{{ renderContent 'iconTextButton'
Expand Down

0 comments on commit adbc60c

Please sign in to comment.