Update font sizes
This commit is contained in:
parent
fef4729e0b
commit
a24d06b257
5 changed files with 8 additions and 9 deletions
|
|
@ -3,6 +3,7 @@
|
|||
padding: 0;
|
||||
|
||||
font-family: Rubik, sans-serif;
|
||||
font-size: $font-size;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
& a {
|
||||
@extend .button;
|
||||
|
||||
font-size: 18px !important;
|
||||
font-size: 0.9em !important;
|
||||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -32,6 +32,8 @@
|
|||
}
|
||||
|
||||
&__title {
|
||||
font-size: $header-size;
|
||||
|
||||
&--read {
|
||||
color: var(--read-color);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -1 +1,4 @@
|
|||
$fa-padding: 7px;
|
||||
|
||||
$header-size: 1.2em;
|
||||
$font-size: 1.1em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue