Skip to content

Commit

Permalink
rebuild - upper title / small title fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RazvanDH committed Jan 5, 2016
1 parent a341221 commit ada0e93
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 28 deletions.
Binary file modified dist/fonts/fc-icons.eot
Binary file not shown.
Binary file modified dist/fonts/fc-icons.ttf
Binary file not shown.
Binary file modified dist/fonts/fc-icons.woff
Binary file not shown.
12 changes: 2 additions & 10 deletions dist/sass/general/useful-classes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,11 @@
margin-bottom: rem(2.5);
}

.small-title {
@include font(-1, true, 400);

display: block;
text-transform: uppercase;
margin-bottom: 0;
}

.upper-title {
@include font(-1, true, 300);
@include font(0, true, 400);

display: block;
margin-bottom: rem(1);
margin-bottom: rem(.5);
text-transform: uppercase;
}

Expand Down
22 changes: 4 additions & 18 deletions dist/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1063,32 +1063,18 @@ h6 {
display: block;
margin-bottom: 40px; }

.small-title {
/* CALCULATE THE FONT SIZE */
font-size: 13px;
/* LINE HEIGHT */
line-height: 16px;
/* FONT WEIGHT */
font-weight: 400;
/* FONT STYLE */
/* FONT VARIANT */
/* FONT Family */
display: block;
text-transform: uppercase;
margin-bottom: 0; }

.upper-title {
/* CALCULATE THE FONT SIZE */
font-size: 13px;
font-size: 16px;
/* LINE HEIGHT */
line-height: 16px;
line-height: 24px;
/* FONT WEIGHT */
font-weight: 300;
font-weight: 400;
/* FONT STYLE */
/* FONT VARIANT */
/* FONT Family */
display: block;
margin-bottom: 16px;
margin-bottom: 8px;
text-transform: uppercase; }

.super-bold {
Expand Down

0 comments on commit ada0e93

Please sign in to comment.