Decrease font sizes; increase author and quote body text sizes
This commit is contained in:
parent
94dde6f799
commit
3981099933
2 changed files with 17 additions and 17 deletions
|
@ -18,9 +18,9 @@
|
||||||
|
|
||||||
@mixin font-body-1 {
|
@mixin font-body-1 {
|
||||||
font-family: $inter;
|
font-family: $inter;
|
||||||
font-size: 16px;
|
font-size: 15px;
|
||||||
line-height: 22px;
|
line-height: 21px;
|
||||||
letter-spacing: -0.18px;
|
letter-spacing: -0.14px;
|
||||||
}
|
}
|
||||||
@mixin font-body-1-bold {
|
@mixin font-body-1-bold {
|
||||||
@include font-body-1;
|
@include font-body-1;
|
||||||
|
@ -38,9 +38,9 @@
|
||||||
|
|
||||||
@mixin font-body-2 {
|
@mixin font-body-2 {
|
||||||
font-family: $inter;
|
font-family: $inter;
|
||||||
font-size: 14px;
|
font-size: 13px;
|
||||||
line-height: 20px;
|
line-height: 18px;
|
||||||
letter-spacing: -0.08px;
|
letter-spacing: -0.03px;
|
||||||
}
|
}
|
||||||
@mixin font-body-2-bold {
|
@mixin font-body-2-bold {
|
||||||
@include font-body-2;
|
@include font-body-2;
|
||||||
|
@ -58,16 +58,16 @@
|
||||||
|
|
||||||
@mixin font-subtitle {
|
@mixin font-subtitle {
|
||||||
font-family: $inter;
|
font-family: $inter;
|
||||||
font-size: 13px;
|
font-size: 12px;
|
||||||
line-height: 18px;
|
line-height: 16px;
|
||||||
letter-spacing: -0.04px;
|
letter-spacing: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin font-caption {
|
@mixin font-caption {
|
||||||
font-family: $inter;
|
font-family: $inter;
|
||||||
font-size: 12px;
|
font-size: 11px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
letter-spacing: 0px;
|
letter-spacing: 0.06px;
|
||||||
}
|
}
|
||||||
@mixin font-caption-bold {
|
@mixin font-caption-bold {
|
||||||
@include font-caption;
|
@include font-caption;
|
||||||
|
|
|
@ -827,7 +827,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.module-message__author {
|
.module-message__author {
|
||||||
@include font-caption-bold;
|
@include font-body-2-bold;
|
||||||
|
|
||||||
height: 18px;
|
height: 18px;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
@ -850,7 +850,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.module-message__author--with-tap-to-view-expired {
|
.module-message__author--with-tap-to-view-expired {
|
||||||
@include font-caption-bold;
|
@include font-body-2-bold;
|
||||||
|
|
||||||
height: 18px;
|
height: 18px;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
@ -871,7 +871,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.module-message__author_with_sticker {
|
.module-message__author_with_sticker {
|
||||||
@include font-caption-bold;
|
@include font-body-2-bold;
|
||||||
|
|
||||||
height: 18px;
|
height: 18px;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
@ -1415,7 +1415,7 @@ $timer-icons: '55', '50', '45', '40', '35', '30', '25', '20', '15', '10', '05',
|
||||||
}
|
}
|
||||||
|
|
||||||
.module-quote__primary__author {
|
.module-quote__primary__author {
|
||||||
@include font-caption-bold;
|
@include font-body-2-bold;
|
||||||
|
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
white-space: nowrap;
|
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 {
|
.module-quote__primary__profile-name {
|
||||||
@include font-caption-bold-italic;
|
@include font-body-2-bold-italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
.module-quote__primary__text {
|
.module-quote__primary__text {
|
||||||
@include font-body-2;
|
@include font-body-1;
|
||||||
|
|
||||||
text-align: start;
|
text-align: start;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue