Decrease font sizes; increase author and quote body text sizes

This commit is contained in:
Scott Nonnenberg 2019-10-21 15:28:53 -07:00 committed by Ken Powers
parent 94dde6f799
commit 3981099933
2 changed files with 17 additions and 17 deletions

View File

@ -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;
@ -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;
@ -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;

View File

@ -827,7 +827,7 @@
}
.module-message__author {
@include font-caption-bold;
@include font-body-2-bold;
height: 18px;
overflow-x: hidden;
@ -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;
@ -871,7 +871,7 @@
}
.module-message__author_with_sticker {
@include font-caption-bold;
@include font-body-2-bold;
height: 18px;
overflow-x: hidden;
@ -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;
@ -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;