Clearer Tooltip: bigger titles

This commit is contained in:
2021-06-03 19:28:50 +02:00
parent 1e965bfd91
commit ad589a068d
3 changed files with 15 additions and 15 deletions

View File

@@ -116,7 +116,17 @@ $legend-color: $post-color;
&.name {
font-weight: bold;
font-size: 1.2em;
font-size: 1.4em;
}
&.description {
font-size: 1.15em;
}
&.detail {
margin-top: 1em;
width: 50%;
display: inline-block;
}
}
@@ -128,21 +138,11 @@ $legend-color: $post-color;
.separator {
border-top: 1px solid #CCC;
margin-top: 1em;
margin-top: calc(1em/1.4);
}
.details {
padding-left: calc(1.25em*1.2 + 0.5rem);
.description {
font-style: italic;
}
.detail {
margin-top: 1em;
width: 50%;
display: inline-block;
}
padding-left: calc(1.25em*1.4 + 0.5rem);
}
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long