Skip to content

Commit

Permalink
[FIX] start page content + content elem-s font sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Jun 14, 2016
1 parent 0a356b0 commit 27c08a1
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 49 deletions.
8 changes: 3 additions & 5 deletions dev/styles/main/contentElements/bigIconTextButton.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// === Big icon text btn ===================================
// =========================================================
.big-icon-text-btn__header {
// text-transform: uppercase;
}

.big-icon-text-btn {
Expand All @@ -12,17 +11,16 @@
}

.big-icon-text-btn__link {
font-size: 16px;

&:after {
.icons();
// content: '\e675';
position: relative;
display: inline-block;
vertical-align: bottom;
font-size: 19px;
font-size: 20px;
margin-left: 8px;
padding: 3px;
padding: 0 3px;
top: 1px;
}
}

Expand Down
8 changes: 3 additions & 5 deletions dev/styles/main/contentElements/leftIconTextButton.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,22 @@
float: right;
}
.icon-text-btn__header {
// text-transform: uppercase;
}

.icon-text-btn{
padding: 40px 0;
padding-top: 20px;
}
.icon-text-btn__link {
font-size: 16px;
&:after {
.icons();
// content: '\e675';
position: relative;
display: inline-block;
vertical-align: bottom;
font-size: 19px;
font-size: 20px;
margin-left: 8px;
padding: 3px;
padding: 0 3px;
top: 1px;
}

}
Expand Down
6 changes: 3 additions & 3 deletions dev/styles/main/contentElements/quote.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
padding: 0;
margin: 50px 0;
margin-bottom: 50px;
font-size: 18px;
font-size: 17px;
border-left: none;
position: relative;
}
Expand All @@ -24,7 +24,7 @@
padding: 26px 10px 26px 70px;
background: darken(@main-body-bg, 5%);
position: relative;
font-size: 14px;
font-size: 15px;
}

.quote__body-p:before {
Expand Down Expand Up @@ -53,7 +53,7 @@

@media (min-width: 768px) {
.quote__body-p {
font-size: 18px;
font-size: 17px;
}
}

Expand Down
Loading

0 comments on commit 27c08a1

Please sign in to comment.