Skip to content

Commit

Permalink
Decrease font sizes; increase author and quote body text sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnonnenberg-signal authored and kenpowers-signal committed Oct 21, 2019
1 parent 94dde6f commit 3981099
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
22 changes: 11 additions & 11 deletions stylesheets/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

@mixin font-body-1 {
font-family: $inter;
font-size: 16px;
line-height: 22px;
letter-spacing: -0.18px;
font-size: 15px;
line-height: 21px;
letter-spacing: -0.14px;
}
@mixin font-body-1-bold {
@include font-body-1;
Expand All @@ -38,9 +38,9 @@

@mixin font-body-2 {
font-family: $inter;
font-size: 14px;
line-height: 20px;
letter-spacing: -0.08px;
font-size: 13px;
line-height: 18px;
letter-spacing: -0.03px;
}
@mixin font-body-2-bold {
@include font-body-2;
Expand All @@ -58,16 +58,16 @@

@mixin font-subtitle {
font-family: $inter;
font-size: 13px;
line-height: 18px;
letter-spacing: -0.04px;
font-size: 12px;
line-height: 16px;
letter-spacing: 0px;
}

@mixin font-caption {
font-family: $inter;
font-size: 12px;
font-size: 11px;
line-height: 16px;
letter-spacing: 0px;
letter-spacing: 0.06px;
}
@mixin font-caption-bold {
@include font-caption;
Expand Down
12 changes: 6 additions & 6 deletions stylesheets/_modules.scss
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@
}

.module-message__author {
@include font-caption-bold;
@include font-body-2-bold;

height: 18px;
overflow-x: hidden;
Expand All @@ -850,7 +850,7 @@
}

.module-message__author--with-tap-to-view-expired {
@include font-caption-bold;
@include font-body-2-bold;

height: 18px;
overflow-x: hidden;
Expand All @@ -871,7 +871,7 @@
}

.module-message__author_with_sticker {
@include font-caption-bold;
@include font-body-2-bold;

height: 18px;
overflow-x: hidden;
Expand Down Expand Up @@ -1415,7 +1415,7 @@ $timer-icons: '55', '50', '45', '40', '35', '30', '25', '20', '15', '10', '05',
}

.module-quote__primary__author {
@include font-caption-bold;
@include font-body-2-bold;

overflow-x: hidden;
white-space: nowrap;
Expand All @@ -1439,11 +1439,11 @@ $timer-icons: '55', '50', '45', '40', '35', '30', '25', '20', '15', '10', '05',
}

.module-quote__primary__profile-name {
@include font-caption-bold-italic;
@include font-body-2-bold-italic;
}

.module-quote__primary__text {
@include font-body-2;
@include font-body-1;

text-align: start;

Expand Down

0 comments on commit 3981099

Please sign in to comment.