Skip to content

Commit

Permalink
[FIX] update paddings in content elements
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Jun 9, 2016
1 parent db2d5ee commit d127dff
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,8 @@
}
}
}


.mosaic-blue-mountain-even .row > div, .mosaic-blue-mountain-odd .row > div {
padding: 0 30px;
}
5 changes: 5 additions & 0 deletions dev/styles/main/appearance/gridLayoutStyle/mosaicGray.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@
}
}
}


.mosaic-gray-even .row > div, .mosaic-gray-odd .row > div {
padding: 0 30px;
}
3 changes: 2 additions & 1 deletion dev/styles/main/contentElements/bigIconTextButton.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

.big-icon-text-btn {
text-align: center;
padding: 36px 16px;
padding: 40px 0;
padding-top: 50px;
}

.big-icon-text-btn__link {
Expand Down
3 changes: 2 additions & 1 deletion dev/styles/main/contentElements/imageTextLink.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// =========================================================
.img-text-link {
// margin: 20px 0;
padding: 36px 16px;
padding: 40px 0;
padding-top: 50px;
}

.img-text-link__header {
Expand Down
4 changes: 2 additions & 2 deletions dev/styles/main/contentElements/leftIconTextButton.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
}

.icon-text-btn{
padding: 36px 16px;
padding-top: 16px;
padding: 40px 0;
padding-top: 20px;
}
.icon-text-btn__link {
font-size: 16px;
Expand Down

0 comments on commit d127dff

Please sign in to comment.