Update font sizes

This commit is contained in:
Sonny Bakker 2021-02-19 09:13:59 +01:00
parent fef4729e0b
commit a24d06b257
5 changed files with 8 additions and 9 deletions

View file

@ -3,6 +3,7 @@
padding: 0; padding: 0;
font-family: Rubik, sans-serif; font-family: Rubik, sans-serif;
font-size: $font-size;
} }
body { body {

View file

@ -21,7 +21,7 @@
& a { & a {
@extend .button; @extend .button;
font-size: 18px !important; font-size: 0.9em !important;
font-weight: 600; font-weight: 600;
} }
} }

View file

@ -32,6 +32,8 @@
} }
&__title { &__title {
font-size: $header-size;
&--read { &--read {
color: var(--read-color); color: var(--read-color);
} }

View file

@ -25,13 +25,6 @@
padding: 0 10px 10px 10px; padding: 0 10px 10px 10px;
} }
& span {
font-size: small;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
& .badge { & .badge {
background-color: var(--lightest-accent-color); background-color: var(--lightest-accent-color);
} }
@ -45,7 +38,7 @@
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
font-size: 16px; font-size: $header-size;
&--read { &--read {
color: var(--read-color); color: var(--read-color);

View file

@ -1 +1,4 @@
$fa-padding: 7px; $fa-padding: 7px;
$header-size: 1.2em;
$font-size: 1.1em;