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;
font-family: Rubik, sans-serif;
font-size: $font-size;
}
body {

View file

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

View file

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

View file

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

View file

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