Clearer Tooltip: bigger titles
This commit is contained in:
@@ -116,7 +116,17 @@ $legend-color: $post-color;
|
|||||||
|
|
||||||
&.name {
|
&.name {
|
||||||
font-weight: bold;
|
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 {
|
.separator {
|
||||||
border-top: 1px solid #CCC;
|
border-top: 1px solid #CCC;
|
||||||
margin-top: 1em;
|
margin-top: calc(1em/1.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.details {
|
.details {
|
||||||
padding-left: calc(1.25em*1.2 + 0.5rem);
|
padding-left: calc(1.25em*1.4 + 0.5rem);
|
||||||
|
|
||||||
.description {
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
.detail {
|
|
||||||
margin-top: 1em;
|
|
||||||
width: 50%;
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user